Commit d4539614 by 孙亚楠

g

parent 702d90f7
...@@ -18,7 +18,7 @@ class ChannelCtl extends CtlBase { ...@@ -18,7 +18,7 @@ class ChannelCtl extends CtlBase {
async info(params, pobj2, req) { async info(params, pobj2, req) {
try { try {
let order = await this.orderSve.info(params); let order = await this.orderSve.info(params);
return order;
} catch (error) { } catch (error) {
return system.getResult(null, `系统错误 错误信息 ${error}`); return system.getResult(null, `系统错误 错误信息 ${error}`);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment