列出指定縣市下所有鄉鎮市區(含 town code + 3 碼郵遞區號)。 舊名 → 現名自動對齊(高雄縣 → 高雄市 等)。
Paramètres
| Nom | Type | Description |
|---|---|---|
| county * | string | — |
Schéma JSON brut
{
"properties": {
"county": {
"title": "County",
"type": "string"
}
},
"required": [
"county"
],
"title": "list_districts_in_countyArguments",
"type": "object"
}Comment appeler
Amorce — paramètres dans le tableau
tw_list_districts_in_county({ county: "…" })