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
9b0be4a1
Commit
9b0be4a1
authored
May 21, 2021
by
兰国旗
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
todo
parent
f7442749
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
center-channel/app/base/service/impl/common/regCenterOrderSve.js
+6
-2
No files found.
center-channel/app/base/service/impl/common/regCenterOrderSve.js
View file @
9b0be4a1
...
...
@@ -225,10 +225,10 @@ class RegCenterOrderService extends AppServiceBase {
if
(
pobj
.
actionBody
.
channel_type_code
)
{
pobj
.
actionBody
.
type
=
regCfg
.
channelTypeCode
[
pobj
.
actionBody
.
channel_type_code
]
pobj
.
actionBody
.
idempotentSource
=
"baidu_gsreg"
;
if
(
pobj
.
actionBody
.
channel_type_code
==
'QYJYTC1'
)
{
if
(
pobj
.
actionBody
.
channel_type_code
==
'QYJYTC1'
)
{
pobj
.
actionBody
.
idempotentSource
=
"baidu_qyjytc1"
;
}
if
(
pobj
.
actionBody
.
channel_type_code
==
'QYJYTC2'
)
{
if
(
pobj
.
actionBody
.
channel_type_code
==
'QYJYTC2'
)
{
pobj
.
actionBody
.
idempotentSource
=
"baidu_qyjytc2"
;
}
}
...
...
@@ -625,6 +625,10 @@ class RegCenterOrderService extends AppServiceBase {
var
baidu
=
await
self
.
baiduRegClient
.
baiduReqbyget
({
path
:
"/v1/provider/comreg"
,
reqbody
:
pushObj
});
console
.
log
(
'推送交付信息/修改订单状态baidu+++'
,
baidu
)
console
.
log
(
'推送交付信息/修改订单状态pushObj+++'
,
pushObj
)
//todo 推送云服订单所有交付单状态为完成时订单状态为完成的判断
// if(res.data.deliveryFlag && res.data.deliveryFlag2 && 200 == res.data.deliveryFlag == res.data.deliveryFlag2){
// await this.utilsPushSve.business2Channel("蜂擎参数", "更新订单完成状态的方法");
// }
return
baidu
.
data
}
console
.
log
(
'rsrsr++++------------++++'
,
res
)
...
...
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