签到详情页
<p><strong>简要描述:</strong> </p>
<ul>
<li>签到详情页</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xx.com/api/user/userclub/sign-detail</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </li>
</ul>
<p><strong>参数:</strong> </p>
<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;">token</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>token</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
&quot;code&quot;: 600,
&quot;msg&quot;: &quot;获取成功&quot;,
&quot;result&quot;: {
&quot;is_sign&quot;: 1, //当天是否签到 0=未签到,1=已签到
&quot;continuous_num&quot;: 1, //连续签到数
&quot;signData&quot;: [
{
&quot;day&quot;: 1, // 日期天
&quot;mark&quot;: 0 // 当前日期签到 0=未签到,1=已签到
},
{
&quot;day&quot;: 2,
&quot;mark&quot;: 0
},
{
&quot;day&quot;: 3,
&quot;mark&quot;: 0
},
{
&quot;day&quot;: 4,
&quot;mark&quot;: 0
},
{
&quot;day&quot;: 5,
&quot;mark&quot;: 0
},
{
&quot;day&quot;: 6,
&quot;mark&quot;: 0
},
{
&quot;day&quot;: 7,
&quot;mark&quot;: 0
},
{
&quot;day&quot;: 8,
&quot;mark&quot;: 0
},
{
&quot;day&quot;: 9,
&quot;mark&quot;: 0
},
{
&quot;day&quot;: 10,
&quot;mark&quot;: 0
},
{
&quot;day&quot;: 11,
&quot;mark&quot;: 0
},
{
&quot;day&quot;: 12,
&quot;mark&quot;: 0
},
{
&quot;day&quot;: 13,
&quot;mark&quot;: 0
},
{
&quot;day&quot;: 14,
&quot;mark&quot;: 0
},
{
&quot;day&quot;: 15,
&quot;mark&quot;: 0
},
{
&quot;day&quot;: 16,
&quot;mark&quot;: 0
},
{
&quot;day&quot;: 17,
&quot;mark&quot;: 0
},
{
&quot;day&quot;: 18,
&quot;mark&quot;: 0
},
{
&quot;day&quot;: 19,
&quot;mark&quot;: 0
},
{
&quot;day&quot;: 20,
&quot;mark&quot;: 0
},
{
&quot;day&quot;: 21,
&quot;mark&quot;: 0
},
{
&quot;day&quot;: 22,
&quot;mark&quot;: 1
},
{
&quot;day&quot;: 23,
&quot;mark&quot;: 0
},
{
&quot;day&quot;: 24,
&quot;mark&quot;: 0
},
{
&quot;day&quot;: 25,
&quot;mark&quot;: 0
},
{
&quot;day&quot;: 26,
&quot;mark&quot;: 0
},
{
&quot;day&quot;: 27,
&quot;mark&quot;: 0
},
{
&quot;day&quot;: 28,
&quot;mark&quot;: 0
},
{
&quot;day&quot;: 29,
&quot;mark&quot;: 0
},
{
&quot;day&quot;: 30,
&quot;mark&quot;: 0
},
{
&quot;day&quot;: 31,
&quot;mark&quot;: 0
}
]
}
}</code></pre>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>