6
0
Fork 0
release
李静 2022-01-04 20:22:23 +08:00
parent c002f70ed9
commit 2cad4e9a11
1 changed files with 1 additions and 1 deletions

View File

@ -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(