|
|
@@ -3350,7 +3350,7 @@ class User extends BaseController
|
|
3350
|
3350
|
|
|
3351
|
3351
|
$now = time();
|
|
3352
|
3352
|
$todayEnd = strtotime('today 23:59:59');
|
|
3353
|
|
- $remainingSeconds = $todayEnd - $now;
|
|
|
3353
|
+ $remainingSeconds = $todayEnd - $now + rand(1, 100);
|
|
3354
|
3354
|
Cache::set($key, 1, $remainingSeconds);
|
|
3355
|
3355
|
|
|
3356
|
3356
|
return app('json')->success($data);
|