mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-05 09:36:00 +08:00
api2rpc
This commit is contained in:
@@ -59,7 +59,7 @@ func rpcString(v interface{}) string {
|
||||
}
|
||||
|
||||
type baseResp struct {
|
||||
ErrCode int `json:"errCode"`
|
||||
ErrCode int32 `json:"errCode"`
|
||||
ErrMsg string `json:"errMsg"`
|
||||
ErrDtl string `json:"errDtl"`
|
||||
Data interface{} `json:"data"`
|
||||
|
||||
Reference in New Issue
Block a user