Skip to content

Commit

Permalink
Update AlipayController.java
Browse files Browse the repository at this point in the history
  • Loading branch information
macrozheng committed Sep 25, 2023
1 parent f3747c8 commit 0d416f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public String notify(HttpServletRequest request){
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){
Expand Down

0 comments on commit 0d416f2

Please sign in to comment.