diff --git a/application/worker/controller/Worker.php b/application/worker/controller/Worker.php index c112d64..b6fd77f 100644 --- a/application/worker/controller/Worker.php +++ b/application/worker/controller/Worker.php @@ -52,4 +52,9 @@ class Worker extends WorkerApi $this->workerLogout(); $this->success('操作成功'); } + + public function show() + { + $this->success('操作成功', $this->user); + } }