Twinkle HubTwinkle Hub

行政區三向 lookup

tw_lookup_administrative_district

検証ツール · 20 件🇹🇼 台湾読み取り専用

三向行政區 lookup:依名稱 / 郵遞區號 / 縣市過濾。 必須至少給 name= 或 postal_code= 一項。

パラメータ

名前説明
namestring
postal_codestring
countystring
生の JSON schema
{
  "properties": {
    "name": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "title": "Name"
    },
    "postal_code": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "title": "Postal Code"
    },
    "county": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "title": "County"
    }
  },
  "title": "lookup_administrative_districtArguments",
  "type": "object"
}

呼び出し方

スターター——パラメータは​上表参照
tw_lookup_administrative_district({ name: "…" })