24 lines
554 B
JSON
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"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |