LeoQuote opened this issue 3 years ago · 2 comments
我看到express 可以在路由里直接
res.status(200).send("ok");
但是因为有时候需要响应飞书那边的验证信息, 需要用handler 里自带的 decrypt, 也不能这么做.
怎么样可以兼顾这两个事情?
https://github.com/larksuite/oapi-sdk-nodejs/blob/main/packages/sample/src/event/express.js 请看这个示例
handler 里如果有比较耗时的东西,这个就不成立了,会3s超时