chore(bot): 修改注释
All checks were successful
Egg Server MIflow / build-image (push) Successful in 48s

This commit is contained in:
zhaoyingbo 2024-09-26 07:45:39 +00:00
parent 8221494651
commit cbe9e77336

View File

@ -28,6 +28,6 @@ export const manageBotReq = async (ctx: Context.Data): Promise<Response> => {
// 处理Action消息
if (getIsActionMsg(body)) manageActionMsg(ctx)
// 其他情况,返回成功响应
// 返回成功响应
return ctx.genResp.ok()
}