cqp 1 mese fa
parent
commit
8f300aaf9a
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      app/Service/TokenService.php

+ 1 - 1
app/Service/TokenService.php

@@ -7,7 +7,7 @@ use Firebase\JWT\Key;
 
 class TokenService
 {
-    const key = "t_nine"; //签发人  可空
+    const key = "youfeng"; //签发人  可空
     const validity = 86400; //有效期
     const error = [
         -2 => "签名不正确",