隐形矫正三方接口


客户端登录唤醒

<h2>客户端登录唤醒</h2> <ul> <li><code>/medical/clientLoginAuth</code></li> </ul> <p><strong>请求方式:</strong></p> <ul> <li>post</li> </ul> <p>注意事项:通过客户端获取clientToken</p> <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;">code</td> <td style="text-align: left;">登录账号</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;">10005</td> <td style="text-align: left;">失败</td> </tr> </tbody> </table> <h2>返回参数</h2> <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;token&amp;quot;: &amp;quot;Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhZG1pbl9qd3RfaWQiOjI1LCJhdWQiOiIiLCJleHAiOjE3NTA2NTg4NjcsImlhdCI6MTc1MDA1NDA2NywiaXNzIjoiIiwianRpIjoiYTEwYzA2NjVlYTA4ZGQ0NTBhY2JhMDkwOTdkYmZmOWUiLCJuYmYiOjE3NTAwNTQwNjcsInN1YiI6IiJ9.iQJQHL__d4Al2mUkbH6YTN174cwmWmkQs5PlY8FIASA&amp;quot;     } }</code></pre>

页面列表

ITEM_HTML