- package md
-
- type WebsiteInfoResp struct {
- SeoTitle string `json:"seo_title" example:"seo"`
- SeoLogo string `json:"seo_logo"`
- WebLogo string `json:"web_logo"`
- AndroidDownUrl string `json:"android_down_url"`
- IosDownUrl string `json:"ios_down_url"`
- }
- type GetModuleSettingResp struct {
- ModName string `json:"mod_name"`
- Position string `json:"position"`
- SkipIdentifier string `json:"skip_identifier"`
- Title string `json:"title"`
- Subtitle string `json:"subtitle"`
- Data interface{} `json:"data"`
- }
|