checkin.md 2.08 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: 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: checkin
          schema:
            type: string
      requestBody:
        content:
          application/x-www-form-urlencoded:
            schema:
              type: object
              properties:
                activity_id:
                  description: 活动ID
                  example: ''
                  type: string
                detail_id:
                  description: 打卡点ID
                  example: '828360'
                  type: string
                openid:
                  example: oAHBN10P-hn-vF1cTY4tQeStQFmU
                  type: string
            examples: {}
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                type: object
                properties:
                  code:
                    type: integer
                  msg:
                    type: string
                x-apifox-orders:
                  - code
                  - msg
                required:
                  - code
                  - msg
          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-417072141-run
components:
  schemas: {}
  responses: {}
  securitySchemes: {}
servers: []
security: []