Commit 136e9e2b by 宋毅

Merge branch 'center-channel' of gitlab.gongsibao.com:jiangyong/zhichan into center-channel

parents 2abca7c4 66dfffb9
...@@ -641,6 +641,7 @@ class UtilsOrderService extends AppServiceBase { ...@@ -641,6 +641,7 @@ class UtilsOrderService extends AppServiceBase {
pobj.actionType = "updateStausByRefundOrder"; pobj.actionType = "updateStausByRefundOrder";
var url = settings.centerOrderUrl() + "action/icapi/springBoard"; var url = settings.centerOrderUrl() + "action/icapi/springBoard";
await this.execClient.execPost(pobj, url); await this.execClient.execPost(pobj, url);
this.utilsPushSve.aliBusiness2Fq(pobj, "pushRefundIC");
return system.getResultSuccess(); return system.getResultSuccess();
} catch (e) { } catch (e) {
return system.getResultFail(-200, e.stack); return system.getResultFail(-200, e.stack);
......
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