Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wwwanlingxiao
mall
Commits
0d416f29
Commit
0d416f29
authored
Sep 25, 2023
by
macro
Browse files
Update AlipayController.java
parent
f3747c80
Changes
1
Hide whitespace changes
Inline
Side-by-side
mall-portal/src/main/java/com/macro/mall/portal/controller/AlipayController.java
View file @
0d416f29
...
...
@@ -65,7 +65,7 @@ public class AlipayController {
return
alipayService
.
notify
(
params
);
}
@ApiOperation
(
value
=
"支付宝统一收单线下交易查询"
,
notes
=
"订单支付成功返回:TRADE_SUCCESS"
)
@ApiOperation
(
value
=
"支付宝统一收单线下交易查询"
,
notes
=
"订单支付成功返回
交易状态
:TRADE_SUCCESS"
)
@RequestMapping
(
value
=
"/query"
,
method
=
RequestMethod
.
GET
)
@ResponseBody
public
CommonResult
<
String
>
query
(
String
outTradeNo
,
String
tradeNo
){
...
...
Write
Preview
Supports
Markdown
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