...
|
...
|
@@ -316,9 +316,9 @@ class Controller |
|
|
*/
|
|
|
public function getUser()
|
|
|
{
|
|
|
// if (empty($this->user)) {
|
|
|
// $this->error(['code' => 10001, 'msg' => '用户未登录']);
|
|
|
// }
|
|
|
if (empty($this->user)) {
|
|
|
$this->error(['code' => 10001, 'msg' => '用户未登录']);
|
|
|
}
|
|
|
return $this->user;
|
|
|
//return 2;
|
|
|
}
|
...
|
...
|
|