时间:2019-05-07 来源:小程序工厂
乱码了。麻烦重新提供
var that=this;
wx.request({
url:'http://mooc.changeducation.cn/api/open_course_sets/34',
method: 'GET',
header: {
'content-type': 'application/json', // 默认值
'Accept':'application/vnd.edusoho.v2+json',
},
success: function(res) {
that.setData({
mediaUri:res.data.url //测试视频链接
})
}
})
https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html,按照教程提供
你好,创建代码片段一直报错
暂时先用这个接口的url测试下吧,谢谢了
var that=this; wx.request({ url:'http://mooc.changeducation.cn/api/open_course_sets/34', method: 'GET', header: { 'content-type': 'application/json', // 默认值 'Accept':'application/vnd.edusoho.v2+json', }, success: function(res) { that.setData({ mediaUri:res.data.url //测试视频链接 }) } })
,该视屏链接放到普通网页上也是打不开的
这个url直接打开就失效了,