mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-05-20 19:49:17 +08:00
1
This commit is contained in:
parent
6dafbf2165
commit
35c0e8303c
@ -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}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user