queryOrderByOutTradeNo

This commit is contained in:
wangxiaopeng
2024-03-14 15:56:50 +08:00
parent 7c6b075e32
commit ffd36ce092

View File

@@ -51,7 +51,7 @@ public class WechatPayController {
}
@ApiOperation("根据支付订单号查询订单")
@GetMapping("/queryOrderByOutTradeNo")
@GetMapping("/queryOrderByPaymentNo")
public ResponseResult<Transaction> queryOrderByPaymentNo(@RequestParam(value = "paymentNo",required = true)String paymentNo) {
return ResponseResult.success(wxPayService.queryOrderByPaymentNo(paymentNo));
}