mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-04 09:05:59 +08:00
1
This commit is contained in:
@@ -164,5 +164,6 @@ func argsHandle(args []interface{}, fields map[string]interface{}) {
|
||||
}
|
||||
|
||||
func GetApiErr(errCode int32, errMsg string) constant.ErrInfo {
|
||||
|
||||
return constant.ErrInfo{ErrCode: errCode, ErrMsg: errMsg}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user