list.md 3.84 KB

意见反馈列表

OpenAPI Specification

openapi: 3.0.1
info:
  title: ''
  version: 1.0.0
paths:
  /srv/:
    get:
      summary: 意见反馈列表
      deprecated: false
      description: ''
      tags:
        - 意见反馈
      parameters:
        - name: f
          in: query
          description: ''
          required: true
          example: manulife
          schema:
            type: string
        - name: a
          in: query
          description: ''
          required: true
          example: feedback
          schema:
            type: string
        - name: t
          in: query
          description: ''
          required: true
          example: list
          schema:
            type: string
        - name: page
          in: query
          description: 页码,从0开始
          required: true
          example: '0'
          schema:
            type: string
        - name: limit
          in: query
          description: 每页数量
          required: true
          example: '10'
          schema:
            type: string
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                type: object
                properties:
                  code:
                    type: integer
                  msg:
                    type: string
                  data:
                    type: object
                    properties:
                      list:
                        type: array
                        items:
                          type: object
                          properties:
                            id:
                              type: integer
                              title: 订单ID
                            status:
                              type: integer
                              title: 状态
                              description: 3=待处理, 5=已处理
                            category:
                              type: string
                              title: 反馈类别
                              description: 1=功能建议, 3=界面设计, 5=车辆新鲜, 7=其他问题
                            images:
                              type: string
                              title: 图片
                            contact:
                              type: string
                              title: 联系方式
                            note:
                              type: string
                              title: 反馈内容
                            reply:
                              type: string
                              title: 回复
                            reply_time:
                              type: string
                              title: 回复时间
                          x-apifox-orders:
                            - id
                            - status
                            - category
                            - images
                            - contact
                            - note
                            - reply
                            - reply_time
                          required:
                            - reply
                    required:
                      - list
                    x-apifox-orders:
                      - list
                required:
                  - code
                  - msg
                  - data
                x-apifox-orders:
                  - code
                  - msg
                  - data
          headers: {}
          x-apifox-name: 成功
          x-apifox-ordering: 0
      security: []
      x-apifox-folder: 意见反馈
      x-apifox-status: developing
      x-run-in-apifox: https://app.apifox.com/web/project/7792797/apis/api-413906670-run
components:
  schemas: {}
  responses: {}
  securitySchemes: {}
servers: []
security: []