---
title: "批量签到续期"
method: POST
path: "/user/checkin/batch-checkin"
tags: ["用户/签到续期"]
---

# 批量签到续期

`POST /user/checkin/batch-checkin`

为多个实例执行签到续期，最多 50 个实例

## Request body

- CheckinBatchCheckinRequest
  - `challenge` string
  - `code` string
  - `instanceIds` integer[], required
  - `nonce` string
  - `token` string

## Response `200`

签到成功

- object
  - `code` integer
  - `data` CheckinBatchCheckinResult
    - `details` CheckinBatchCheckinItemResult[]
      - `instanceId` integer
      - `message` string
      - `newExpiry` string
      - `success` boolean
    - `failed` integer
    - `success` integer
    - `total` integer
  - `message` string
  - `msg` string

## Other responses

- `400` — 参数错误
- `401` — 认证失败

---

[API](https://skmtc.net/oneclickvirt/apis/oneclickvirt-api.md) · [All operations](https://skmtc.net/oneclickvirt/apis/oneclickvirt-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/oneclickvirt/oneclickvirt-api/revisions/1f98232296de/schema)
