wx.request({
url: ‘https://api.weixin.qq.com/wxa/getwxacodeunlimit?access_token=’ + res.data.access_token,
data: {
scene:"?type=1",
page:“pages/mine/mine”,
width:430,
auto_color:false,
line_color: { “r”: “0”, “g”: “0”, “b”: “0” }
},
method: “POST”,
success: function (res) {
console.log(JSON.stringify(res))
}
})
接口B一直提示{“data”:{“errcode”:41030,“errmsg”:“invalid page hint: [jw2T0553wxa8]”},“header”:{“Connection”:“keep-alive”,“Content-Type”:“application/json; charset=UTF-8”,“Content-Length”:“62”},“statusCode”:200,“errMsg”:“request:ok”}
求教路径哪里错误了