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
fe25bd28
Commit
fe25bd28
authored
May 12, 2021
by
宋毅
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加幂等单号
parent
0b3daa25
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
igirl-channel/app/base/api/impl/action/tmOrder.js
+1
-0
igirl-channel/app/base/service/impl/trademark/tmquerySve.js
+6
-0
No files found.
igirl-channel/app/base/api/impl/action/tmOrder.js
View file @
fe25bd28
...
...
@@ -312,6 +312,7 @@ class TmOrderAPI extends APIBase {
opResult
=
await
this
.
orderSve
.
updateOrderPayStatus
(
action_body
,
pobj
,
req
);
if
(
opResult
.
status
==
0
)
{
pobj
.
actionBody
[
"deliveryOrderNo"
]
=
opResult
.
data
.
deliveryOrderNo
;
pobj
.
actionBody
[
"idempotentNo"
]
=
action_body
.
needNoOrderNo
;
var
url
=
this
.
pushFqbossDataUrl
+
"api/channelaccessApi/updateChannelPayStatus"
;
this
.
pushData2
(
opResult
,
req
,
pobj
,
url
);
}
...
...
igirl-channel/app/base/service/impl/trademark/tmquerySve.js
View file @
fe25bd28
...
...
@@ -158,6 +158,12 @@ class TmqueryService {
"default_field"
:
"optitle"
,
"query"
:
"
\"
###处理京东推送的订单信息参数
\"
"
}
},
{
"query_string"
:{
"default_field"
:
"content"
,
"query"
:
"
\"
FW_GOODS-582206-1
\"
"
}
}
]
}
...
...
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