add swagger

This commit is contained in:
landaiqing
2024-08-05 15:44:33 +08:00
parent f629610d34
commit 9b36d2fff0
23 changed files with 725 additions and 28 deletions

24
docs/swagger.json Normal file
View File

@@ -0,0 +1,24 @@
{
"swagger": "2.0",
"info": {
"contact": {}
},
"paths": {
"/api/auth/user/List": {
"get": {
"tags": [
"鉴权模块"
],
"summary": "获取所有用户列表",
"responses": {
"200": {
"description": "OK",
"schema": {
"type": "string"
}
}
}
}
}
}
}