时间:2019-05-06 来源:小程序工厂
C***:
你怎么调的,传access_token没
一***:
现在不报41001错误了,
执行
wx.request({
url: 'https://api.weixin.qq.com/wxa/getwxacode?access_token=' + that.data.token+'',
data: {
path: '/page/index/index/',
},
method: "POST",
header: {
'content-type': 'application/json'
},
success: function (res) {
}
})
调用成功后返回的是一串乱码 ,我怎么给它显示成图片呀
开发工具的命令行调用、http调用在linux下有没有解决方案 ...
一***:系统记录