获取签到信息
<h2>请求URL</h2>
<ul>
<li><code>http://ort.me/mobile/clockIn/info</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>GET</li>
</ul>
<h1>Header</h1>
<pre><code>Accept:application/json, text/plain, */*
</code></pre>
<h2>请求参数</h2>
<p>无</p>
<h2>返回示例</h2>
<pre><code>{
&quot;code&quot;: 10000,
&quot;message&quot;: &quot;操作成功&quot;,
&quot;data&quot;: {
&quot;totalCount&quot;: 4,//总签到次数
&quot;consecutiveDays&quot;: 3,//连续签到次数
&quot;status&quot;: 1 //1=&gt;未签到,2=&gt;已签到
}
}
</code></pre>