Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
|
- package setCenter
-
- type WebBasicResp struct {
- SeoTitle string `json:"seo_title"`
- SeoLogo string `json:"seo_logo"`
- SeoLogoUrl string `json:"seo_logo_url"`
- WebLogo string `json:"web_logo"`
- WebLogoUrl string `json:"web_logo_url"`
- WapHost string `json:"wap_host" example:"h5域名"`
- AndroidDownUrl string `json:"android_down_url"`
- IosDownUrl string `json:"ios_down_url"`
- }
- type WebBasicReq struct {
- SeoTitle string `json:"seo_title"`
- SeoLogo string `json:"seo_logo"`
- WebLogo string `json:"web_logo"`
- WapHost string `json:"wap_host" example:"h5域名"`
- AndroidDownUrl string `json:"android_down_url"`
- IosDownUrl string `json:"ios_down_url"`
- }
|