chop-tree


每日签到

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>每日签到 </li> <li>根据UTC 时间</li> </ul> <h5>请求URL</h5> <ul> <li><code>https://chop-api.jpegonapechain.meme/user/checkin</code></li> </ul> <h5>请求方式</h5> <ul> <li>POST </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;message&amp;quot;: &amp;quot;签到成功&amp;quot;, &amp;quot;total_days_checked_in&amp;quot;: 2, &amp;quot;reward&amp;quot;: { &amp;quot;type&amp;quot;: &amp;quot;普通宝箱&amp;quot;, &amp;quot;amount&amp;quot;: 12405 } }</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;">total_days_checked_in</td> <td style="text-align: left;">int</td> <td>已签到天数</td> </tr> </tbody> </table>

页面列表

ITEM_HTML