|
|
@@ -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) {
|