隐形矫正三方接口


获取列表

<h2>获取阶段信息(病包含例信息)</h2> <ul> <li><code>/medical/client/getPhaseInfo</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>说明</th> <th>示例</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">phase_id</td> <td style="text-align: left;">阶段id</td> <td>int</td> <td>11</td> </tr> </tbody> </table> <h2>返回Code说明</h2> <table> <thead> <tr> <th style="text-align: left;">code值</th> <th style="text-align: left;">描述</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">10000</td> <td style="text-align: left;">成功</td> </tr> <tr> <td style="text-align: left;">10004</td> <td style="text-align: left;">失败</td> </tr> </tbody> </table> <p>返回示例:</p> <pre><code class="language-javascript">{     &amp;quot;code&amp;quot;: 10000,     &amp;quot;message&amp;quot;: &amp;quot;操作成功&amp;quot;,     &amp;quot;data&amp;quot;: {         &amp;quot;phaseStatusText&amp;quot;: &amp;quot;待医生确认&amp;quot;,         &amp;quot;id&amp;quot;: 445,         &amp;quot;design_id&amp;quot;: 441,         &amp;quot;created_at&amp;quot;: &amp;quot;2024-09-18 19:58:03&amp;quot;,         &amp;quot;updated_at&amp;quot;: &amp;quot;2024-09-20 17:29:26&amp;quot;,         &amp;quot;creator_id&amp;quot;: 15,         &amp;quot;updater&amp;quot;: null,         &amp;quot;type&amp;quot;: 1,         &amp;quot;phase_status&amp;quot;: 6,         &amp;quot;reception_remark&amp;quot;: null,         &amp;quot;active&amp;quot;: 1,         &amp;quot;getDesign&amp;quot;: {             &amp;quot;statusText&amp;quot;: &amp;quot;设计中&amp;quot;,             &amp;quot;versionText&amp;quot;: &amp;quot;标准版standard&amp;quot;,             &amp;quot;id&amp;quot;: 441,             &amp;quot;customer_id&amp;quot;: 441,             &amp;quot;created_at&amp;quot;: &amp;quot;2024-09-18 19:58:03&amp;quot;,             &amp;quot;creator_id&amp;quot;: 15,             &amp;quot;updater&amp;quot;: null,             &amp;quot;updated_at&amp;quot;: &amp;quot;2024-09-23 10:08:06&amp;quot;,             &amp;quot;create_org&amp;quot;: 21,             &amp;quot;doctor_id&amp;quot;: 15,             &amp;quot;designer_id&amp;quot;: 25,             &amp;quot;remark&amp;quot;: &amp;quot;山东济南&amp;quot;,             &amp;quot;version&amp;quot;: 1,             &amp;quot;reception_remark&amp;quot;: null,             &amp;quot;status&amp;quot;: 1,             &amp;quot;is_skull&amp;quot;: null,             &amp;quot;ignore_type&amp;quot;: null,             &amp;quot;ignore_other&amp;quot;: null         }     } }</code></pre>

页面列表

ITEM_HTML