@@ -33,7 +33,7 @@ class Bet extends Controller
$start = Carbon::parse($startTime);
$end = Carbon::parse($value);
if ($end->diffInDays($start) > 30) {
- $fail('The end time must be within a month of the start time.');
+ $fail('最大查找时间范围:30天');
}
}],