From e6ec9f20fd65e237aaee4318c33a3bf237744dfc Mon Sep 17 00:00:00 2001 From: gcd Date: Sat, 28 Jun 2025 00:00:39 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E6=94=B9=E5=B0=8F=E7=A8=8B?= =?UTF-8?q?=E5=BA=8F=E4=BD=93=E9=AA=8C=E6=A8=A1=E5=BC=8F=E7=94=A8=E6=88=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/worker/controller/Worker.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/worker/controller/Worker.php b/application/worker/controller/Worker.php index 3ab5b39..00ab2fb 100644 --- a/application/worker/controller/Worker.php +++ b/application/worker/controller/Worker.php @@ -54,7 +54,7 @@ class Worker extends WorkerApi */ public function guestLogin() { - $this->workerLogin(9); + $this->workerLogin(319); $this->success('登录成功', $this->user); }