From 04f8580ced5771c9d5d2d7d6868d0015b9729dd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=9F=E5=B7=9D=E4=B8=9C?= Date: Thu, 3 Jul 2025 11:37:18 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E3=80=90=E5=B0=8F=E7=A8=8B=E5=BA=8F?= =?UTF-8?q?=E3=80=91=E4=BF=AE=E6=94=B9=E4=BD=93=E9=AA=8C=E6=A8=A1=E5=BC=8F?= =?UTF-8?q?=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 00ab2fb..5834880 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(319); + $this->workerLogin(1059); $this->success('登录成功', $this->user); }