改进 字段

This commit is contained in:
iVampireSP.com 2022-09-09 21:56:21 +08:00
parent f3250aedf0
commit 679a63ac5f
No known key found for this signature in database
GPG Key ID: 2F7B001CA27A8132

View File

@ -182,7 +182,7 @@ public function drops()
$resp = [
'drops' => (float) Cache::get($cache_key),
'month_usage' => getDrops($user_id),
'monthly_usages' => getDrops($user_id),
'rate' => config('drops.rate'),
'decimal' => config('drops.decimal'),
];