京东商城订单数据

This commit is contained in:
苏尹岚
2020-07-13 14:15:43 +08:00
parent 239ff56661
commit 584dbe8d79
7 changed files with 130 additions and 8 deletions

View File

@@ -48,7 +48,7 @@ func TestGetProvince(t *testing.T) {
}
func TestGetCity(t *testing.T) {
result, err := api.GetCity(5)
result, err := api.GetCity(2)
if err != nil {
t.Fatal(err)
}
@@ -56,7 +56,7 @@ func TestGetCity(t *testing.T) {
}
func TestGetCounty(t *testing.T) {
result, err := api.GetCounty(199)
result, err := api.GetCounty(2834)
if err != nil {
t.Fatal(err)
}