From 40aa024a5f7b616bd2397cf9c8e92849897dbd3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E7=90=A6?= Date: Mon, 6 Jul 2026 16:26:43 +0800 Subject: [PATCH] =?UTF-8?q?1.=20=E6=9B=B4=E6=94=B9=E6=94=AF=E4=BB=98?= =?UTF-8?q?=E5=9B=9E=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/config/params-local.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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' ],