切换场景
This commit is contained in:
@@ -79,6 +79,7 @@ public class AuthController extends BaseController {
|
||||
Map<String, Object> map = new HashMap<>();
|
||||
map.put("name", user.getName());
|
||||
map.put("id", user.getId());
|
||||
map.put("loginName",user.getLoginName());
|
||||
|
||||
token.setUserInfo(map);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user