add query url share

This commit is contained in:
2025-06-02 18:21:08 +08:00
parent 1bff356eb8
commit bebabce346
13 changed files with 380 additions and 86 deletions

View File

@@ -8,7 +8,7 @@ import (
func TestGenerateAndParseJwtToken(t *testing.T) {
// 测试参数
userId := int64(2012)
userId := int64(2043)
secret := "WUvoIwL-FK0qnlxhvxR9tV6SjfOpeJMpKmY2QvT99lA"
expireTime := int64(2592000) // 1小时过期