Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
order-group
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
order-group-application
order-group
Commits
4ba4873c
Commit
4ba4873c
authored
Jul 13, 2022
by
周晓航
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'KA-技术优化-支付成功回调处理订单已取消的场景' into qa
parents
2cbefd74
9cd6175c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
order-application-service/src/main/java/cn/freemud/controller/OrderController.java
+0
-6
No files found.
order-application-service/src/main/java/cn/freemud/controller/OrderController.java
View file @
4ba4873c
...
@@ -140,12 +140,6 @@ public class OrderController {
...
@@ -140,12 +140,6 @@ public class OrderController {
@ApiAnnotation
(
logMessage
=
"newPaySuccessCallback"
)
@ApiAnnotation
(
logMessage
=
"newPaySuccessCallback"
)
@PostMapping
({
"/newPaySuccessCallback"
,
"/openStoreQueryPaymentCallback"
})
@PostMapping
({
"/newPaySuccessCallback"
,
"/openStoreQueryPaymentCallback"
})
public
String
newPaySuccessCallback
(
@LogParams
@RequestBody
NewPaysuccessNoticeMessage
message
)
{
public
String
newPaySuccessCallback
(
@LogParams
@RequestBody
NewPaysuccessNoticeMessage
message
)
{
try
{
// 方便测试 技术优化需求,后续需要删除
Thread
.
sleep
(
3000
);
}
catch
(
Exception
e
){
}
return
orderservice
.
newPaySuccessCallback
(
message
);
return
orderservice
.
newPaySuccessCallback
(
message
);
}
}
...
...
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