处理微信登录问题

This commit is contained in:
TinyAnts
2022-09-08 09:56:10 +08:00
parent 67ccf1b607
commit 4529f969ea
3 changed files with 17 additions and 15 deletions

View File

@@ -35,7 +35,7 @@ public class GlobalException {
System.out.println(e.getMessage());
}
log.error("系统异常 {}", e.getMessage());
return AjaxResult.failed(HttpEnum.SYSTEM_ERROR.getCode(), HttpEnum.SYSTEM_ERROR.getMsg());
return AjaxResult.failed(HttpEnum.SYSTEM_ERROR.getCode(), e.getMessage());
}
/**