在集成 postal-node (https://github.com/atech/postal-node
)时可能遇到:
getaddrinfo ENOTFOUND 或者 连接被结局,有可能:在初始化时
// Create a new Postal client using a server key generated using your
// installation's web interface
var client = new Postal.Client('https://postal.yourdomain.com', 'your-api-key');
这里的'https://postal.yourdomain.com' 不需要https://, 例如你的地址是 https://xxx.xxx.com, 只需要设置为 xxx.xxx.com 即可
网友评论