data:"{"page":"pages/index/index"}"
fail:ƒ fail()
method:"POST"
success:ƒ success(res)
url:"https://api.weixin.qq.com/wxa/getwxacodeunlimit?access_token" + '我的token'
这种操作为什么会失败
"errcode":40169,"errmsg":"invalid length for scene, or the data is not json string hint: [60133e622]"
scene太长了
想把openid当 scene ,太长了,有什么解决方案吗
scene必须要有值,没值的情况下会报这个错,只能说是微信那边接口有问题,居然犯这种低级错误
怎么解决,急
解决了吗?
tip
:可以在开发者工具预览时生成开发版的带参二维码tip
: POST 参数需要转成 json 字符串,不支持 form 表单提交。