This commit is contained in:
iVampireSP.com 2022-11-19 13:08:58 +08:00
parent b1593b48ec
commit 03863827cb
No known key found for this signature in database
GPG Key ID: 2F7B001CA27A8132

View File

@ -333,5 +333,7 @@ public function addLog($type = 'drops', float $amount = 0)
Cache::put($cache_key, $earnings, 24 * 60 * 60 * 365);
/** 统计收益结束 */
return true;
}
}