隐形矫正三方接口


客户端登录唤醒

<h2>客户端登录唤醒</h2> <ul> <li><code>/medical/clientLogin</code></li> </ul> <p><strong>请求方式:</strong></p> <ul> <li>post</li> </ul> <p>注意事项:通过客户端获取clientToken 获取clientToken后使用base64_decode解析字符串 base64_decode(clientToken) 解析完成后使用aes-256-cbc+秘钥的方式解密出账号</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;">email</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;">10004</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;eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhZG1pbl9qd3RfaWQiOjI4LCJhdWQiOiIiLCJleHAiOjE3MzIxMDM5NDksImlhdCI6MTczMTQ5OTE0OSwiaXNzIjoiIiwianRpIjoiZTI3NDhjZWIzYjk5YmNmMTA2NjFiYzUyOTY1ZDY3YjMiLCJuYmYiOjE3MzE0OTkxNDksInN1YiI6IiJ9.fbTUSQFQME62Z31nfxe2K6rA25Yyd9eG-Nszsc8EB8c&amp;quot;     } }</code></pre>

页面列表

ITEM_HTML