const geoip = global.get('geoip-lite'); let ip = "207.97.227.239"; // read this from a msg property sent with msg msg.payload = geoip.lookup(ip); return msg;.
確定! 回上一頁