Commit 890519ce by 赵增煜

用户信息增加last_login_type字段

parent 1c4b2ee7
......@@ -16,6 +16,7 @@ public function userInfo()
'name' => $authInfo->name,
'nick_name' => $authInfo->nick_name,
'avatar' => $authInfo->avatar,
'last_login_type'=>$authInfo->last_login_type,
];
return $this->success($data);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment