|
@@ -22,8 +22,8 @@ class GameControlAutoRTPConfig extends BaseController
|
|
|
return json_error([],'参数错误');
|
|
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个');
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
|