蛋蛋星球-客户端
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
 
 

11 linhas
508 B

  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. }