# 用户签到

## checkin

<mark style="color:green;">`POST`</mark> `/user/checkin`

&#x20;进行用户签到，include cookie。

#### Path Parameters

| Name | Type   | Description |
| ---- | ------ | ----------- |
|      | string |             |

{% tabs %}
{% tab title="200 响应头具体信息如下：

msg ：unicode 编码消息
ret ：响应头
traffic ：当前剩余流量
trafficInfo ：全部流量信息，包含：
lastUsedTraffic ：昨日使用流量
todayUsedTraffic ：今日使用流量
unUsedTraffic ：剩余流量
unflowtraffic：剩余流量，单位为字节。" %}

```
{"msg":"\u83b7\u5f97\u4e86 16MB \u6d41\u91cf.","unflowtraffic":10754195456,"traffic":"10.02GB","trafficInfo":{"todayUsedTraffic":"0B","lastUsedTraffic":"0B","unUsedTraffic":"10.02GB"},"ret":1}
```

{% endtab %}
{% endtabs %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://marcosteam.gitbook.io/sspanel-api/yong-hu-xin-xi/yong-hu-qian-dao.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
