优化更新

This commit is contained in:
2026-02-11 17:13:18 +08:00
parent ada5e027fa
commit e265bcc28d
28 changed files with 1661 additions and 155 deletions

View File

@@ -101,7 +101,7 @@ return [
|
*/
'ttl' => env('JWT_TTL', 60 * 60 * 24 * 7),
'ttl' => (int) env('JWT_TTL', 60 * 60 * 24 * 7),
/*
|--------------------------------------------------------------------------