...
|
...
|
@@ -115,7 +115,7 @@ class RestBaseController |
|
|
->where(['token' => $token, 'device_type' => $deviceType])
|
|
|
->join('__USER__ b', 'a.user_id = b.id')
|
|
|
->find();
|
|
|
$this->success($user);
|
|
|
$this->success( $this->token);
|
|
|
if (!empty($user)) {
|
|
|
$this->user = $user;
|
|
|
$this->userId = $user['id'];
|
...
|
...
|
|