作者 tangxvhui

bug 修复

... ... @@ -33,6 +33,8 @@ type ChanceReviseLogData struct {
Speechs []ChanceDataSpeechs `json:"speechs"`
Pictures []ChanceDataImage `json:"pictures"`
Videos []ChanceDataVideos `json:"videos"`
RemoveAllPhotoVideo bool `json:"removeAllPhotoVideo"`
RemoveAllSpeech bool `json:"removeAllSpeech"`
}
// GetChanceReviseLogById retrieves ChanceReviseLog by Id. Returns error if
... ...