node function calling another function and returns undefined

前端 未结 0 1974
有刺的猬
有刺的猬 2021-01-25 20:34

i have the following code in nodejs:

const unifi = require(\'node-unifi\');

const controller = new unifi.Controller(IP_ADDRESS, 8443);

function login(apiCall) {         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题