From 4101f4bbcf3d4b694a4dfaa9e214d018109762af Mon Sep 17 00:00:00 2001 From: Chaim Date: Mon, 18 May 2020 16:55:50 +0800 Subject: [PATCH] =?UTF-8?q?-=20=E5=A2=9E=E5=8A=A0=E5=AE=9D=E5=A1=94?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/service/bt/ApiService.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/service/bt/ApiService.php b/src/service/bt/ApiService.php index 09b53a9..8623a86 100644 --- a/src/service/bt/ApiService.php +++ b/src/service/bt/ApiService.php @@ -369,10 +369,6 @@ class ApiService extends Service */ protected function HttpPostCookie(string $url, array $data = [], bool $is_json = true) { - $config = [ - 'bt_panel' => $this->panel, - 'bt_key' => $this->key - ]; //定义cookie保存位置 $file = app()->getRootPath() . 'runtime/dtapp/bt/cookie/'; $cookie_file = $file . md5($this->panel) . '.cookie';