修改原有框架中英文映射
This commit is contained in:
@@ -319,7 +319,7 @@ class DiceRewardConfigLogic extends BaseLogic
|
||||
{
|
||||
$allowedCounts = [100, 500, 1000, 5000, 10000];
|
||||
if (!in_array($testCount, $allowedCounts, true)) {
|
||||
throw new ApiException('测试次数仅支持 100、500、1000、5000、10000');
|
||||
throw new ApiException('Test count only supports 100, 500, 1000, 5000, 10000');
|
||||
}
|
||||
|
||||
$grouped = [];
|
||||
|
||||
Reference in New Issue
Block a user