登录部分
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user