作者 tangxvhui

bug 修复

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