add query url share
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user