# 接口状态

## OpenAPI Specification

```yaml
openapi: 3.0.1
info:
  title: ''
  description: ''
  version: 1.0.0
paths:
  /app_clientv1.ApiState/index:
    post:
      summary: 接口状态
      deprecated: false
      description: ''
      tags:
        - client 停车场设备端 📟/v1/ApiState
        - 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:
                SYN:
                  example: '{% mock ''timestamp''|substr(5) %}'
                  type: string
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                type: object
                properties: {}
                x-apifox-orders: []
          headers: {}
          x-apifox-name: 成功
      security: []
      x-apifox-folder: client 停车场设备端 📟/v1/ApiState
      x-apifox-status: developing
      x-run-in-apifox: https://app.apifox.com/web/project/2493394/apis/api-70863839-run
components:
  schemas: {}
  securitySchemes: {}
servers:
  - url: http://admin.api.test.domain.cn
    description: 测试环境
security: []

```
