京东商城

This commit is contained in:
苏尹岚
2020-06-04 09:58:20 +08:00
parent a71f902289
commit 6a4077f441
7 changed files with 47 additions and 18 deletions

View File

@@ -47,7 +47,7 @@ func TestGetProvince(t *testing.T) {
}
func TestGetCity(t *testing.T) {
result, err := api.GetCity(2)
result, err := api.GetCity(12)
if err != nil {
t.Fatal(err)
}
@@ -55,7 +55,7 @@ func TestGetCity(t *testing.T) {
}
func TestGetCounty(t *testing.T) {
result, err := api.GetCounty(2815)
result, err := api.GetCounty(988)
if err != nil {
t.Fatal(err)
}