1
4 天以前 8d2d62cce341ba2ef9807c3463f9d8275a75462f
rsf-framework/src/main/java/com/vincent/rsf/framework/common/BaseRes.java
@@ -5,7 +5,7 @@
    String OK = "200-Success";
    String EMPTY = "201-Empty Data";
    String LIMIT = "202-No Authority";
    String PARAM = "401-Parameters Cannot Be Empty";
    String PARAM = "203-Parameters Cannot Be Empty";
    String DENIED = "403-Please Re-Login";
    String REPEAT = "407-Already Exist";
    String NO_ACTIVATION = "409-Please Activate The System First";
@@ -14,7 +14,7 @@
//    String OK = "200-操作成功";
//    String EMPTY = "201-暂无数据";
//    String LIMIT = "202-无权限";
//    String PARAM = "401-参数为空";
//    String PARAM = "203-参数为空";
//    String DENIED = "403-请重新登录";
//    String REPEAT = "407-已存在";
//    String NO_ACTIVATION = "409-请先激活系统";