fix notify

This commit is contained in:
2025-08-24 13:35:29 +08:00
parent eb3fa01900
commit adf08aa8c9

View File

@ -112,7 +112,7 @@ public class PaymentController {
* 微信支付结果通知
*/
@PostMapping("/notify")
public String notify(@PathVariable HttpServletRequest request) {
public String notify(HttpServletRequest request) {
try {
// 读取微信回调数据
StringBuilder sb = new StringBuilder();
@ -170,7 +170,7 @@ public class PaymentController {
}
}
@PostMapping("/refundNotify")
public String refundNotify(@PathVariable HttpServletRequest request) {
public String refundNotify(HttpServletRequest request) {
try {
// 读取微信退款回调数据