蛋蛋星球-客户端
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.
 
 
 
 
 
 

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