调用接口
获取access_token
请求地址
https://api.weixin.qq.com/cgi-bin/token?grant_type=client_credential&appid=APPID&secret=APPSECRET
返回状态
status: 200 OK
返回结果
{
errcode: 40164,
errmsg: "invalid ip 21.187.33.232 ipv6 ::ffff:21.187.33.232, not in whitelist rid: 695dd135-28325321-7dd5855a",
}
提示白名单里没有这个IP,可是这个IP压根就不是我的,这个IP是美国国防部的。

有没有可能是因为开了代理?