This commit is contained in:
suyl
2021-07-15 09:27:24 +08:00
parent 26f5087072
commit fd69d4dda0
2 changed files with 18 additions and 21 deletions

View File

@@ -6,9 +6,9 @@ import (
)
type CallResult struct {
Code string `json:"code"`
Desc string `json:"desc"`
Data string `json:"data"`
Code string `json:"code"`
Desc string `json:"desc"`
Data interface{} `json:"data"`
}
func buildParamRequiredErr(str []string) (err error) {