tourist

undefined


【用户端】检查二维码信息是否正确

<h5>简要描述</h5> <ul> <li>检查二维码信息是否正确</li> </ul> <h5>请求URL</h5> <ul> <li><code>https://dev-app-finclip.azurewebsites.net/app/user/login/checkQrcodeInfo</code> </li> </ul> <h5>请求方式</h5> <ul> <li>post</li> </ul> <h5>Header</h5> <table> <thead> <tr> <th style="text-align: left;">header</th> <th style="text-align: left;">必选</th> <th>类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">Authorization</td> <td style="text-align: left;">是</td> <td>string</td> <td>鉴权token</td> </tr> </tbody> </table> <h5>请求参数示例</h5> <pre><code>{ "qrcodeInfo": "d6244810b2be79f54b8953365c83b69358402325c0fd7c88bce11ef2f139fb61f71636ae051e2462f624eec9b26ce395" } </code></pre> <h5>json字段说明</h5> <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;">qrcodeInfo</td> <td style="text-align: left;">是</td> <td>string</td> <td>二维码扫描结果</td> </tr> </tbody> </table> <h5>成功返回示例</h5> <pre><code>{ "code": 1000, "message": "success", "data": { "id": 5, "tips": "正确", "status": true } } </code></pre> <h5>失败返回示例</h5> <pre><code>{ "code": 1001, "message": "请扫描正确的二维码" } </code></pre> <h5>备注</h5> <p>如果二维码错误,code返回1001, 如果二维码正确,code返回1000</p>

页面列表

ITEM_HTML