From 2cad4e9a112a96f06ce2d2685fcea377044250a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=9D=99?= Date: Tue, 4 Jan 2022 20:22:23 +0800 Subject: [PATCH] WIP --- app/Services/AlipayService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Services/AlipayService.php b/app/Services/AlipayService.php index 339e0f71..8ec6ba46 100644 --- a/app/Services/AlipayService.php +++ b/app/Services/AlipayService.php @@ -101,7 +101,7 @@ class AlipayService $cfg->merchantCertPath = $configs['app_public_cert_path']; $cfg->alipayCertPath = $configs['public_cert_path']; $cfg->alipayRootCertPath = $configs['root_cert_path']; - $cfg->notifyUrl = 'https://zichunsheng.cn/callback/alipay' ?? url(route('alipay.notify', [], false), [], true); + $cfg->notifyUrl = url(route('alipay.notify', [], false), [], true); $certEnvironment = new CertEnvironment(); $certEnvironment->certEnvironment(