Commit 9a50c18d by 宋毅

新接口

parent e4930083
......@@ -65,6 +65,7 @@ class IcpOrderService extends AppServiceBase {
}
pobj.actionBody.channelSolutionNo = pobj.actionBody.channelOrder.channelOrderNo;
pobj.actionBody.channelSolutionNo = pobj.actionBody.channelOrder.channelOrderNo;
console.log("receiveSolutionPayInfoNew..............................pobj........................", JSON.stringify(pobj))
pobj.actionType = "receiveSolutionPayInfoNew";
let url = settings.centerOrderUrl() + "action/icapi/springBoard";
let solutionRes = await this.execClient.execPost(pobj, url);
......
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