mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-05-29 17:44:09 +08:00
del msg test
This commit is contained in:
parent
9d9d3db701
commit
78895288d0
@ -80,6 +80,7 @@ func DelSuperGroupMsg(c *gin.Context) {
|
|||||||
)
|
)
|
||||||
rpcReq := &rpc.DelSuperGroupMsgReq{}
|
rpcReq := &rpc.DelSuperGroupMsgReq{}
|
||||||
if err := c.BindJSON(&req); err != nil {
|
if err := c.BindJSON(&req); err != nil {
|
||||||
|
log.NewError("", "args err:", err.Error())
|
||||||
c.JSON(http.StatusOK, gin.H{"errCode": 400, "errMsg": err.Error()})
|
c.JSON(http.StatusOK, gin.H{"errCode": 400, "errMsg": err.Error()})
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user