|
|
@@ -32,7 +32,7 @@ public class PaymentController {
|
|
|
return R.success(wxPayService.wxPay(params));
|
|
|
}
|
|
|
|
|
|
- @ApiLog(value = "微信回调", ignoreParams = true)
|
|
|
+ @ApiLog(value = "微信回调通知", ignoreParams = true)
|
|
|
@SneakyThrows
|
|
|
@PostMapping("/notify")
|
|
|
ResponseEntity<Object> notify(HttpServletRequest request) {
|
|
|
@@ -48,7 +48,7 @@ public class PaymentController {
|
|
|
return R.success();
|
|
|
}
|
|
|
|
|
|
- @ApiLog(value = "微信退款回调", ignoreParams = true)
|
|
|
+ @ApiLog(value = "微信退款回调通知", ignoreParams = true)
|
|
|
@PostMapping("/refundNotify")
|
|
|
ResponseEntity<Object> refundNotify(HttpServletRequest request) {
|
|
|
return wxPayService.wxRefundNotify(request);
|