Commit 72d9cb3e by 孙亚楠

ddg

parent a1c75636
......@@ -34,13 +34,11 @@ class OrderService extends ServiceBase {
}
async handleStatus(params) {
// let rs = await this.callms("order", "handleStatus", params);
// if(rs && rs.status === 0) {
// this.pushOrderInfo(params);
// }
// return rs;
await this.pushOrderInfo(params);
return system.getResult("ok");
let rs = await this.callms("order", "handleStatus", params);
if(rs && rs.status === 0) {
this.pushOrderInfo(params);
}
return rs;
}
async pushOrderInfo(params) {
......
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