Commit 7676ec15 by zhaoxiqing

gsb

parent 905d4f3f
...@@ -22,6 +22,7 @@ class MerchantUserCtl extends CtlBase { ...@@ -22,6 +22,7 @@ class MerchantUserCtl extends CtlBase {
async merchantOfInfo(params, pobj2, req) { async merchantOfInfo(params, pobj2, req) {
try { try {
params.merchant_id = req.body.merchant_id;
return await this.merchantSve.merchantOfInfo(params); return await this.merchantSve.merchantOfInfo(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