123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678 |
- {
- "swagger": "2.0",
- "info": {
- "description": "This is a gateway server. On the page, you can go to do testing for every API.",
- "title": "Project xingjia-official-gateway's APIs",
- "contact": {},
- "license": {},
- "version": "1.1"
- },
- "paths": {
- "/api/v1/file": {
- "get": {
- "description": "获取文件",
- "consumes": [
- "application/json"
- ],
- "produces": [
- "application/json"
- ],
- "tags": [
- "download"
- ],
- "summary": "获取文件",
- "parameters": [
- {
- "type": "string",
- "description": "jwt token",
- "name": "token",
- "in": "header",
- "required": true
- },
- {
- "type": "string",
- "description": " ",
- "name": "obj",
- "in": "query",
- "required": true
- }
- ],
- "responses": {
- "200": {
- "description": "OK",
- "schema": {
- "$ref": "#/definitions/v1.UploadResponse"
- }
- },
- "500": {
- "description": "Internal Server Error",
- "schema": {
- "$ref": "#/definitions/base.HTTPError"
- }
- }
- }
- }
- },
- "/api/v1/jt/announcement": {
- "get": {
- "description": "公示公告列表",
- "consumes": [
- "application/json"
- ],
- "produces": [
- "application/json"
- ],
- "tags": [
- "公示公告"
- ],
- "summary": "公示公告列表",
- "parameters": [
- {
- "type": "integer",
- "description": " ",
- "name": "page",
- "in": "query"
- },
- {
- "type": "integer",
- "description": " ",
- "name": "page_size",
- "in": "query"
- }
- ],
- "responses": {
- "200": {
- "description": "OK",
- "schema": {
- "$ref": "#/definitions/v1.JtContentListResponse"
- }
- },
- "500": {
- "description": "Internal Server Error",
- "schema": {
- "$ref": "#/definitions/base.HTTPError"
- }
- }
- }
- }
- },
- "/api/v1/jt/contact": {
- "get": {
- "description": "联系我们信息",
- "consumes": [
- "application/json"
- ],
- "produces": [
- "application/json"
- ],
- "tags": [
- "联系我们"
- ],
- "summary": "联系我们信息",
- "responses": {
- "200": {
- "description": "OK",
- "schema": {
- "$ref": "#/definitions/v1.ContactInfoResponse"
- }
- },
- "500": {
- "description": "Internal Server Error",
- "schema": {
- "$ref": "#/definitions/base.HTTPError"
- }
- }
- }
- }
- },
- "/api/v1/jt/desc": {
- "get": {
- "description": "集团简介信息",
- "consumes": [
- "application/json"
- ],
- "produces": [
- "application/json"
- ],
- "tags": [
- "集团简介"
- ],
- "summary": "集团简介信息",
- "responses": {
- "200": {
- "description": "OK",
- "schema": {
- "$ref": "#/definitions/v1.JtContentInfoResponse"
- }
- },
- "500": {
- "description": "Internal Server Error",
- "schema": {
- "$ref": "#/definitions/base.HTTPError"
- }
- }
- }
- }
- },
- "/api/v1/jt/df": {
- "get": {
- "description": "党风廉洁列表",
- "consumes": [
- "application/json"
- ],
- "produces": [
- "application/json"
- ],
- "tags": [
- "党风廉洁"
- ],
- "summary": "党风廉洁列表",
- "parameters": [
- {
- "type": "integer",
- "description": " ",
- "name": "page",
- "in": "query"
- },
- {
- "type": "integer",
- "description": " ",
- "name": "page_size",
- "in": "query"
- }
- ],
- "responses": {
- "200": {
- "description": "OK",
- "schema": {
- "$ref": "#/definitions/v1.JtContentListResponse"
- }
- },
- "500": {
- "description": "Internal Server Error",
- "schema": {
- "$ref": "#/definitions/base.HTTPError"
- }
- }
- }
- }
- },
- "/api/v1/jt/hw": {
- "get": {
- "description": "会务动态列表",
- "consumes": [
- "application/json"
- ],
- "produces": [
- "application/json"
- ],
- "tags": [
- "会务动态"
- ],
- "summary": "会务动态列表",
- "parameters": [
- {
- "type": "integer",
- "description": " ",
- "name": "page",
- "in": "query"
- },
- {
- "type": "integer",
- "description": " ",
- "name": "page_size",
- "in": "query"
- }
- ],
- "responses": {
- "200": {
- "description": "OK",
- "schema": {
- "$ref": "#/definitions/v1.JtContentListResponse"
- }
- },
- "500": {
- "description": "Internal Server Error",
- "schema": {
- "$ref": "#/definitions/base.HTTPError"
- }
- }
- }
- }
- },
- "/api/v1/jt/lx": {
- "get": {
- "description": "两学一做列表",
- "consumes": [
- "application/json"
- ],
- "produces": [
- "application/json"
- ],
- "tags": [
- "两学一做"
- ],
- "summary": "两学一做列表",
- "parameters": [
- {
- "type": "integer",
- "description": " ",
- "name": "page",
- "in": "query"
- },
- {
- "type": "integer",
- "description": " ",
- "name": "page_size",
- "in": "query"
- }
- ],
- "responses": {
- "200": {
- "description": "OK",
- "schema": {
- "$ref": "#/definitions/v1.JtContentListResponse"
- }
- },
- "500": {
- "description": "Internal Server Error",
- "schema": {
- "$ref": "#/definitions/base.HTTPError"
- }
- }
- }
- }
- },
- "/api/v1/jt/news": {
- "get": {
- "description": "兴嘉要闻列表",
- "consumes": [
- "application/json"
- ],
- "produces": [
- "application/json"
- ],
- "tags": [
- "兴嘉要闻"
- ],
- "summary": "兴嘉要闻列表",
- "parameters": [
- {
- "type": "integer",
- "description": " ",
- "name": "page",
- "in": "query"
- },
- {
- "type": "integer",
- "description": " ",
- "name": "page_size",
- "in": "query"
- }
- ],
- "responses": {
- "200": {
- "description": "OK",
- "schema": {
- "$ref": "#/definitions/v1.JtContentListResponse"
- }
- },
- "500": {
- "description": "Internal Server Error",
- "schema": {
- "$ref": "#/definitions/base.HTTPError"
- }
- }
- }
- }
- },
- "/api/v1/jt/page_pic": {
- "get": {
- "description": "首页顶层图片列表",
- "consumes": [
- "application/json"
- ],
- "produces": [
- "application/json"
- ],
- "tags": [
- "首页顶层图片"
- ],
- "summary": "首页顶层图片列表",
- "parameters": [
- {
- "type": "integer",
- "description": " ",
- "name": "page",
- "in": "query"
- },
- {
- "type": "integer",
- "description": " ",
- "name": "page_size",
- "in": "query"
- }
- ],
- "responses": {
- "200": {
- "description": "OK",
- "schema": {
- "$ref": "#/definitions/v1.PagePicListResponse"
- }
- },
- "500": {
- "description": "Internal Server Error",
- "schema": {
- "$ref": "#/definitions/base.HTTPError"
- }
- }
- }
- }
- },
- "/api/v1/jt/program": {
- "get": {
- "description": "项目展示列表",
- "consumes": [
- "application/json"
- ],
- "produces": [
- "application/json"
- ],
- "tags": [
- "项目展示"
- ],
- "summary": "项目展示列表",
- "parameters": [
- {
- "type": "integer",
- "description": " ",
- "name": "page",
- "in": "query"
- },
- {
- "type": "integer",
- "description": " ",
- "name": "page_size",
- "in": "query"
- }
- ],
- "responses": {
- "200": {
- "description": "OK",
- "schema": {
- "$ref": "#/definitions/v1.JtContentListResponse"
- }
- },
- "500": {
- "description": "Internal Server Error",
- "schema": {
- "$ref": "#/definitions/base.HTTPError"
- }
- }
- }
- }
- },
- "/api/v1/jt/vision": {
- "get": {
- "description": "发展愿景信息",
- "consumes": [
- "application/json"
- ],
- "produces": [
- "application/json"
- ],
- "tags": [
- "发展愿景"
- ],
- "summary": "发展愿景信息",
- "responses": {
- "200": {
- "description": "OK",
- "schema": {
- "$ref": "#/definitions/v1.JtContentInfoResponse"
- }
- },
- "500": {
- "description": "Internal Server Error",
- "schema": {
- "$ref": "#/definitions/base.HTTPError"
- }
- }
- }
- }
- }
- },
- "definitions": {
- "apis.ContactInfoReply": {
- "type": "object",
- "properties": {
- "addr": {
- "type": "string"
- },
- "email": {
- "type": "string"
- },
- "id": {
- "type": "integer"
- },
- "phone": {
- "type": "string"
- }
- }
- },
- "apis.JtContentItem": {
- "type": "object",
- "properties": {
- "content": {
- "type": "string"
- },
- "created_at": {
- "type": "integer"
- },
- "first_pics": {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
- "id": {
- "type": "integer"
- },
- "publish_status": {
- "type": "integer"
- },
- "title": {
- "type": "string"
- }
- }
- },
- "apis.JtContentListReply": {
- "type": "object",
- "properties": {
- "list": {
- "type": "array",
- "items": {
- "$ref": "#/definitions/apis.JtContentItem"
- }
- },
- "page": {
- "type": "integer"
- },
- "total": {
- "type": "integer"
- }
- }
- },
- "apis.PagePicItem": {
- "type": "object",
- "properties": {
- "created_at": {
- "type": "integer"
- },
- "id": {
- "type": "integer"
- },
- "pic": {
- "type": "string"
- }
- }
- },
- "apis.PagePicListReply": {
- "type": "object",
- "properties": {
- "list": {
- "type": "array",
- "items": {
- "$ref": "#/definitions/apis.PagePicItem"
- }
- },
- "page": {
- "type": "integer"
- },
- "total": {
- "type": "integer"
- }
- }
- },
- "base.HTTPError": {
- "type": "object",
- "properties": {
- "code": {
- "type": "integer",
- "format": "int",
- "example": 500
- },
- "message": {
- "type": "string",
- "example": "status bad request"
- }
- }
- },
- "v1.ContactInfoResponse": {
- "type": "object",
- "properties": {
- "code": {
- "description": "返回码",
- "type": "integer",
- "format": "int",
- "default": 0
- },
- "data": {
- "type": "object",
- "$ref": "#/definitions/apis.ContactInfoReply"
- },
- "message": {
- "description": "消息",
- "type": "string",
- "default": "success"
- }
- }
- },
- "v1.JtContentInfoData": {
- "type": "object",
- "properties": {
- "content": {
- "type": "string"
- },
- "created_at": {
- "type": "integer"
- },
- "first_pics": {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
- "id": {
- "type": "integer"
- },
- "publish_status": {
- "description": "1 发布 2 暂不发布",
- "type": "integer"
- },
- "title": {
- "type": "string"
- }
- }
- },
- "v1.JtContentInfoResponse": {
- "type": "object",
- "properties": {
- "code": {
- "description": "返回码",
- "type": "integer",
- "format": "int",
- "default": 0
- },
- "data": {
- "type": "object",
- "$ref": "#/definitions/v1.JtContentInfoData"
- },
- "message": {
- "description": "消息",
- "type": "string",
- "default": "success"
- }
- }
- },
- "v1.JtContentListResponse": {
- "type": "object",
- "properties": {
- "code": {
- "description": "返回码",
- "type": "integer",
- "format": "int",
- "default": 0
- },
- "data": {
- "type": "object",
- "$ref": "#/definitions/apis.JtContentListReply"
- },
- "message": {
- "description": "消息",
- "type": "string",
- "default": "success"
- }
- }
- },
- "v1.PagePicListResponse": {
- "type": "object",
- "properties": {
- "code": {
- "description": "返回码",
- "type": "integer",
- "format": "int",
- "default": 0
- },
- "data": {
- "type": "object",
- "$ref": "#/definitions/apis.PagePicListReply"
- },
- "message": {
- "description": "消息",
- "type": "string",
- "default": "success"
- }
- }
- },
- "v1.UploadResponse": {
- "type": "object",
- "properties": {
- "code": {
- "description": "返回码",
- "type": "integer",
- "format": "int",
- "default": 0
- },
- "data": {
- "type": "string"
- },
- "message": {
- "description": "消息",
- "type": "string",
- "default": "success"
- }
- }
- }
- }
- }
|