WIP
parent
c002f70ed9
commit
2cad4e9a11
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Reference in New Issue