隐形矫正三方接口


定时获取病例状态变化信息

<h2>获取阶段信息(病包含例信息)</h2> <ul> <li><code>/medical/client/getPhaseStatus</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;">10011</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;: 886,         &amp;quot;phase_status&amp;quot;: 3     } } 需要刷新旧数据 {     &amp;quot;code&amp;quot;: 10011,     &amp;quot;message&amp;quot;: &amp;quot;病例状态已改变,请重新获取数据&amp;quot; }</code></pre>

页面列表

ITEM_HTML