开通了微信搜一搜,按照文档准备好内容:https://developers.weixin.qq.com/miniprogram/introduction/widget/we-search/WXAPAGES.html#%E4%B8%89%E3%80%81%E5%86%85%E5%AE%B9%E6%8E%A5%E5%85%A5%E6%96%B9%E5%BC%8F
在通过接口
POST https://api.weixin.qq.com/wxa/search/wxaapi_submitpages?access_token=TOKEN
提交内容时,遇到 connection reset by peer 的报错。请求这个接口是需要添加IP白名单吗?
你好,提供下具体的请求包,回包。
Post https://api.weixin.qq.com/wxa/search/wxaapi_submitpages?access_token=NRpqwopSshRAr3npzmFjM8: write tcp 10.10.x.xx:26631->101.226.212.27:443: write: connection reset by peer
稍微做了些脱敏处理。POST请求的body就是文档中要求的格式,101.226.212.27就是微信的服务器地址,因为直接connection reset by peer了,所以没有回包。10.10.x.xx是我们的服务器出口地址,是在阿里云上。