17 lines
360 B
JSON
17 lines
360 B
JSON
{
|
|
"swagger": "2.0",
|
|
"info": {
|
|
"description": "service-http接口文档",
|
|
"title": "service-http API",
|
|
"contact": {},
|
|
"version": "0.0.1"
|
|
},
|
|
"paths": {},
|
|
"securityDefinitions": {
|
|
"Bearer": {
|
|
"type": "apiKey",
|
|
"name": "Authorization",
|
|
"in": "header"
|
|
}
|
|
}
|
|
} |