This commit is contained in:
withchao
2023-02-27 09:53:17 +08:00
parent 0547f25ecb
commit 08fdac83fc
4 changed files with 30 additions and 27 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ func rpcString(v interface{}) string {
}
type baseResp struct {
ErrCode int32 `json:"errCode"`
ErrCode int `json:"errCode"`
ErrMsg string `json:"errMsg"`
ErrDtl string `json:"errDtl"`
Data interface{} `json:"data"`