cqp hai 1 mes
pai
achega
8f300aaf9a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 => "签名不正确",