diff --git a/common/config/params-local.php b/common/config/params-local.php index 702be66..e61de53 100644 --- a/common/config/params-local.php +++ b/common/config/params-local.php @@ -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' ],