(cherry picked from commit 56bee9153aad9643b63067670e1a01ba7e2a96ff)
@@ -17,7 +17,7 @@ public class RStatus<T> implements Serializable {
private static final long serialVersionUID = 1L;
// 处理成功
- public static final String OK = "200";
+ public static final String OK = "0";
// 成功描述
public static final String OK_MSG = "操作成功";
// 其他错误