蛋蛋星球-客户端
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

md_module_setting.go 508 B

hace 1 día
12345678910
  1. package md
  2. type GetModuleSettingResp struct {
  3. ModName string `json:"mod_name"` // 模块名称
  4. Position string `json:"position"` // 位置
  5. SkipIdentifier string `json:"skip_identifier"` // 跳转标识
  6. Title string `json:"title"` // 标题
  7. Subtitle string `json:"subtitle"` // 副标题
  8. Data map[string]interface{} `json:"data"` // 内容
  9. }