Commit aaedafff authored by 陈烁键's avatar 陈烁键

调整响应成功状态码为200,与全局保持一致

parent 3ccf5c0e
...@@ -12,7 +12,7 @@ public class R<T> implements Serializable ...@@ -12,7 +12,7 @@ public class R<T> implements Serializable
private static final long serialVersionUID = 1L; private static final long serialVersionUID = 1L;
/** 成功 */ /** 成功 */
public static final int SUCCESS = 0; public static final int SUCCESS = 200;
/** 失败 */ /** 失败 */
public static final int FAIL = 500; public static final int FAIL = 500;
......
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