获取二维码返回报错
* Bug 表现是什么?预期表现是什么?
调用获取二维码接口:
https://api.weixin.qq.com/wxa/getwxacodeunlimit?access_token=ACCESS_TOKEN
post参数按照要求填写:
data:{
width:430,
scene: “12121212123”,
page:‘pages/scan/scan’
},
返回结果是:
data:{errcode: 41030, errmsg: “invalid page hint: [ZTPkCA00424524]”}
这是什么原因。
8 回复