소스 검색

修正权限校区

icole 4 년 전
부모
커밋
c2a530004f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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) {