Ken hai 1 semana
pai
achega
2e1186b870
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/Http/Controllers/admin/Bet.php

+ 1 - 1
app/Http/Controllers/admin/Bet.php

@@ -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天');
                             }
                         }
                     }],