This commit is contained in:
邹宗楠
2024-08-16 15:11:50 +08:00
parent 1c86d4f53c
commit 91bf920443
5 changed files with 19 additions and 4 deletions

View File

@@ -70,7 +70,7 @@ func TestGeoCodeRegeoSingle(t *testing.T) {
// 获取全国行政区划 List
func TestGetDistricts(t *testing.T) {
result, err := tencent.GetDistricts(2, "510000", 2)
result, err := tencent.GetDistricts(2, "419001", 0)
if err != nil {
t.Log(err)
} else {