佩戴计划
<h2>请求URL</h2>
<ul>
<li><code>http://ort.me/mobile/med/plan</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>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">必选</th>
<th style="text-align: left;">类型</th>
<th>示例</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">design_id</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>1</td>
<td>方案ID</td>
</tr>
</tbody>
</table>
<h2>返回参数</h2>
<pre><code>{
&quot;code&quot;: 10000,
&quot;message&quot;: &quot;操作成功&quot;,
&quot;data&quot;: {
&quot;list&quot;: [
{
&quot;id&quot;: 1,
&quot;design_id&quot;: 1,
&quot;start_day&quot;: &quot;2024-05-10&quot;,
&quot;day&quot;: 7,
&quot;created_at&quot;: &quot;2024-05-04 23:20:00&quot;,
&quot;updated_at&quot;: &quot;2024-05-04 23:20:00&quot;
},
{
&quot;id&quot;: 2,
&quot;design_id&quot;: 1,
&quot;start_day&quot;: &quot;2024-05-18&quot;,
&quot;day&quot;: 10,
&quot;created_at&quot;: &quot;2024-05-04 23:20:00&quot;,
&quot;updated_at&quot;: &quot;2024-05-04 23:20:00&quot;
},
{
&quot;id&quot;: 3,
&quot;design_id&quot;: 1,
&quot;start_day&quot;: &quot;2024-05-29&quot;,
&quot;day&quot;: 6,
&quot;created_at&quot;: &quot;2024-05-04 23:20:00&quot;,
&quot;updated_at&quot;: &quot;2024-05-04 23:20:00&quot;
}
],
&quot;totalCount&quot;: 3,//牙套总数量
&quot;useCount&quot;: 2,//正在佩戴数
&quot;wearingDays&quot;: 19//已经佩戴天数
}
}
</code></pre>