登录部分

This commit is contained in:
2024-06-05 09:25:53 +08:00
parent fefb4c3a85
commit b7ce764bdb
4 changed files with 28 additions and 10 deletions

View File

@@ -114,7 +114,7 @@ public class TokenUtil {
}catch (Exception e){
jsonObject.put("status","-4");
jsonObject.put("message","token解析失败了");
log.info("token解析失败{}",e.getMessage());
log.info("token解析失败token为{} message{}",token,e.getMessage());
e.printStackTrace();
}
return jsonObject;