17
docs/swagger.json
Normal file
17
docs/swagger.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user