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;: 0, &amp;quot;totalPages&amp;quot;: 0, &amp;quot;currentPage&amp;quot;: 1, &amp;quot;pageSize&amp;quot;: 10, &amp;quot;invitesData&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