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