正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -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 | } |
-
请 注册 或 登录 后发表评论