|
@@ -497,17 +497,22 @@ class ErrCode {
|
|
|
/**
|
|
|
* 活动 - 激活码 渠道错误.
|
|
|
*/
|
|
|
- const active_activecode_plat = 3924;
|
|
|
+ const active_activecode_plat = 3905;
|
|
|
|
|
|
/**
|
|
|
* 激活码礼包已经过期
|
|
|
*/
|
|
|
- const active_activecode_outtime = 3937;
|
|
|
+ const active_activecode_outtime = 3906;
|
|
|
|
|
|
/**
|
|
|
* 活动 - 兑换码已经使用过了
|
|
|
*/
|
|
|
- const active_activecode_used = 3952;
|
|
|
+ const active_activecode_used = 3907;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 活动 - 此活动尚未开放
|
|
|
+ */
|
|
|
+ const active_time = 3908;
|
|
|
|
|
|
// </editor-fold>
|
|
|
//
|