如何使用nestjs在HttpService上使用async/await?下面的代码不起作用:async create(data) { return await this.httpService.post(url, data); } ...
確定! 回上一頁