Commit 8cb0eb3e by 任晓松

update360推送

parent 055d8b70
...@@ -23,11 +23,6 @@ class Push360Service { ...@@ -23,11 +23,6 @@ class Push360Service {
let order_id = actionBody.orderNo; let order_id = actionBody.orderNo;
try { try {
var rc = system.getObject("util.execClient"); var rc = system.getObject("util.execClient");
let orderItem = await this.orderinfoDao.getItemByOrderNo(order_id);
let totalNo = orderItem.orderServiceNo;
if(totalNo){
order_id = totalNo;
}
let rtn = await rc.exec360GetToken(this.auth360Url) let rtn = await rc.exec360GetToken(this.auth360Url)
if (!rtn || !rtn.stdout) { if (!rtn || !rtn.stdout) {
return system.getResult(null, "restPost data is empty"); return system.getResult(null, "restPost data is empty");
......
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