This commit is contained in:
ou-yongtong 2025-06-02 10:54:59 +09:00
parent 9bb5ee5c97
commit e4e6174673

View File

@ -133,6 +133,13 @@
"length-order": "1",
"length-limiter": "1-50",
"validate-pattern": "^.{1,50}$"
},
"API0901-mmail": {
"name": "mail",
"not-null": "11",
"length-order": "12",
"length-limiter": "1-530",
"validate-pattern": "^.{11,50}$"
}
}