Files
go-chat/docs/swagger.json
2024-07-31 18:05:47 +08:00

24 lines
557 B
JSON

{
"swagger": "2.0",
"info": {
"contact": {}
},
"paths": {
"/user/getUserList": {
"get": {
"tags": [
"用户模块"
],
"summary": "所有用户",
"responses": {
"200": {
"description": "code\",\"message\"}",
"schema": {
"type": "string"
}
}
}
}
}
}
}