chore: 修改消息返回值
This commit is contained in:
parent
2965d048c3
commit
db729299c4
@ -29,5 +29,5 @@ export const manageBotReq = async (ctx: Context.Data): Promise<Response> => {
|
|||||||
if (getIsActionMsg(body)) manageActionMsg(ctx)
|
if (getIsActionMsg(body)) manageActionMsg(ctx)
|
||||||
|
|
||||||
// 返回成功响应
|
// 返回成功响应
|
||||||
return ctx.genResp.empty200()
|
return ctx.genResp.json({})
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user