This commit is contained in:
withchao
2023-02-27 10:14:19 +08:00
parent 08fdac83fc
commit e513a09e45
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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"`