Commit 2d4a1b6a by 孙亚楠

d

parent 8190df34
...@@ -17,7 +17,8 @@ class ChannelCtl extends CtlBase { ...@@ -17,7 +17,8 @@ class ChannelCtl extends CtlBase {
async info(params, pobj2, req) { async info(params, pobj2, req) {
try { try {
return await this.orderSve.info(params); let order = await this.orderSve.info(params);
} 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