|
@@ -27,7 +27,7 @@ public class CodeMsg {
|
|
|
public static CodeMsg YEWU_FAIL = new CodeMsg(006,"业务失败");
|
|
|
public static CodeMsg NO_CARDENABLEFLAG = new CodeMsg(-2,"未启用电会员卡");
|
|
|
public static CodeMsg ALREADY_PAY = new CodeMsg(-2,"该订单已支付");
|
|
|
- public static CodeMsg STATION_NULL_INFO = new CodeMsg(-2,"无此油站或该油站暂无配置APPID与商户号");
|
|
|
+ public static CodeMsg STATION_NULL_INFO = new CodeMsg(-2,"无此油站或该油站信息配置不完善");
|
|
|
public static CodeMsg CHECK_DATA = new CodeMsg(007,"与后台检验不一致,请联系……");
|
|
|
public static CodeMsg PARAMS_NUll = new CodeMsg(-2,"请求失败,必传参数不能为空!");
|
|
|
public static CodeMsg WARSECOUNT_FAIL = new CodeMsg(-1,"库存不足");
|