Kaynağa Gözat

修正权限校区

icole 4 yıl önce
ebeveyn
işleme
c2a530004f
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      internal/logic/logic_test.go

+ 1 - 1
internal/logic/logic_test.go

@@ -15,7 +15,7 @@ func TestCreateJWT(t *testing.T) {
 		"userId":     12,
 		"sessionKey": "sessionKey",
 	}
-	fmt.Println(l.CreateJWT(1625650629, "6hy789iu87", payloads, 604800))
+	fmt.Println(l.CreateJWT(1626053028, "6hy789iu87", payloads, 604800))
 }
 
 func TestRflect(t *testing.T) {