作者 tangxvhui

修复

@@ -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 +}