is_checked.md 2.45 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: walk
          schema:
            type: string
        - name: a
          in: query
          description: ''
          required: true
          example: map_activity
          schema:
            type: string
        - name: t
          in: query
          description: ''
          required: true
          example: is_checked
          schema:
            type: string
        - name: detail_id
          in: query
          description: 打卡点ID
          required: false
          example: '828359'
          schema:
            type: string
        - name: openid
          in: query
          description: ''
          required: false
          example: oAHBN10P-hn-vF1cTY4tQeStQFmU
          schema:
            type: string
        - name: activity_id
          in: query
          description: 活动ID
          required: false
          schema:
            type: string
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                type: object
                properties:
                  code:
                    type: integer
                  msg:
                    type: string
                  data:
                    type: object
                    properties:
                      is_checked:
                        type: boolean
                        title: 是否已经打卡
                    x-apifox-orders:
                      - is_checked
                    required:
                      - is_checked
                x-apifox-orders:
                  - code
                  - msg
                  - data
                required:
                  - code
                  - msg
                  - data
          headers: {}
          x-apifox-name: 成功
          x-apifox-ordering: 0
      security: []
      x-apifox-folder: 老来赛/地图-新版多活动
      x-apifox-status: integrating
      x-run-in-apifox: https://app.apifox.com/web/project/1753326/apis/api-417072140-run
components:
  schemas: {}
  responses: {}
  securitySchemes: {}
servers: []
security: []