https://developers.weixin.qq.com/doc/offiaccount/Basic_Information/Get_access_token.htmlhttps://developers.weixin.qq.com/doc/offiaccount/Getting_Started/Overview.html
请求地址:
https://api.weixin.qq.com/cgi-bin/stable_token?
返回结果:
- 200 OK
- Connection: keep-alive
- Date: Mon, 25 Sep 2023 03:21:17 GMT
- Content-Type: application/json; encoding=utf-8
- Content-Length: 133
{
"errcode": 40164,
"errmsg": "invalid ip 101.226.140.169 ipv6 ::ffff:101.226.140.169, not in whitelist rid: 6510fcad-3d8ae261-25861ec2"
}
提示:
未知返回状态.
请求地址:
https://api.weixin.qq.com/cgi-bin/stable_token?
返回结果:
- 200 OK
- Connection: keep-alive
- Date: Mon, 25 Sep 2023 03:21:43 GMT
- Content-Type: application/json; encoding=utf-8
- Content-Length: 133
{
"errcode": 40164,
"errmsg": "invalid ip 101.226.140.156 ipv6 ::ffff:101.226.140.156, not in whitelist rid: 6510fcc7-77b73b81-285cfa3d"
}
提示:
未知返回状态.
我也遇到了,无解,不知道怎么调试了。
腾讯提供的那个 ip.qq.com 查询ip也打不开。
使用其他工具查询ip是不变的,是不是腾讯有什么bug还是限制
一直在变化,你是在测试网页上搞的?还是在服务器上,还是本地代码或者postman apifox