# 快进或快退 (SEEK)

## OpenAPI Specification

```yaml
openapi: 3.0.1
info:
  title: ''
  description: ''
  version: 1.0.0
paths:
  /ZidooVideoPlay/seekTo:
    get:
      summary: 快进或快退 (SEEK)
      deprecated: false
      description: ''
      tags:
        - 控制设备/视频控制
      parameters:
        - name: positon
          in: query
          description: 毫秒
          required: false
          example: 100000
          schema:
            type: integer
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                type: object
                properties: {}
              example:
                status: 200
          headers: {}
          x-apifox-name: 成功
      security: []
      x-apifox-folder: 控制设备/视频控制
      x-apifox-status: released
      x-run-in-apifox: https://app.apifox.com/web/project/6727011/apis/api-319646395-run
components:
  schemas: {}
  securitySchemes: {}
servers: []
security: []

```
