scence 赋值的时候必须是string类型的,不要用Long否则获取到的scence会不一致
生成的微信小程序二维码scene参数和我传的参数不一致使用B接口:https://api.weixin.qq.com/wxa/getwxacodeunlimit 生成小程序二维码,传入参数是:"{"page":"pages/class/class","scene":412213075488489472}" 但生成的二维码,小程序获取到的scene不是412213075488489472。 奇怪的是:小程序获取到测参数是:http请求日志中的"Content-disposition: attachment; filename="_412213075488489536"[\r][\n]" 难道是微信的坑? 以下是调用微信接口的http请求日志: http-outgoing-24 >> "POST /wxa/getwxacodeunlimit?access_token=token HTTP/1.1[\r][\n]" - http-outgoing-24 >> "Content-Length: 55[\r][\n]" - http-outgoing-24 >> "Content-Type: application/json[\r][\n]" - http-outgoing-24 >> "Content-Encoding: utf-8[\r][\n]" - http-outgoing-24 >> "Host: api.weixin.qq.com[\r][\n]" - http-outgoing-24 >> "Connection: Keep-Alive[\r][\n]" - http-outgoing-24 >> "User-Agent: Apache-HttpClient/4.5.5 (Java/1.8.0_151)[\r][\n]" - http-outgoing-24 >> "Accept-Encoding: gzip,deflate[\r][\n]" - http-outgoing-24 >> "[\r][\n]" - http-outgoing-24 >> "{"page":"pages/class/class","scene":412213075488489472}" - http-outgoing-24 << "HTTP/1.1 200 OK[\r][\n]" - http-outgoing-24 << "Connection: keep-alive[\r][\n]" - http-outgoing-24 << "Cache-Control: no-cache, must-revalidate[\r][\n]" - http-outgoing-24 << "Content-Type: image/jpeg[\r][\n]" - http-outgoing-24 << "Content-disposition: attachment; filename="_412213075488489536"[\r][\n]" - http-outgoing-24 << "Content-Length: 99842[\r][\n]" - http-outgoing-24 << "[\r][\n]"
2023-08-03App唤起小程序后,在小程序点击launchApp button无法返回App;点击打开App按钮完全没有反应,也没有报错信息,怎么处理,官方能不能给个答案!@Tummy
App打开小程序后,小程序点击button无法返回AppApp唤起小程序后,在小程序点击launchApp button无法返回App;点击打开App按钮完全没有反应,也没有报错信息;安卓App端接入了最新的微信SDK,也处理了[代码]ShowMessageFromWX.req[代码] 的微信回调 ;求官方给解决办法? 确定通过App唤起的小程序的场景值为1069 微信版本:6.6.7 小程序代码: [代码]<button open-type="launchApp" app-parameter="wechat" binderror="launchAppError">打开APP</button>[代码][代码] [代码]
2019-03-15