package request type VoiceSectionReq struct { VarietyId int `description:"品种id"` VarietyName string `description:"品种名称"` SectionName string `description:"板块名称"` ImgUrl string `description:"背景图url"` }