列出指定縣市下所有鄉鎮市區(含 town code + 3 碼郵遞區號)。 舊名 → 現名自動對齊(高雄縣 → 高雄市 等)。
파라미터
| 이름 | 타입 | 설명 |
|---|---|---|
| county * | string | — |
원본 JSON schema
{
"properties": {
"county": {
"title": "County",
"type": "string"
}
},
"required": [
"county"
],
"title": "list_districts_in_countyArguments",
"type": "object"
}호출 방법
스타터 — 파라미터는 위 표 참조
tw_list_districts_in_county({ county: "…" })