Commit 9d6f92a3 by 孙亚楠

d

parent 83982219
......@@ -68,7 +68,7 @@ class ChannelCtl extends CtlBase {
async orderChooseProducts(pobj, pobj2, req) {
//TODO: 绑定渠道商品信息
try {
return system.getResult([{"id":"10020300","name":"刻章办理"},{"id":"10020400","name":"银行开户"},{"id":"10020500","name":"刻章办理"},{"id":"10020600","name":"代理记账"}]);
return system.getResult([{"id":"10020300","name":"刻章办理"},{"id":"10020400","name":"银行开户"},{"id":"10020500","name":"税务报道"},{"id":"10020600","name":"代理记账"}]);
} catch (e) {
console.log(e);
return system.getResultFail(500, "接口错误");
......
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