作者 yangfu

示例修改

... ... @@ -348,6 +348,7 @@ func ChanceExample(header *protocol.RequestHeader, request *protocol.ChanceExamp
if len(videosData) == 0 {
rsp.Videos = make([]string, 0)
} else {
videosData = strings.ReplaceAll(videosData, "https", "http")
_ = json.Unmarshal([]byte(videosData), &rsp.Videos)
}
return
... ...