作者 tangxvhui

@@ -35,10 +35,11 @@ type ReviseContentsItemData struct { @@ -35,10 +35,11 @@ type ReviseContentsItemData struct {
35 } 35 }
36 36
37 type ReviseContentsItem struct { 37 type ReviseContentsItem struct {
38 - Content string `json:"content"`  
39 - Data []ReviseContentsItemData `json:"data,omitempty"`  
40 - InputType string `json:"inputType"`  
41 - Lable string `json:"lable"` 38 + Content string `json:"content"`
  39 + Data []ReviseContentsItemData `json:"data,omitempty"`
  40 + InputType string `json:"inputType"`
  41 + Lable string `json:"lable"`
  42 + RemoveAllPhotoVideo bool `json:"removeAllPhotoVideo"`
42 } 43 }
43 44
44 type ChanceReviseLogData struct { 45 type ChanceReviseLogData struct {