Commit 41c3098c authored by 赵啸非's avatar 赵啸非

修改token鉴权方式

parent c569bf64
......@@ -97,7 +97,7 @@ public class LoginController extends BaseCRUDJsonBodyMappingController<UserServi
}
JSONObject data = new JSONObject();
data.put("currUserName", currUserName);
data.put("barList", outlookBarList);
//data.put("barList", outlookBarList);
data.put("id", userEntity.getId());
data.put("userType", userEntity.getUserType());
userEntity.setLoginTime(System.currentTimeMillis());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment