This commit is contained in:
iVampireSP.com 2022-09-10 01:32:52 +08:00
parent 8887e13331
commit 081fa67e88
No known key found for this signature in database
GPG Key ID: 2F7B001CA27A8132

View File

@ -68,7 +68,7 @@ public function usages()
{
$month = now()->month;
$month_cache_key = 'user_' . auth()->id() . '_month_' . $month . 'hosts_drops';
$month_cache_key = 'user_' . auth()->id() . '_month_' . $month . '_hosts_drops';
$hosts_drops = Cache::get($month_cache_key, []);
return $this->success($hosts_drops);