cqp 1 月之前
父節點
當前提交
8f300aaf9a
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 => "签名不正确",