|
@@ -213,11 +213,9 @@ class ErrCode {
|
|
|
* 神秘商城 - 免费刷新时间未到
|
|
|
*/
|
|
|
const pay_secretshopt_freeRefresh_Time = 8816;
|
|
|
-
|
|
|
const pay_order_product_id = 8817;
|
|
|
-
|
|
|
const pay_fail = 8818;
|
|
|
-
|
|
|
+
|
|
|
// </editor-fold>
|
|
|
//
|
|
|
// <editor-fold defaultstate="collapsed" desc=" not enough 系列 ">
|
|
@@ -562,35 +560,33 @@ class ErrCode {
|
|
|
* 言灵包裹已满
|
|
|
*/
|
|
|
const store_yanling_bagfull = 3415;
|
|
|
+
|
|
|
/**
|
|
|
* 没有该武器
|
|
|
*/
|
|
|
const store_weapon_err = 3416;
|
|
|
-
|
|
|
+
|
|
|
/**
|
|
|
*
|
|
|
*/
|
|
|
const store_GemResearchLvUp_UserLevelLimit = 3417;
|
|
|
-
|
|
|
+
|
|
|
/**
|
|
|
*
|
|
|
*/
|
|
|
const store_GemComplose_ResearchLevelLimit = 3418;
|
|
|
-
|
|
|
+
|
|
|
/**
|
|
|
*
|
|
|
*/
|
|
|
const store_GemComploseTuZhiNotEnough = 3419;
|
|
|
-
|
|
|
const store_GemComploseMaterialNotEnough = 3420;
|
|
|
-
|
|
|
const store_ComploseGemNotEnough = 3421;
|
|
|
-
|
|
|
+
|
|
|
/**
|
|
|
* 言灵身上没有宝石
|
|
|
*/
|
|
|
const store_YanLingNotGem = 3422;
|
|
|
-
|
|
|
const store_YanLingHaveGem = 3423;
|
|
|
// </editor-fold>
|
|
|
//
|
|
@@ -1509,24 +1505,23 @@ class ErrCode {
|
|
|
* 月卡已购买,失效前不可再次购买
|
|
|
*/
|
|
|
const shop_monthlyvip_buyed = 4902;
|
|
|
-
|
|
|
+
|
|
|
/**
|
|
|
*
|
|
|
*/
|
|
|
const shop_daliySpecialRewardNotRepeat = 4903;
|
|
|
-
|
|
|
const shop_firstRechargeNotRepeat = 4904;
|
|
|
-
|
|
|
+
|
|
|
/**
|
|
|
* 充值返利奖励不能重复领取
|
|
|
*/
|
|
|
const shop_RechargeRebateRewardNotRepeat = 4905;
|
|
|
-
|
|
|
+
|
|
|
/**
|
|
|
* 不足
|
|
|
*/
|
|
|
const shop_RechargeRebateRmbNotEnough = 4906;
|
|
|
-
|
|
|
+
|
|
|
/*
|
|
|
* 不是免费领取的礼包
|
|
|
*/
|
|
@@ -1543,12 +1538,12 @@ class ErrCode {
|
|
|
* 任务卡状态错误
|
|
|
*/
|
|
|
const college_TaskCardStateError = 5202;
|
|
|
-
|
|
|
+
|
|
|
/**
|
|
|
* 一个年级下的课程数量错误
|
|
|
*/
|
|
|
const college_courseNumError = 5203;
|
|
|
-
|
|
|
+
|
|
|
/**
|
|
|
* 一个课程下的任务卡数量错误
|
|
|
*/
|
|
@@ -1558,13 +1553,28 @@ class ErrCode {
|
|
|
*
|
|
|
*/
|
|
|
const college_taskScoreRewardRepeatReceive = 5205;
|
|
|
-
|
|
|
const college_CourseRewardRepeatReceive = 5206;
|
|
|
-
|
|
|
+
|
|
|
/**
|
|
|
* 没有解锁
|
|
|
*/
|
|
|
const college_CourseNotUnlocked = 5207;
|
|
|
+
|
|
|
+// </editor-fold>
|
|
|
+//
|
|
|
+// <editor-fold defaultstate="collapsed" desc="地图错误码52xx">
|
|
|
+//
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 地图-目的地据点尚未解锁
|
|
|
+ */
|
|
|
+ const map_NotUnlocked = 5201;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 地图-目的地据点已经解锁
|
|
|
+ */
|
|
|
+ const map_Unlocked = 5202;
|
|
|
+
|
|
|
// </editor-fold>
|
|
|
//
|
|
|
// <editor-fold defaultstate="collapsed" desc=" 反射方法 ">
|