修改ca开具处方

This commit is contained in:
wucongxing 2023-04-18 16:44:29 +08:00
parent 514605bca8
commit 09184af4b5

View File

@ -20,7 +20,7 @@ class CaOffline extends Base
throw new BusinessException("缺少ca线下配置");
}
$this->app_id = $offline['app_id'];
$this->api_url = $offline['app_id'];
$this->api_url = $offline['api_url'];
$this->secret = $offline['secret'];
}