Commit 3375ccf7 by 任晓松

update

parent 41c833e3
......@@ -13,11 +13,8 @@ class Push360Service {
//推送数据至360
async pushTmStatus(actionBody) {
let status = 0;
if (actionBody.tmStatus == "WAITCOMMIT" || actionBody.tmStatus == "ddj") {
status = 30;
}
if (actionBody.tmStatus == "ROBOT" || actionBody.tmStatus == "ROBOTPAY") {
let status = 30;
if (actionBody.tmStatus == 3 || actionBody.tmStatus == "ROBOTPAY") {
status = 40;
}
let order_id = actionBody.orderNo;
......
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