gpt4 book ai didi

node.js - 返回 POST 请求响应后运行方法

转载 作者:太空宇宙 更新时间:2023-11-04 01:19:37 25 4
gpt4 key购买 nike

我对 JS 还很陌生,我正在使用 NestJS 和 mongo 来开发后端 api。我有基本的CRUD操作。我希望能够创建文档,将其返回给用户并运行另一个方法,而不影响用户。

  @Post()
async create(@Body() body: Dto, @Headers('id') id: string) {
body.id = id;
const item = await this.service.create(body);
return item;

// Now, I want to call another method async to trace history changes
}

最佳答案

有两个选项可以解决这个问题

关于node.js - 返回 POST 请求响应后运行方法,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59829254/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com