Commit 9a9d6ad2 by 王勇飞

gyq

parent 0ee887ac
...@@ -271,7 +271,7 @@ class DeliverybillCtl extends CtlBase { ...@@ -271,7 +271,7 @@ class DeliverybillCtl extends CtlBase {
"status": 1, //1代表成功,否则失败 "status": 1, //1代表成功,否则失败
"msg": "已处理成功!", "msg": "已处理成功!",
"data": "", "data": "",
"requestId": "" "requestId": pobj.requestId
} }
} else { } else {
if (pobj.contactMobile && pobj.contactMobile != 'undefined') { if (pobj.contactMobile && pobj.contactMobile != 'undefined') {
...@@ -309,7 +309,7 @@ class DeliverybillCtl extends CtlBase { ...@@ -309,7 +309,7 @@ class DeliverybillCtl extends CtlBase {
"status": 1, //1代表成功,否则失败 "status": 1, //1代表成功,否则失败
"msg": "处理成功!", "msg": "处理成功!",
"data": rs, "data": rs,
"requestId": "" "requestId": pobj.requestId
} }
} else { } else {
console.log("更新融易算服务返回结果更新失败--------------------------"); console.log("更新融易算服务返回结果更新失败--------------------------");
......
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