患者首页信息
<h2>请求URL</h2>
<ul>
<li><code>http://ort.me/mobile/homeInfo</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>GET</li>
</ul>
<h1>Header</h1>
<pre><code>authorization:Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJqd3RfeWgiLCJleHAiOjE2NTcyNDI3OTMsInN1YiI6IllIIiwiYXVkIjoiZXZlcnkiLCJuYmYiOjE2NTY2Mzc5OTMsImlhdCI6MTY1NjYzNzk5MywianRpIjoxMDAwMSwidWlkIjo0MjV9.iKDq5SyZczUs9IsZOV4H47dtSwu4EWa2XTlSUTouU_A
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;msg&quot;: {
&quot;title&quot;: &quot;佩戴提醒&quot;,
&quot;content&quot;: &quot;牙套即将完成佩戴,请加油&quot;
},
&quot;clockInInfo&quot;: {
&quot;count&quot;: 0, //总签到天数
&quot;status&quot;: 1 //1=&gt;当日未签到,2=&gt;当日已签到
}
}
}
</code></pre>