路名/地區名 → 6 碼郵遞區號清單.
Args: county: 縣市 e.g. '臺北市' town: 鄉鎮市區 e.g. '信義區' keywords: 路名或地區關鍵字 e.g. '忠孝東路' Returns: {found, result: [{zip33, road, zip33Range, department}]}
路名/地區名 → 6 碼郵遞區號清單.
Args: county: 縣市 e.g. '臺北市' town: 鄉鎮市區 e.g. '信義區' keywords: 路名或地區關鍵字 e.g. '忠孝東路' Returns: {found, result: [{zip33, road, zip33Range, department}]}
| Nom | Type | Description |
|---|---|---|
| county * | string | — |
| town * | string | — |
| keywords * | string | — |
{
"properties": {
"county": {
"title": "County",
"type": "string"
},
"town": {
"title": "Town",
"type": "string"
},
"keywords": {
"title": "Keywords",
"type": "string"
}
},
"required": [
"county",
"town",
"keywords"
],
"title": "lookup_zip33_by_roadArguments",
"type": "object"
}tw_lookup_zip33_by_road({ county: "…" })