Files
YouduWiki/backend/api/share/v1/wechat.go
2026-05-21 19:52:45 +08:00

9 lines
269 B
Go

package v1
type WechatAppInfoResp struct {
WeChatAppIsEnabled bool `json:"wechat_app_is_enabled"`
FeedbackEnable bool `json:"feedback_enable"`
FeedbackType []string `json:"feedback_type"`
DisclaimerContent string `json:"disclaimer_content"`
}