详细的 Drops 信息

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

View File

@ -183,6 +183,8 @@ public function drops()
$resp = [
'drops' => (float) Cache::get($cache_key),
'month_usage' => getDrops($user_id),
'rate' => config('drops.rate'),
'decimal' => config('drops.decimal'),
];
return $this->success($resp);