驗證 3/5/6 碼郵遞區號 + 對應行政區。
Paramètres
| Nom | Type | Description |
|---|---|---|
| postal_code * | string | — |
Schéma JSON brut
{
"properties": {
"postal_code": {
"title": "Postal Code",
"type": "string"
}
},
"required": [
"postal_code"
],
"title": "validate_postal_codeArguments",
"type": "object"
}Comment appeler
Amorce — paramètres dans le tableau
tw_validate_postal_code({ postal_code: "…" })