调用如下接口;let token_url = 'https://api.weixin.qq.com/cgi-bin/token?grant_type=client_credential&appid=' + appid + '&' + 'secret=' + secret;
云函数返回如下信息:errcode: 40164, errmsg: "invalid ip xx.xxx.xx.xx ipv6 ::ffff:43.142.62.27, not in whitelist dia
每次xx.xxx.xx.xx ip内容都不一样,这怎么在白名单里添加啊?
在开发工具上可以给云函数设置固定IP
云函数固定出口ip