From d20a046a09ddc78642a3932a8599b18691be96e4 Mon Sep 17 00:00:00 2001 From: sa0ChunLuyu Date: Fri, 11 Oct 2024 16:46:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Laravel/app/Http/Controllers/API/H5/FenzhenController.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Laravel/app/Http/Controllers/API/H5/FenzhenController.php b/Laravel/app/Http/Controllers/API/H5/FenzhenController.php index 6327aa2..30c2a9c 100644 --- a/Laravel/app/Http/Controllers/API/H5/FenzhenController.php +++ b/Laravel/app/Http/Controllers/API/H5/FenzhenController.php @@ -10,8 +10,6 @@ use Illuminate\Support\Facades\Schema; class FenzhenController extends Controller { - public static $url = 'https://lkt3.work.cjy.net.cn'; -// public static $url = 'http://10.0.20.231:8848'; public static $log = null; public function abandon() @@ -195,7 +193,7 @@ class FenzhenController extends Controller 'time' => '/api/Open/TiJian/get', 'info' => '/api/Open/TiJian/info', ]; - $url = self::$url; + $url = env('FENZHEN_URL'); $res = self::post("$url{$url_map[$type]}", $content); // /api/Open/TiJian/get self::$log->callback = $res;