- 生成小程序码返回的二维码图片损坏?
获取不限制的小程序码调用的链接是https://api.weixin.qq.com/wxa/getwxacodeunlimit?access_token=ACCESS_TOKEN 返回成功,但是拿到的png格式的二维码图片显示图片损坏,
03-20 - 小程序调用统一下单接口时报签名错误?
<xml> <appid>wx0f51d64945a82ef6</appid> <mch_id>1647686894</mch_id> <device_info>WEB</device_info> <nonce_str>f13ce4c0a7aea783a242fbc29c53ccb1</nonce_str> <sign>27A63887E7B6231018AAEF23D4F64916</sign> <sign_type>MD5</sign_type> <body>欢聚酒业</body> <out_trade_no>wxNo79682169284463075778720</out_trade_no> <fee_type>CNY</fee_type> <total_fee>1</total_fee> <spbill_create_ip>192.168.2.107</spbill_create_ip> <notify_url>http://127.0.0.1:8080/api/admin/payment/callback/wechat</notify_url> <trade_type>JSAPI</trade_type> <openid>osnWy5PbQ_1T4N4_7-SCa-itsDLE</openid> <receipt>N</receipt> </xml>
2023-08-24 - 微信小程序统一下单签名错误?
使用微信在线签名验证验证是正确的,但是接口调用就报错签名错误
2023-08-23 - 我使用RecorderManager api 录音 返回的临时文件上传服务器接口报错401 ?
具体的方式是 wx.uploadFile({ url: '服务器地址', filePath: tempFilePath, name: 'file', header: { 'Authorization': 'Basic ' + base64EncodedCredentials }, success(res) { // 上传成功 } }); 有没有做过该功能的 帮我看看是什么问题
2023-06-25