chore: 修改消息返回值
All checks were successful
Egg Server CI/CD / build-image (push) Successful in 44s
Egg Server CI/CD / refresh-image (push) Successful in 12s
Egg Server CI/CD / fast-deploy (push) Successful in 2s

This commit is contained in:
zhaoyingbo 2024-09-30 03:49:51 +00:00
parent 2965d048c3
commit db729299c4

View File

@ -29,5 +29,5 @@ export const manageBotReq = async (ctx: Context.Data): Promise<Response> => {
if (getIsActionMsg(body)) manageActionMsg(ctx)
// 返回成功响应
return ctx.genResp.empty200()
return ctx.genResp.json({})
}