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: "…" })