Twinkle HubTwinkle Hub

資本額區間查中文

tw_lookup_capital_range

Validateurs · 20 outils🇹🇼 Taïwanlecture seule

資本額區間代碼 → 中文範圍 (Tier A).

Args: code: 2 碼 e.g. "12" → 10億元以上, "06" → 100-500萬元

Returns: {found, code, range_zh}

Paramètres

NomTypeDescription
code *string
Schéma JSON brut
{
  "properties": {
    "code": {
      "title": "Code",
      "type": "string"
    }
  },
  "required": [
    "code"
  ],
  "title": "lookup_capital_rangeArguments",
  "type": "object"
}

Comment appeler

Amorce — paramètres dans le tableau
tw_lookup_capital_range({ code: "…" })