This commit is contained in:
gaofeng
2026-05-13 10:51:01 +08:00
parent fb9cba052f
commit 1423c36a17

View File

@@ -41,7 +41,6 @@ class Base extends BaseController
// 网站配置信息获取
if (!file_exists(app()->getRootPath().'data/config.json')) {
$domain = $_SERVER['HTTP_HOST'];
$domain ='evisa.hkpgsow.cn';
$web_config = Httpcurl::request(GET_WEB_CONFIG_URL . MODEL . '/domain/' . $domain, 'get');
if ($web_config[3]) {
abort(500, '网站配置信息获取失败');