Commit 80326af8 by 任晓松

update

parent fafd5fe7
...@@ -12,7 +12,7 @@ class Push360Service extends AppBase{ ...@@ -12,7 +12,7 @@ class Push360Service extends AppBase{
} }
//推送数据至360 //推送数据至360
async pushTmStatus(actionBody) { async pushTmStatus(actionBody,req) {
let status = 30; let status = 30;
if (actionBody.tmStatus == 3 || actionBody.tmStatus == "ROBOTPAY") { if (actionBody.tmStatus == 3 || actionBody.tmStatus == "ROBOTPAY") {
status = 40; status = 40;
...@@ -31,7 +31,7 @@ class Push360Service extends AppBase{ ...@@ -31,7 +31,7 @@ class Push360Service extends AppBase{
order_id: order_id, order_id: order_id,
status: status status: status
} }
result = await this.execPostByTimeOut(pushObj, url); result = await this.execPostByTimeOut(null,pushObj, url);
if (result.status != 0) { if (result.status != 0) {
return result; return result;
} }
......
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