改进 字段
This commit is contained in:
parent
f3250aedf0
commit
679a63ac5f
@ -182,7 +182,7 @@ public function drops()
|
|||||||
|
|
||||||
$resp = [
|
$resp = [
|
||||||
'drops' => (float) Cache::get($cache_key),
|
'drops' => (float) Cache::get($cache_key),
|
||||||
'month_usage' => getDrops($user_id),
|
'monthly_usages' => getDrops($user_id),
|
||||||
'rate' => config('drops.rate'),
|
'rate' => config('drops.rate'),
|
||||||
'decimal' => config('drops.decimal'),
|
'decimal' => config('drops.decimal'),
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user