fix: update robotics

pull/1783/head
luhaoling 2 years ago
parent 7e7a1cd205
commit c3876b5bd2

@ -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
}

Loading…
Cancel
Save