作者 tangxvhui

bug 修复

@@ -29,10 +29,12 @@ type ReviseContentsItem struct { @@ -29,10 +29,12 @@ type ReviseContentsItem struct {
29 } 29 }
30 30
31 type ChanceReviseLogData struct { 31 type ChanceReviseLogData struct {
32 - ReviseContents []ReviseContentsItem `json:"reviseContents"`  
33 - Speechs []ChanceDataSpeechs `json:"speechs"`  
34 - Pictures []ChanceDataImage `json:"pictures"`  
35 - Videos []ChanceDataVideos `json:"videos"` 32 + ReviseContents []ReviseContentsItem `json:"reviseContents"`
  33 + Speechs []ChanceDataSpeechs `json:"speechs"`
  34 + Pictures []ChanceDataImage `json:"pictures"`
  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