修复 host drop 名称问题
This commit is contained in:
parent
ed3911d48c
commit
f82007d59c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user