2222
This commit is contained in:
parent
f15526ec60
commit
3a5222f11c
@ -115,11 +115,6 @@ class Users extends Base{
|
||||
->order('u.userId DESC')
|
||||
->paginate(input('pageSize/d'))->toArray();
|
||||
}
|
||||
foreach ($rs['Rows'] as &$r){
|
||||
if (empty($r['trueName'])) {
|
||||
$r['trueName'] = "未认证用户【{$r['userId']}】";
|
||||
}
|
||||
}
|
||||
return $rs;
|
||||
}
|
||||
public function getHTTPS($url) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user