...
|
...
|
@@ -82,7 +82,7 @@ class User extends Api |
|
|
|
|
|
//增加访客数
|
|
|
$type = config('verify.browse_type')[0];
|
|
|
Common::statistics($type,$this->uid);
|
|
|
Common::statistics($type,$data['user_id']);
|
|
|
$this->success('登录成功', $data);
|
|
|
}else {
|
|
|
$this->error($this->auth->getError());
|
...
|
...
|
|