13 lines
269 B
JSON
13 lines
269 B
JSON
|
{
|
||
|
"swagger": "2.0",
|
||
|
"info": {
|
||
|
"description": "{{.Description}}",
|
||
|
"title": "大厅功能api",
|
||
|
"contact": {},
|
||
|
"license": {},
|
||
|
"version": "1.0"
|
||
|
},
|
||
|
"host": "localhost:8080",
|
||
|
"basePath": "/api/v1",
|
||
|
"paths": {}
|
||
|
}
|