认证的服务号才可以
服务号后台功能设置中没有网页授权,是因为什么呢?[图片]
12-04微信昵称2-30个字符,有啥问题?
nickname返回长度会超过32字节吗?您好,使用https://api.weixin.qq.com/sns/userinfo接口获取用户unionid,返回的nickname会超过32字节? AppID:https://api.weixin.qq.com/sns/userinfo 今天凌晨2:50~3:20,疑似有用户的nickname超过了32字节。这个长度有限制吗?
11-29将此地址的参数拼接正确 https://api.weixin.qq.com/sns/jscode2session?appid=APPID&secret=SECRET&js_code=JSCODE&grant_type=authorization_code 然后用浏览器访问试下,如果浏览器访问很快,那就是你服务器请求问题 我在服务器和浏览器实际测试都很快的
HTTPS 请求基于code凭证获取openid,请求后无回应,请求多次,偶尔一次才能成功什么原因?https://developers.weixin.qq.com/miniprogram/dev/OpenApiDoc/user-login/code2Session.html 1、小程序调用wx.login登录后,获取接口调用凭证 https://api.weixin.qq.com/cgi-bin/token?grant_type=client_credential&appid=${appid}&secret=${secret} 2、获取openId https://api.weixin.qq.com/sns/jscode2session?appid=APPID&secret=SECRET&js_code=JSCODE&grant_type=authorization_code 3、通过服务器地址访问很慢,有时还会无响应, 域名地址 "https://test-wxmc.topsec.com.cn 经过分析,请求已正常发出,而平台接口未有响应
11-29排查过了不一定排查对了。输出下 统一下单传的所有参数
微信小程序支付一直提示total_fee,密钥v2[图片]排查过了,还是这个问题
11-29代码谁写的?排查支付传参
mch_id参数格式错误:nul. 未使用 orderld:[1081556][图片]这种情况如何解决
11-29目前并不可以
关于微信小程序目前是否支持调用支付宝支付?关于微信小程序目前是否支持调用支付宝支付?
11-28放弃吧,就算你调通了也没用。api.weixin.qq.com 域名不能在前端调用
使用uni.request和 wx.request调用支付?在苹果手机上success和fail都不执行,但是安卓手机能正常获取openid await wx.request({ url: `https://api.weixin.qq.com/sns/jscode2session?appid=${appid}&secret=${secret}&grant_type=authorization_code&js_code=${res.code}`, method: 'GET', success: function (result) { if (result.statusCode === 200) { console.log(result.data.openid, 'openid======='); uni.setStorageSync('openid', result.data.openid); uni.setStorageSync('session_key', result.data.session_key); } else { console.error('请求失败:', result); } }, fail: function (err) { console.error('请求失败:', err); } });
11-26可以的 https://kf.qq.com/faq/170221uQ7Vz2170221ZzIZv6.html
服务号可以迁移到服务号吗?如题
11-25你确定跳转的 是 tabBar 页面?app.json 截图看下
navigator无法跳转,点击后无反应[图片]
11-25[图片] 设置成这个,然后在开发工具上 编译模式选择 快速二维码
小程序在正式版未发布之前怎么测试getUnlimitedQRCode这个接口的二维码跳转https://developers.weixin.qq.com/miniprogram/dev/OpenApiDoc/qrcode-link/qr-code/getUnlimitedQRCode.html接口应在服务器端调用,详细说明参https://developers.weixin.qq.com/miniprogram/dev/api/device/wifi/wx.connectWifi.htmlhttps://developers.weixin.qq.com/miniprogram/dev/api/device/wifi/wx.connectWifi.html
11-25