From c3876b5bd2105aad0289106985c381aaa0dd5725 Mon Sep 17 00:00:00 2001 From: luhaoling <2198702716@qq.com> Date: Tue, 16 Jan 2024 17:30:26 +0800 Subject: [PATCH] fix: update robotics --- internal/api/msg.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }