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.
|
- package md
-
- type GetModuleSettingResp struct {
- ModName string `json:"mod_name"` // 模块名称
- Position string `json:"position"` // 位置
- SkipIdentifier string `json:"skip_identifier"` // 跳转标识
- Title string `json:"title"` // 标题
- Subtitle string `json:"subtitle"` // 副标题
- Data map[string]interface{} `json:"data"` // 内容
- }
|