作者 tangxvhui

bug 修改

@@ -36,7 +36,7 @@ type ChanceDataSpeechs struct { @@ -36,7 +36,7 @@ type ChanceDataSpeechs struct {
36 } 36 }
37 37
38 type ChanceDataVideos struct { 38 type ChanceDataVideos struct {
39 - Path string 39 + Path string `json:"path"`
40 Cover ChanceDataImage `json:"cover"` 40 Cover ChanceDataImage `json:"cover"`
41 Duration int `json:"duration"` 41 Duration int `json:"duration"`
42 } 42 }