网络请求
exports.main = function testSDKNetwork(event, callback) {
BaaS.request.get('http://ip.taobao.com/service/getIpInfo.php?ip=63.223.108.42').then(res => {
callback(null, res.data)
}, err => {
callback(err)
})
}网络请求出口 IP 白名单配置
23.143.8.1
23.143.8.7
45.82.237.11
52.80.37.170
52.80.43.200
54.223.169.46
54.223.84.167
116.63.78.255
120.232.156.194
120.232.156.216
120.79.176.174
122.9.119.232
183.238.13.86
192.234.79.153Last updated
Was this helpful?