蛋蛋星球-客户端
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

md_module_setting.go 508 B

1 giorno fa
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. }