Parcourir la source

auto rtp config max 10

ssvfdn il y a 3 mois
Parent
commit
57162e8f9f
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      app/controller/GameControlAutoRTPConfig.php

+ 2 - 2
app/controller/GameControlAutoRTPConfig.php

@@ -22,8 +22,8 @@ class GameControlAutoRTPConfig extends BaseController
             return json_error([],'参数错误');
         }
 
-        if(count($rtp_kill_data) >= 20) {
-            return  json_error([],'玩家RTP区间不能超过20个');
+        if(count($rtp_kill_data) > 10) {
+            return  json_error([],'玩家RTP区间不能超过10个');
         }