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