---
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` — 认证失败

## Changes

> 58 revisions in range; 26 could not be searched.

- **2025-10-22** `dcdf027169a3` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/oneclickvirt/apis/oneclickvirt-api/changes/user/checkin/batch-checkin/post.md)

---

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