mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-12-03 02:42:19 +08:00
fix: update robotics
This commit is contained in:
parent
7e7a1cd205
commit
c3876b5bd2
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user