Accept Merge Request #213: (feature/dgg -> develop)

Merge Request: feat: 【小程序】修改体验模式用户

Created By: @大狗哥
Accepted By: @大狗哥
URL: https://g-bcrc3009.coding.net/p/allocatr/d/allocatr/git/merge/213?initial=true
This commit is contained in:
大狗哥 2025-07-03 11:37:38 +08:00 committed by Coding
commit 78fe7c4f82

View File

@ -54,7 +54,7 @@ class Worker extends WorkerApi
*/
public function guestLogin()
{
$this->workerLogin(319);
$this->workerLogin(1059);
$this->success('登录成功', $this->user);
}