Browse Source

fix: 奖励触发条件ID修改

Pius-X 1 year ago
parent
commit
84166c7150
1 changed files with 1 additions and 1 deletions
  1. 1 1
      application/controllers/RewardTrigger.php

+ 1 - 1
application/controllers/RewardTrigger.php

@@ -57,7 +57,7 @@ class RewardTrigger extends MY_Controller
     const CONDITION_PAY_SILENCE_DAYS = 1005;    // 付费沉默天数
     const CONDITION_PAY_TIMES = 1006;           // 付费次数
     const CONDITION_PAY_AMOUNT = 1007;          // 当次付费金额
-    const CONDITION_UID_TAIL = 1008;            // UID尾号
+    const CONDITION_UID_TAIL = 1009;            // UID尾号
 
     const ALL_CONDITION = [
         self::CONDITION_USER_LV => "玩家等级",