Commit 6d5e0e33 by 庄冰

方案确认url

parent 0f0b0856
...@@ -319,18 +319,18 @@ class BaseCenterOrderService extends AppServiceBase { ...@@ -319,18 +319,18 @@ class BaseCenterOrderService extends AppServiceBase {
}; };
var a = await self.reqCenterOrderApi(reqObj2);//保存渠道方案id var a = await self.reqCenterOrderApi(reqObj2);//保存渠道方案id
console.log("保存渠道方案id aaaa++ ",a) console.log("保存渠道方案id aaaa++ ",a)
// if (a && a.status == 0 && resData.path) { if (a && a.status == 0 && resData.ConfirmUrl) {
// var reqObj3 = { var reqObj3 = {
// actionType: "receiveIcpConfirmUrl", actionType: "receiveIcpConfirmUrl",
// appInfo: appInfo, appInfo: appInfo,
// actionBody: { actionBody: {
// solutionNo: solutionNo, solutionNo: solutionNo,
// confirmUrl: pushRes.path confirmUrl: pushRes.ConfirmUrl
// } }
// }; };
// var url = await self.reqCenterOrderApi(reqObj3);//保存用户确认方案url var url = await self.reqCenterOrderApi(reqObj3);//保存用户确认方案url
// console.log('save confirmUrl ++ ',url) console.log('save confirmUrl ++ ',url)
// } }
} }
return pushRes; return pushRes;
} }
......
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