npm run build报错如何解决

external/xiaohongshu/src/index.ts:17:22 - error TS2339: Property 'http' does not exist on type 'Context'.

return await ctx.http.get(api + url);

现在不能直接用ctx.http了吗,提示Property ‘http’ does not exist on type ‘Context’

1 个赞
1 个赞