0507
This commit is contained in:
@@ -21,7 +21,7 @@ class User extends BaseController
|
||||
{
|
||||
$re = $_SESSION;
|
||||
$user = ['userId' => $re['userId'], 'username' => $re['username'], 'nickname' => $re['nickname']
|
||||
, 'avatar' => "https://qs.haodian.cn/web/images/project/H5-ShiYu/default-avatar.jpg?v=1"
|
||||
, 'avatar' => "https://qs.liche.cn/web/images/project/H5-ShiYu/default-avatar.jpg?v=1"
|
||||
, 'sex' => $re['sex'], 'phone' => $re['phone'], 'introduction' => $re['introduction'], 'email' => $re['email']
|
||||
, 'enabled' => true, 'accountNonLocked' => true, 'credentialsNonExpired' => true, 'accountNonExpired' => true];
|
||||
$roles = $authorities = [];
|
||||
|
||||
Reference in New Issue
Block a user