作者 jinglong
1 个管道 的构建 通过 耗费 1 秒

修改bug

... ... @@ -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());
... ...