Refactor code

This commit is contained in:
wenxu12345
2021-12-30 09:26:40 +08:00
parent f2c0a3994a
commit ac3159193f
2 changed files with 4 additions and 5 deletions
+1 -1
View File
@@ -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) {