cqp 1 tháng trước cách đây
mục cha
commit
8f300aaf9a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 => "签名不正确",