1. 更改支付回调

This commit is contained in:
李琦
2026-07-06 16:26:43 +08:00
parent c77c7501e0
commit 40aa024a5f

View File

@@ -119,7 +119,8 @@ JJvBfLfudYNUjUCyW3gAcOIJ
'rsaPrivateKeyFilePath' => '/www/certs/user-rsa.pfx', //私钥文件路径
'publicKeyFilePath' => '/www/certs/efps.cer', //公钥
'signType' => 'RSA2',
'pay_notify_url' => 'https://app.xiaokang88.com/member/v1/eplpay-callback/notify',
// 'pay_notify_url' => 'https://app.xiaokang88.com/member/v1/eplpay-callback/notify',
'pay_notify_url' => 'https://api.xiaokang88.com/callback/eplpay/notify',
'refund_notify_url' => 'https://app.xiaokang88.com/member/v1/eplpay-callback/refund-notify',
'withdraw_notify_url' => 'https://app.xiaokang88.com/member/v1/eplpay-callback/withdraw-notify'
],