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