This commit is contained in:
ou-yongtong 2025-06-02 10:49:49 +09:00
parent 9bb5ee5c97
commit 0054f0dec4

View File

@ -133,7 +133,14 @@
"length-order": "1",
"length-limiter": "1-50",
"validate-pattern": "^.{1,50}$"
}
},
"API0206-sessionId": {
"name": "key",
"not-null": "13",
"length-order": "12",
"length-limiter": "1-250",
"validate-pattern": "^.{1,510}$"
}
}
}