Commit 76ce5d2b authored by zhouxudong's avatar zhouxudong

添加认证授权异常

parent 30ec5b1b
......@@ -33,7 +33,7 @@ public class AjaxResult extends HashMap<String, Object> {
/** 警告 */
WARN(300, "警告"),
AUTHENTICATION(401,"授权"),
AUTHENTICATION(401,"认证"),
/** 错误 */
ERROR(500, "错误");
private final int code;
......
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