Commit 65145866 authored by hujun's avatar hujun

user_id

parent 052f6b95
......@@ -63,6 +63,9 @@ class UserLogService
if (count($user_arr) <= 0) {
return ["code" => 101, "msg" => "没找到此条用户信息"];
}
} else {
$user_arr['user_id'] = $user_arr['id'];
unset($user_arr['id']);
}
$user_arr['user_pic'] = HEADERIMGURL . $user_arr['user_pic'];
......
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 to comment