|
@@ -23,12 +23,12 @@ public class CodeMsg {
|
|
public static CodeMsg SEARCH_APPID_FAIL = new CodeMsg(-1,"油站公众号配置不完善");
|
|
public static CodeMsg SEARCH_APPID_FAIL = new CodeMsg(-1,"油站公众号配置不完善");
|
|
public static CodeMsg DELETE_FAIL = new CodeMsg(003,"删除失败");
|
|
public static CodeMsg DELETE_FAIL = new CodeMsg(003,"删除失败");
|
|
public static CodeMsg UPDATE_FAIL = new CodeMsg(004,"修改失败");
|
|
public static CodeMsg UPDATE_FAIL = new CodeMsg(004,"修改失败");
|
|
- public static CodeMsg REQUEST_FAIL = new CodeMsg(005,"传参失败");
|
|
|
|
|
|
+ public static CodeMsg REQUEST_FAIL = new CodeMsg(-2,"必传参数不能为空");
|
|
public static CodeMsg YEWU_FAIL = new CodeMsg(006,"业务失败");
|
|
public static CodeMsg YEWU_FAIL = new CodeMsg(006,"业务失败");
|
|
public static CodeMsg NO_CARDENABLEFLAG = new CodeMsg(-2,"未启用电会员卡");
|
|
public static CodeMsg NO_CARDENABLEFLAG = new CodeMsg(-2,"未启用电会员卡");
|
|
|
|
|
|
public static CodeMsg CHECK_DATA = new CodeMsg(007,"与后台检验不一致,请联系……");
|
|
public static CodeMsg CHECK_DATA = new CodeMsg(007,"与后台检验不一致,请联系……");
|
|
- public static CodeMsg PARAMS_NUll = new CodeMsg(010,"请求失败,参数缺失");
|
|
|
|
|
|
+ public static CodeMsg PARAMS_NUll = new CodeMsg(-2,"请求失败,必传参数不能为空!");
|
|
public static CodeMsg WARSECOUNT_FAIL = new CodeMsg(-1,"库存不足");
|
|
public static CodeMsg WARSECOUNT_FAIL = new CodeMsg(-1,"库存不足");
|
|
public static CodeMsg INTEGRAL_INSUFFICIENT = new CodeMsg(-2,"您的积分不足");
|
|
public static CodeMsg INTEGRAL_INSUFFICIENT = new CodeMsg(-2,"您的积分不足");
|
|
private CodeMsg(int retCode, String message) {
|
|
private CodeMsg(int retCode, String message) {
|