正在显示
1 个修改的文件
包含
4 行增加
和
1 行删除
| @@ -114,7 +114,10 @@ type SelectChanceList struct { | @@ -114,7 +114,10 @@ type SelectChanceList struct { | ||
| 114 | 114 | ||
| 115 | type ImageJsonData struct { | 115 | type ImageJsonData struct { |
| 116 | Path string `json:"path"` | 116 | Path string `json:"path"` |
| 117 | - ImageId int `json:"imageId"` | 117 | + ImageId string `json:"imageId"` |
| 118 | W int `json:"w"` | 118 | W int `json:"w"` |
| 119 | H int `json:"h"` | 119 | H int `json:"h"` |
| 120 | } | 120 | } |
| 121 | + | ||
| 122 | +type VedioJsonData struct { | ||
| 123 | +} |
-
请 注册 或 登录 后发表评论