Explorar o código

auto rtp config max 10

ssvfdn hai 3 meses
pai
achega
57162e8f9f
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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个');
         }