This commit is contained in:
ou-yongtong 2025-06-02 10:56:34 +09:00
commit 988e67a756

View File

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