【操盘手】 自动点赞优化

This commit is contained in:
wong
2025-05-16 09:43:04 +08:00
parent ffe6266ee0
commit 47b32684b9
5 changed files with 90 additions and 65 deletions

View File

@@ -10,7 +10,7 @@ use think\facade\Log;
class AuthService
{
const TOKEN_EXPIRE = 86400;
const TOKEN_EXPIRE = 86400 * 365;
protected $smsService;