|
@@ -306,9 +306,8 @@ func GetMicroRoadshowVideoByIndustryId(industryId int) (item *MicroRoadshowVideo
|
|
|
}
|
|
|
|
|
|
type AddVideoCommnetReq struct {
|
|
|
- Id int `description:"活动或产业ID"`
|
|
|
- PlaySeconds int `description:"播放时长"`
|
|
|
- SourceType int `description:"视频来源: 1-微路演; 2-产业 (不传默认为1)"`
|
|
|
- Content string `description:"内容"`
|
|
|
- Title string `description:"标题"`
|
|
|
+ Id int `description:"活动或产业ID"`
|
|
|
+ SourceType int `description:"视频来源: 1-微路演; 2-产业 (不传默认为1)"`
|
|
|
+ Content string `description:"内容"`
|
|
|
+ Title string `description:"标题"`
|
|
|
}
|