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

淘特

上级 c4a5b213
...@@ -64,18 +64,16 @@ type AddressParseReq struct { ...@@ -64,18 +64,16 @@ 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"` District string `json:"district"`
District string `json:"district"` DistrictId int `json:"districtId"`
DistrictId int `json:"districtId"` Prov string `json:"prov"`
Prov string `json:"prov"` ProvId int `json:"provId"`
ProvId int `json:"provId"` Town string `json:"town"`
Town string `json:"town"` TownId int `json:"townId"`
TownId int `json:"townId"`
} `json:"result"`
Success bool `json:"success"`
} `json:"result"` } `json:"result"`
Success bool `json:"success"`
} }
//Parse 地址解析 //Parse 地址解析
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论