{ "swagger": "2.0", "info": { "description": "swagger 入门使用例子", "title": "swagger使用例子", "contact": {}, "version": "1.0" }, "paths": { "/check": { "get": { "description": "服务初始连接测试", "consumes": [ "application/json" ], "produces": [ "application/json" ], "summary": "服务连接校验", "responses": {} } } } }