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’
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’