Commit 2d4a1b6a by 孙亚楠

d

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