package mic_cv //麦位表情 type CvMicEmoji struct { //Id Id uint64 `json:"id"` //名字 Name string `json:"name"` //图片地址 IconUrl string `json:"iconUrl"` //特效地址 SvagUrl string `json:"svagUrl"` }