正在显示
1 个修改的文件
包含
6 行增加
和
4 行删除
@@ -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 |
-
请 注册 或 登录 后发表评论