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