Files
service-http/docs/swagger.json
lwnmengjing 937a3cea60
Some checks failed
CI / build (push) Failing after 8m49s
init project
2025-11-13 16:53:08 +08:00

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"
}
}
}