You've already forked qlg.tsgz.moe
用户
This commit is contained in:
@ -115,6 +115,11 @@ 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) {
|
||||
|
Reference in New Issue
Block a user