正在显示
1 个修改的文件
包含
9 行增加
和
0 行删除
| @@ -24,8 +24,17 @@ func init() { | @@ -24,8 +24,17 @@ func init() { | ||
| 24 | orm.RegisterModel(new(ChanceReviseLog)) | 24 | orm.RegisterModel(new(ChanceReviseLog)) |
| 25 | } | 25 | } |
| 26 | 26 | ||
| 27 | +type ReviseContentsItemData struct { | ||
| 28 | + Type string `json:"type"` | ||
| 29 | + Value string `json:"value"` | ||
| 30 | + Path string `json:"path"` | ||
| 31 | +} | ||
| 32 | + | ||
| 27 | type ReviseContentsItem struct { | 33 | type ReviseContentsItem struct { |
| 28 | Content string `json:"content"` | 34 | Content string `json:"content"` |
| 35 | + Data []ReviseContentsItemData `json:"data"` | ||
| 36 | + InputType string `json:"inputType"` | ||
| 37 | + Lable string `json:"lable "` | ||
| 29 | } | 38 | } |
| 30 | 39 | ||
| 31 | type ChanceReviseLogData struct { | 40 | type ChanceReviseLogData struct { |
-
请 注册 或 登录 后发表评论