基本概念Noslated SDKNoslated SDKNoslated 对外提供的接口,用于对接 Gateway 实现,可以通过 NOSLATE_PATH 引入。const NoslatedClient = require(process.env.NOSLATE_PATH).NoslatedClient;const client = new NoslatedClient();await client.start();