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

# 用户签到续期

`POST /user/checkin`

为单个实例执行签到续期

## Request body

- CheckinDoCheckinRequest
  - `challenge` string — PoW challenge
  - `code` string — 内置验证码
  - `instanceId` integer, required
  - `nonce` string — PoW nonce
  - `token` string — 第三方captcha token (turnstile/recaptcha/hcaptcha)

## Response `200`

签到成功

- CommonResponse
  - `code` integer
  - `data` unknown
  - `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)
