up api docs

This commit is contained in:
lejianwen
2024-12-06 10:36:40 +08:00
parent 1c5cd3ae62
commit cd74cd19ef
7 changed files with 65 additions and 28 deletions

View File

@@ -1356,7 +1356,7 @@ const docTemplateapi = `{
},
"password": {
"type": "string",
"maxLength": 20,
"maxLength": 32,
"minLength": 4
},
"type": {
@@ -1364,7 +1364,7 @@ const docTemplateapi = `{
},
"username": {
"type": "string",
"maxLength": 10,
"maxLength": 32,
"minLength": 2
},
"uuid": {