From db729299c4324b0c533de4baeb0e933fdfcedcaa Mon Sep 17 00:00:00 2001 From: zhaoyingbo Date: Mon, 30 Sep 2024 03:49:51 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BF=AE=E6=94=B9=E6=B6=88=E6=81=AF?= =?UTF-8?q?=E8=BF=94=E5=9B=9E=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- routes/bot/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/bot/index.ts b/routes/bot/index.ts index f953a91..12c6ef6 100644 --- a/routes/bot/index.ts +++ b/routes/bot/index.ts @@ -29,5 +29,5 @@ export const manageBotReq = async (ctx: Context.Data): Promise => { if (getIsActionMsg(body)) manageActionMsg(ctx) // 返回成功响应 - return ctx.genResp.empty200() + return ctx.genResp.json({}) }