# 用户邀请信息

## getuserinviteinfo

<mark style="color:green;">`POST`</mark> `https://your_sspanel_domain/getuserinviteinfo`

&#x20;获取用户邀请信息，include cookie。

{% tabs %}
{% tab title="200 " %}

```
{inviteInfo: {,…}, ret: 1}
```

{% endtab %}
{% endtabs %}

以下对 `inviteInfo` Object 进行说明：

| 属性             | Type   | 说明                  |
| -------------- | ------ | ------------------- |
| `code`         | Text   | 用户邀请码&#xD;          |
| `paybacks`     | Array  | 邀请记录，下一页详细说明        |
| `paybacks_sum` | Number | 当前用户已获得返利           |
| `invite_num`   | Number | 用户邀请链接剩余次数          |
| `invitePrice`  | Number | 邀请连接单价              |
| `customPrice`  | Number | 定制邀请链接功能单价          |
| `invite_gift`  | Number | 邀请用户获得流量奖励          |
| `code_payback` | Number | 被邀请用户充值时返利百分比（无百分号） |


---

# 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/user.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.
