mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-13 05:25:59 +08:00
fix bug
This commit is contained in:
@@ -858,5 +858,5 @@ func SetGroupMemberInfo(c *gin.Context) {
|
|||||||
resp.ErrMsg = respPb.CommonResp.ErrMsg
|
resp.ErrMsg = respPb.CommonResp.ErrMsg
|
||||||
resp.ErrCode = respPb.CommonResp.ErrCode
|
resp.ErrCode = respPb.CommonResp.ErrCode
|
||||||
log.NewInfo(req.OperationID, utils.GetSelfFuncName(), " api args ", resp)
|
log.NewInfo(req.OperationID, utils.GetSelfFuncName(), " api args ", resp)
|
||||||
c.JSON(http.StatusInternalServerError, resp)
|
c.JSON(http.StatusOK, resp)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user