蛋蛋星球-客户端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

md_module_setting.go 508 B

пре 1 дан
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. }