This commit is contained in:
邹宗楠
2025-02-28 13:44:18 +08:00
parent 6d46a8a3d0
commit e335b02986
2 changed files with 2 additions and 4 deletions

View File

@@ -80,6 +80,8 @@ func OnImMsg(msg *mtwmapi.ImCallbackMsg) (response *mtwmapi.CallbackResponse) {
case model.ServerTypeVegetable:
pushIMToGyOrPet(msg, model.ServerTypeFruits)
return mtwmapi.SuccessResponse
case model.ServerTypePet:
return mtwmapi.SuccessResponse
}
}