//获取conn服务器组相关信息 var conn = this.app.getServersByType(‘connector‘); next(null, { code: 200, host: conn[0].host, port: conn[0].clientPort })
时间: 2024-10-16 15:21:36
//获取conn服务器组相关信息 var conn = this.app.getServersByType(‘connector‘); next(null, { code: 200, host: conn[0].host, port: conn[0].clientPort })