chop-tree


获取我邀请的用户列表

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>获取我邀请的用户列表</li> </ul> <h5>请求URL</h5> <ul> <li><code>https://chop-api.jpegonapechain.meme/user/invites</code></li> </ul> <h5>请求方式</h5> <ul> <li>GET </li> </ul> <h5>请求头</h5> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">必选</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">Authorization</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>Bearer xxxtoekn</td> </tr> </tbody> </table> <h5>返回示例</h5> <pre><code>{ &amp;quot;totalInvites&amp;quot;: 2, &amp;quot;totalPages&amp;quot;: 1, &amp;quot;currentPage&amp;quot;: 1, &amp;quot;pageSize&amp;quot;: 10, &amp;quot;invitesData&amp;quot;: [ { &amp;quot;id&amp;quot;: 3, &amp;quot;reward&amp;quot;: &amp;quot;186245&amp;quot;, //推荐奖励 &amp;quot;telegramId&amp;quot;: &amp;quot;7339521783&amp;quot;, &amp;quot;firstName&amp;quot;: &amp;quot;joe&amp;quot;, &amp;quot;lastName&amp;quot;: &amp;quot;yongliang&amp;quot;, &amp;quot;photoUrl&amp;quot;: &amp;quot;&amp;quot;, &amp;quot;username&amp;quot;: &amp;quot;&amp;quot;, &amp;quot;is_premium&amp;quot;: &amp;quot;false&amp;quot;, &amp;quot;add_time&amp;quot;: &amp;quot;1730965179259&amp;quot; //时间 }, { &amp;quot;id&amp;quot;: 4, &amp;quot;reward&amp;quot;: &amp;quot;104700&amp;quot;, &amp;quot;telegramId&amp;quot;: &amp;quot;7339521783&amp;quot;, &amp;quot;firstName&amp;quot;: &amp;quot;joe&amp;quot;, &amp;quot;lastName&amp;quot;: &amp;quot;yongliang&amp;quot;, &amp;quot;photoUrl&amp;quot;: &amp;quot;&amp;quot;, &amp;quot;username&amp;quot;: &amp;quot;&amp;quot;, &amp;quot;is_premium&amp;quot;: &amp;quot;false&amp;quot;, &amp;quot;add_time&amp;quot;: &amp;quot;1730965914794&amp;quot; } ] }</code></pre> <h5>返回参数说明</h5> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">totalInvites</td> <td style="text-align: left;">number</td> <td>总邀请的用户数量</td> </tr> <tr> <td style="text-align: left;">invitesData</td> <td style="text-align: left;">array</td> <td>邀请的用户信息</td> </tr> </tbody> </table> <h2>示例</h2> <p><img src="https://www.showdoc.com.cn/server/api/attachment/visitFile?sign=8748edc11fb115b6090c40a70967819a&amp;amp;file=file.png" alt="" /></p>

页面列表

ITEM_HTML