Commit a195e4ec by 王栋源

wdy

parent 98558a5d
...@@ -243,6 +243,7 @@ class CenterorderService extends AppServiceBase { ...@@ -243,6 +243,7 @@ class CenterorderService extends AppServiceBase {
if (orderrtn.data) { if (orderrtn.data) {
pobj.actionBody.orderNo = orderrtn.data.orderNo pobj.actionBody.orderNo = orderrtn.data.orderNo
} }
pobj.actionBody.channelSolutionNo=pobj.actionBody.bizId;
pobj.actionType = "receiveSolutionPayInfo"; pobj.actionType = "receiveSolutionPayInfo";
var url = settings.centerOrderUrl() + "action/icapi/springBoard"; var url = settings.centerOrderUrl() + "action/icapi/springBoard";
......
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