Commit 594e2a18 by 王栋源

wdy

parent 954e7735
......@@ -253,8 +253,10 @@ class CenterorderService extends AppServiceBase {
}
console.log(orderrtn.data);
if (orderrtn.data) {
pobj.actionBody.orderNo = orderrtn.data.orderNo
console.log("-----------------------------------------------------------");
pobj.actionBody.orderNo = orderrtn.data.orderNo;
}
console.log(pobj.actionBody);
pobj.actionBody.channelSolutionNo = pobj.actionBody.bizId;
pobj.actionType = "receiveSolutionPayInfo";
......
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