修复 host drop 名称问题

This commit is contained in:
iVampireSP.com 2022-09-10 11:25:59 +08:00
parent ed3911d48c
commit f82007d59c
No known key found for this signature in database
GPG Key ID: 2F7B001CA27A8132

View File

@ -111,7 +111,7 @@ public function cost($price = null)
$month = now()->month;
$month_cache_key = 'user_' . $this->user_id . '_month_' . $month . 'hosts_drops';
$month_cache_key = 'user_' . $this->user_id . '_month_' . $month . '_hosts_drops';
$hosts_drops = Cache::get($month_cache_key, []);
// 统计 Host 消耗的 Drops