mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-11 12:36:00 +08:00
Refactor code
This commit is contained in:
@@ -414,8 +414,8 @@ func QuitGroup(c *gin.Context) {
|
||||
return
|
||||
}
|
||||
resp := api.CommResp{ErrCode: RpcResp.CommonResp.ErrCode, ErrMsg: RpcResp.CommonResp.ErrMsg}
|
||||
log.NewInfo(req.OperationID, "QuitGroup api return", RpcResp.String())
|
||||
c.JSON(http.StatusOK, resp)
|
||||
log.NewInfo("QuitGroup api return", RpcResp.String())
|
||||
}
|
||||
|
||||
func SetGroupInfo(c *gin.Context) {
|
||||
|
||||
Reference in New Issue
Block a user