驗證 3/5/6 碼郵遞區號 + 對應行政區。
パラメータ
| 名前 | 型 | 説明 |
|---|---|---|
| postal_code * | string | — |
生の JSON schema
{
"properties": {
"postal_code": {
"title": "Postal Code",
"type": "string"
}
},
"required": [
"postal_code"
],
"title": "validate_postal_codeArguments",
"type": "object"
}呼び出し方
スターター——パラメータは上表参照
tw_validate_postal_code({ postal_code: "…" })