diff --git a/internal/api/msg.go b/internal/api/msg.go index 8688cd615..68f89fde2 100644 --- a/internal/api/msg.go +++ b/internal/api/msg.go @@ -414,7 +414,7 @@ func (m *MessageApi) CallbackExample(c *gin.Context) { c.JSON(http.StatusOK, resp) robotics := "5078764102" - if req.SendID != robotics || req.ContentType != 101 { + if req.SendID == robotics || req.ContentType != 101 { return }