mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-05-01 23:32:54 +08:00
Merge remote-tracking branch 'origin/v2.3.0release' into v2.3.0release
This commit is contained in:
commit
66aa690104
@ -118,7 +118,7 @@ func (ws *WServer) argsValidate(m *Req, r int32, operationID string) (isPass boo
|
|||||||
return false, 204, err.Error(), nil
|
return false, 204, err.Error(), nil
|
||||||
|
|
||||||
}
|
}
|
||||||
return true, 0, "", data
|
return true, 0, "", &data
|
||||||
default:
|
default:
|
||||||
}
|
}
|
||||||
return false, 204, "args err", nil
|
return false, 204, "args err", nil
|
||||||
|
Loading…
x
Reference in New Issue
Block a user