作者 tangxvhui

@@ -39,6 +39,7 @@ type ReviseContentsItem struct { @@ -39,6 +39,7 @@ type ReviseContentsItem struct {
39 Data []ReviseContentsItemData `json:"data,omitempty"` 39 Data []ReviseContentsItemData `json:"data,omitempty"`
40 InputType string `json:"inputType"` 40 InputType string `json:"inputType"`
41 Lable string `json:"lable"` 41 Lable string `json:"lable"`
  42 + RemoveAllPhotoVideo bool `json:"removeAllPhotoVideo"`
42 } 43 }
43 44
44 type ChanceReviseLogData struct { 45 type ChanceReviseLogData struct {