This commit is contained in:
2025-06-02 13:41:35 +08:00
parent 2ab45524cc
commit c141275b1b
22 changed files with 402 additions and 754 deletions

View File

@@ -20,6 +20,7 @@ type Config struct {
YushanConfig YushanConfig
SystemConfig SystemConfig
WechatH5 WechatH5Config
Query QueryConfig
}
// JwtAuth 用于 JWT 鉴权配置
@@ -92,3 +93,6 @@ type WechatH5Config struct {
AppID string
AppSecret string
}
type QueryConfig struct {
ShareLinkExpire int64
}