详细的 Drops 信息
This commit is contained in:
parent
c4ef847681
commit
f3250aedf0
@ -183,6 +183,8 @@ public function drops()
|
|||||||
$resp = [
|
$resp = [
|
||||||
'drops' => (float) Cache::get($cache_key),
|
'drops' => (float) Cache::get($cache_key),
|
||||||
'month_usage' => getDrops($user_id),
|
'month_usage' => getDrops($user_id),
|
||||||
|
'rate' => config('drops.rate'),
|
||||||
|
'decimal' => config('drops.decimal'),
|
||||||
];
|
];
|
||||||
|
|
||||||
return $this->success($resp);
|
return $this->success($resp);
|
||||||
|
Loading…
Reference in New Issue
Block a user