更新jwt问题

This commit is contained in:
2026-01-26 14:48:27 +08:00
parent dbb40c38c4
commit 1a7303cedf
6 changed files with 142 additions and 4 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ use Firebase\JWT\Key;
class JwtService
{
private static string $secret = 'meitian@#!';
private static string $secret = '8s9G7k2P8m5Q9r4T7y8U9i0O8p7L6k5J8H9G7F';
private static int $expire = 86400;
public static function generateToken(array $userInfo): string