我使用multer-cloudinary包和multer作为中间件.... app.post("/multiple-upload", multerMiddleware.array("files"), async({ message: "Something went wrong while uplaoding this item" });})
let file
我有一个post模式和一个用户模式,我想把它们合并在一起。我想知道怎么做这件事。到目前为止,我已经有了这段代码,但我一直在返回承诺。当我在.map之后添加then时,我没有得到任何结果。let posts = await Post.find(); let test = await posts.map(async