作者 tangxvhui

修复

... ... @@ -114,7 +114,10 @@ type SelectChanceList struct {
type ImageJsonData struct {
Path string `json:"path"`
ImageId int `json:"imageId"`
ImageId string `json:"imageId"`
W int `json:"w"`
H int `json:"h"`
}
type VedioJsonData struct {
}
... ...