Commit b4ec2370 by 王栋源

wdy

parent 83bd9f86
...@@ -258,6 +258,7 @@ class CenterorderService extends AppServiceBase { ...@@ -258,6 +258,7 @@ class CenterorderService extends AppServiceBase {
pobj.actionType = "receiveSolutionPayInfo"; pobj.actionType = "receiveSolutionPayInfo";
var url = settings.centerOrderUrl() + "action/icapi/springBoard"; var url = settings.centerOrderUrl() + "action/icapi/springBoard";
console.log(pobj);
var solutionrtn = await this.execClient.execPost(pobj, url); var solutionrtn = await this.execClient.execPost(pobj, url);
console.log(solutionrtn); console.log(solutionrtn);
if (!solutionrtn || !solutionrtn.stdout) { if (!solutionrtn || !solutionrtn.stdout) {
......
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