提交 ebd02d05 authored 作者: zhanglibo's avatar zhanglibo

淘特

上级 c4a5b213
...@@ -63,7 +63,6 @@ type AddressParseReq struct { ...@@ -63,7 +63,6 @@ type AddressParseReq struct {
} }
type AddressParseRes struct { type AddressParseRes struct {
Result struct {
Result struct { Result struct {
City string `json:"city"` City string `json:"city"`
CityId int `json:"cityId"` CityId int `json:"cityId"`
...@@ -75,7 +74,6 @@ type AddressParseRes struct { ...@@ -75,7 +74,6 @@ type AddressParseRes struct {
TownId int `json:"townId"` TownId int `json:"townId"`
} `json:"result"` } `json:"result"`
Success bool `json:"success"` Success bool `json:"success"`
} `json:"result"`
} }
//Parse 地址解析 //Parse 地址解析
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论