feat: 获取用户信息接口

This commit is contained in:
gcd 2025-03-29 15:10:38 +08:00
parent 9859f06672
commit fd4eecbf99

View File

@ -52,4 +52,9 @@ class Worker extends WorkerApi
$this->workerLogout();
$this->success('操作成功');
}
public function show()
{
$this->success('操作成功', $this->user);
}
}