# 上传文件

## OpenAPI Specification

```yaml
openapi: 3.0.1
info:
  title: ''
  description: ''
  version: 1.0.0
paths:
  /app_clientv1.Helper/uploadFile:
    post:
      summary: 上传文件
      deprecated: false
      description: ''
      tags:
        - client 停车场设备端 📟/v1/Helper
        - client
      parameters:
        - name: t
          in: query
          description: ''
          required: false
          example: '{% mock ''cword'' %}'
          schema:
            type: string
        - name: tt
          in: query
          description: ''
          required: false
          example: '{{timestamp}}'
          schema:
            type: string
        - name: X-Client
          in: header
          description: ''
          required: true
          example: '{{x_client}}'
          schema:
            type: string
        - name: X-ApifoxUser
          in: header
          description: ''
          required: true
          example: '{{apifox_user}}'
          schema:
            type: string
        - name: X-Time
          in: header
          description: ''
          required: true
          example: '{{timestamp}}'
          schema:
            type: string
      requestBody:
        content:
          multipart/form-data:
            schema:
              type: object
              properties:
                file:
                  example: file://C:\Users\Administrator\Desktop\xiasf.png
                  type: string
                  format: binary
                path:
                  example: helper-path
                  type: string
              required:
                - file
                - path
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                type: object
                properties: {}
                x-apifox-orders: []
          headers: {}
          x-apifox-name: 成功
      security: []
      x-apifox-folder: client 停车场设备端 📟/v1/Helper
      x-apifox-status: developing
      x-run-in-apifox: https://app.apifox.com/web/project/2493394/apis/api-70863847-run
components:
  schemas: {}
  securitySchemes: {}
servers:
  - url: http://admin.api.test.domain.cn
    description: 测试环境
security: []

```
