- 微信小程序内投诉处理是否对接此套接口?
https://developers.weixin.qq.com/miniprogram/dev/platform-capabilities/business-capabilities/guarantee/complaint.html 这个接口,是否在小程序内投诉能用 [图片]
01-03 - 微信小程序获取URL Scheme调用次数不满50万但返回调用数量超限?
业务文档:https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/url-scheme.html [图片] 接口文档:https://developers.weixin.qq.com/miniprogram/dev/OpenApiDoc/qrcode-link/url-scheme/generateScheme.html 请求时间:10月5日 23:53:07.442 请求URL:https://api.weixin.qq.com/wxa/generatescheme?access_token=73_-yWO8hFasvMEBJ6VX0TJSzUe7RIPe8y6IwEmHoWd-mO_V5NDrV2XTrdLXLgqTCuPBKOVeDH4vXMJ8ZqHrebWo8YtwvH0n-Ort6LlLvTNjzZwZZ0f1szhK5MqnpUVXRhAJAEGA 返回结果:"errcode":44993,"errmsg":"reach max api day frequence limit rid: 651edbe3-7996beb9-6f27442d" 问题:此笔请求为当日37918次,远远不满50万次,但却返回调用数量超限
2023-10-07 - 怎么避免调用小程序API获取scheme经常连接超时的问题呢?
经常调用微信小程序API获取scheme有超时的情况,如下是其中一笔,辛苦排查下~ 小程序API接口:https://developers.weixin.qq.com/miniprogram/dev/OpenApiDoc/qrcode-link/url-scheme/generateScheme.html 请求微信时间:2023-09-13 15:10:50 请求报文: {"charSet":"utf-8","headers":{"Content-Type":"application/json"}, "hostnameVerify":false,"method":"POST","readTimeout":20000,"connectTimeout":10000,"ignoreContentIfUnsuccess":true,"maxResultSize":5000, "postData":"{\"jump_wxa\":{\"path\":\"/pages/fromH5Pay/index\",\"query\":\"orderAmount=79&state=01d55789-25db-47bd-af34-343f9dfa8aa2&goodsName=%E5%84%BF%E7%AB%A5%E7%94%B5%E8%AF%9D%E5%AE%9A%E4%BD%8D%E6%89%8B%E8%A1%A8&customerNo=10089455846&customerRequestNo=2454473181732866-1-790066038\"}}", "parameters":{},"sslVerify":false, "url":"https://api.weixin.qq.com/wxa/generatescheme?access_token=72_vniCHTrwiu0JVJIk9PGeqTNA3LdKyTLZ0hj2MC5SJLaa7MsF5XOTUzOOLJ7Lk8p4McLwiM2FnTdqFbfHBEtu1G5wRhHk1WooOOuoXjEYih6V9Mej-_mbdFRlOZ4CDNaADAJKU"} 请求报错:connect timed out 请求IP:101.91.37.13/101.91.34.103/101.89.47.18 微信IP:59.151.25.88/59.151.25.89/59.151.25.90
2023-09-13 - 发送订阅通知返回200014
https://developers.weixin.qq.com/doc/offiaccount/Subscription_Messages/api.html 调用订阅通知发送消息,返回这个错误怎么回事? { "errmsg": "missing parameter tid rid: 61c1b053-62832c05-22873894", "errcode": 200014, "rid": "61c1b053-62832c05-22873894", "__rpcCount": 1 }
2021-12-21