fix bug
This commit is contained in:
@@ -55,7 +55,7 @@ class Share
|
||||
$result['lastIndex'] = $vo['id'];
|
||||
$result["list"][] = [
|
||||
"id"=>$vo['user_id'],
|
||||
"ickname"=>$users[$vo['user_id']]['nickname'],
|
||||
"nickname"=>$users[$vo['user_id']]['nickname'],
|
||||
"avatar"=>$users[$vo['user_id']]['avatar'],
|
||||
"data"=>date("Y-m-d",$vo['create_time'])
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user