diff --git a/app/Models/Host.php b/app/Models/Host.php index 462e524..88c395a 100644 --- a/app/Models/Host.php +++ b/app/Models/Host.php @@ -333,5 +333,7 @@ public function addLog($type = 'drops', float $amount = 0) Cache::put($cache_key, $earnings, 24 * 60 * 60 * 365); /** 统计收益结束 */ + + return true; } }