mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-19 08:19:01 +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 {
|
func GetApiErr(errCode int32, errMsg string) constant.ErrInfo {
|
||||||
|
|
||||||
return constant.ErrInfo{ErrCode: errCode, ErrMsg: errMsg}
|
return constant.ErrInfo{ErrCode: errCode, ErrMsg: errMsg}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user