Przeglądaj źródła

激活码接口加错误码

cyzhao 11 miesięcy temu
rodzic
commit
04014f6b0e
1 zmienionych plików z 8 dodań i 3 usunięć
  1. 8 3
      Gameserver/App/base/ErrCode.php

+ 8 - 3
Gameserver/App/base/ErrCode.php

@@ -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>
 //