feat(支付): payerMax 支付回调改用老版本

This commit is contained in:
tianfeng 2025-09-08 18:55:09 +08:00
parent 70e4ba6c5e
commit 2ab5782c71

View File

@ -77,8 +77,8 @@ public class PayServerNoticeController extends BaseController {
*/ */
@IgnoreResultResponse @IgnoreResultResponse
@PostMapping(value = "/receive_payment", consumes = MediaType.APPLICATION_JSON_VALUE) @PostMapping(value = "/receive_payment", consumes = MediaType.APPLICATION_JSON_VALUE)
public PayerMaxResponseV2CO receivePayment(@RequestBody(required = false) byte[] body) { public PayMaxResponseCO receivePayment(@RequestBody(required = false) byte[] body) {
return inAppPurchaseProductService.payerMaxServerNoticeReceivePayment(body); return inAppPurchaseProductService.payerMaxServerNoticeReceivePaymentOld(body);
} }
/** /**