...
|
...
|
@@ -35,10 +35,11 @@ type ReviseContentsItemData struct { |
|
|
}
|
|
|
|
|
|
type ReviseContentsItem struct {
|
|
|
Content string `json:"content"`
|
|
|
Data []ReviseContentsItemData `json:"data,omitempty"`
|
|
|
InputType string `json:"inputType"`
|
|
|
Lable string `json:"lable"`
|
|
|
Content string `json:"content"`
|
|
|
Data []ReviseContentsItemData `json:"data,omitempty"`
|
|
|
InputType string `json:"inputType"`
|
|
|
Lable string `json:"lable"`
|
|
|
RemoveAllPhotoVideo bool `json:"removeAllPhotoVideo"`
|
|
|
}
|
|
|
|
|
|
type ChanceReviseLogData struct {
|
...
|
...
|
|