Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zhichan
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
蒋勇
zhichan
Commits
6d5e0e33
Commit
6d5e0e33
authored
Mar 09, 2021
by
庄冰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
方案确认url
parent
0f0b0856
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
12 deletions
+12
-12
center-channel/app/base/service/impl/common/baseCenterOrderSve.js
+12
-12
No files found.
center-channel/app/base/service/impl/common/baseCenterOrderSve.js
View file @
6d5e0e33
...
...
@@ -319,18 +319,18 @@ class BaseCenterOrderService extends AppServiceBase {
};
var
a
=
await
self
.
reqCenterOrderApi
(
reqObj2
);
//保存渠道方案id
console
.
log
(
"保存渠道方案id aaaa++ "
,
a
)
// if (a && a.status == 0 && resData.path
) {
//
var reqObj3 = {
//
actionType: "receiveIcpConfirmUrl",
//
appInfo: appInfo,
//
actionBody: {
//
solutionNo: solutionNo,
// confirmUrl: pushRes.path
//
}
//
};
//
var url = await self.reqCenterOrderApi(reqObj3);//保存用户确认方案url
//
console.log('save confirmUrl ++ ',url)
//
}
if
(
a
&&
a
.
status
==
0
&&
resData
.
ConfirmUrl
)
{
var
reqObj3
=
{
actionType
:
"receiveIcpConfirmUrl"
,
appInfo
:
appInfo
,
actionBody
:
{
solutionNo
:
solutionNo
,
confirmUrl
:
pushRes
.
ConfirmUrl
}
};
var
url
=
await
self
.
reqCenterOrderApi
(
reqObj3
);
//保存用户确认方案url
console
.
log
(
'save confirmUrl ++ '
,
url
)
}
}
return
pushRes
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment