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

@@ -21,6 +21,7 @@ type Config struct {
SystemConfig SystemConfig
WechatH5 WechatH5Config
CloudAuth CloudAuthConfig
Query QueryConfig
}
// JwtAuth 用于 JWT 鉴权配置
@@ -100,3 +101,6 @@ type CloudAuthConfig struct {
SceneId int64
ReturnUrl string
}
type QueryConfig struct {
ShareLinkExpire int64
}