feat(支付): payerMax 支付回调改用老版本
This commit is contained in:
parent
70e4ba6c5e
commit
2ab5782c71
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user