提交 46f5cab4 authored 作者: lihaixin's avatar lihaixin

返回参数code类型全部改为string

上级 0285c710
......@@ -484,7 +484,7 @@ type WeimobRes struct {
}
type WeimobGoodsDelResult struct {
Code struct {
Errcode int `json:"errcode"`
Errcode string `json:"errcode"`
Errmsg string `json:"errmsg"`
} `json:"code"`
Data struct {
......@@ -1044,7 +1044,7 @@ type WeimodOrderListRes struct {
type Result struct {
Data map[string]interface{} `json:"data"`
Code struct {
Errcode int64 `json:"errcode"`
Errcode string `json:"errcode"`
Errmsg string `json:"errmsg"`
} `json:"code"`
}
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论