Toggle navigation
Toggle navigation
This project
Loading...
Sign in
jiujian
/
client-customer-order-api
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
zhuyifan
2025-03-03 17:10:35 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e9ed9311890f6e148b7603248e85e8d04b8a2428
e9ed9311
1 parent
55f438c7
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
src/main/java/com/infoloop/tianting/controller/PayController.java
src/main/java/com/infoloop/tianting/controller/PayController.java
View file @
e9ed931
...
...
@@ -31,7 +31,6 @@ public class PayController {
private
final
PayServiceClient
payServiceClient
;
@SaIgnore
@ApiOperation
(
value
=
"支付信息"
)
@PostMapping
(
"/pay/inform"
)
@ResponseStatus
(
HttpStatus
.
OK
)
...
...
@@ -39,7 +38,6 @@ public class PayController {
return
payServiceClient
.
payInform
(
payInformRequestDto
);
}
@SaIgnore
@ApiOperation
(
value
=
"支付中"
)
@PostMapping
(
"/order/{orderId}/pay/waiting"
)
@ResponseStatus
(
HttpStatus
.
OK
)
...
...
Please
register
or
login
to post a comment