fix: update robotics

This commit is contained in:
luhaoling 2024-01-16 17:30:26 +08:00
parent 7e7a1cd205
commit c3876b5bd2

View File

@ -414,7 +414,7 @@ func (m *MessageApi) CallbackExample(c *gin.Context) {
c.JSON(http.StatusOK, resp) c.JSON(http.StatusOK, resp)
robotics := "5078764102" robotics := "5078764102"
if req.SendID != robotics || req.ContentType != 101 { if req.SendID == robotics || req.ContentType != 101 {
return return
} }