submit_feedback.md 2.68 KB

提交意见反馈

OpenAPI Specification

openapi: 3.0.1
info:
  title: ''
  version: 1.0.0
paths:
  /srv/:
    post:
      summary: 提交意见反馈
      deprecated: false
      description: ''
      tags:
        - 意见反馈
      parameters:
        - name: f
          in: query
          description: ''
          required: true
          example: jiangedianlv
          schema:
            type: string
        - name: a
          in: query
          description: ''
          required: true
          example: common
          schema:
            type: string
        - name: t
          in: query
          description: ''
          required: true
          example: submit_feedback
          schema:
            type: string
      requestBody:
        content:
          application/x-www-form-urlencoded:
            schema:
              type: object
              properties:
                f:
                  example: manulife
                  type: string
                a:
                  example: feedback
                  type: string
                t:
                  example: add
                  type: string
                category:
                  description: 反馈类别。1=功能建议, 3=界面设计, 5=车辆新鲜, 7=其他问题
                  example: '1'
                  type: string
                note:
                  description: 反馈内容
                  example: '3'
                  type: string
                contact:
                  description: 用户留下的联系方式
                  example: '3'
                  type: string
                images:
                  description: 图片
                  type: string
              required:
                - f
                - a
                - t
                - category
                - note
                - contact
                - images
            examples: {}
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                type: object
                properties:
                  code:
                    type: integer
                  msg:
                    type: string
                required:
                  - code
                  - msg
                x-apifox-orders:
                  - code
                  - msg
          headers: {}
          x-apifox-name: 成功
          x-apifox-ordering: 0
      security: []
      x-apifox-folder: 意见反馈
      x-apifox-status: released
      x-run-in-apifox: https://app.apifox.com/web/project/7792797/apis/api-413906671-run
components:
  schemas: {}
  responses: {}
  securitySchemes: {}
servers: []
security: []