Twinkle HubTwinkle Hub

查銀行代碼

tw_lookup_bank_code

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

以代號或銀行名稱查詢台灣金融機構代號(涵蓋 ~37 家主要銀行 + 純網銀 + 郵政)。

Args: query: 3 碼代號 OR 銀行名稱(含部分匹配,例 "玉山"、"中信"、"郵政")。

パラメータ

名前説明
query *string
生の JSON schema
{
  "properties": {
    "query": {
      "title": "Query",
      "type": "string"
    }
  },
  "required": [
    "query"
  ],
  "title": "lookup_bank_codeArguments",
  "type": "object"
}

呼び出し方

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