This commit is contained in:
skiffer-git 2022-06-16 16:12:41 +08:00 committed by Xinwei Xiong(cubxxw-openim)
parent 5f9f1ab996
commit b0d8fe5c3d

View File

@ -97,6 +97,8 @@ func GetUsersInfo(c *gin.Context) {
func UpdateUserInfo(c *gin.Context) {
params := api.UpdateSelfUserInfoReq{}
var t int32
params.GlobalRecvMsgOpt = &t
if err := c.BindJSON(&params); err != nil {
log.NewError("0", "BindJSON failed ", err.Error())
c.JSON(http.StatusBadRequest, gin.H{"errCode": 400, "errMsg": err.Error()})