Commit 6e93d134 by zhaoxiqing

gsb

parent 9e8b5994
......@@ -527,9 +527,14 @@ class ChannelApi {
let pushData = this.gettopushdata(merchantId, list, month, merchant);
var rtn = null;
var rc = system.getObject("util.aliyunClient");
rtn = await rc.post(this.FQURL.pushOrderSum, pushData);
// console.log(pushData);
console.log(rtn);
try {
rtn = await rc.post(this.FQURL.pushOrderSum, pushData);
// console.log(pushData);
console.log(rtn);
}catch (e) {
console.log(e)
}
}
}
}
......
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