This repository has been archived on 2024-11-28. You can view files and clone it, but cannot push or open issues or pull requests.
Files
schisandra-cloud-album/docs/swagger.json
landaiqing 9b36d2fff0 add swagger
2024-08-05 15:44:33 +08:00

24 lines
554 B
JSON

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