feat: 获取用户信息接口
This commit is contained in:
parent
9859f06672
commit
fd4eecbf99
|
|
@ -52,4 +52,9 @@ class Worker extends WorkerApi
|
||||||
$this->workerLogout();
|
$this->workerLogout();
|
||||||
$this->success('操作成功');
|
$this->success('操作成功');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function show()
|
||||||
|
{
|
||||||
|
$this->success('操作成功', $this->user);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user