EasyQuestionnaire

问卷调查平台后端项目


权限验证

<p><strong>简要描述:</strong> </p> <ul> <li>权限验证</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li><code>v1/users/token</code></li> </ul> <p><strong>请求方式:</strong></p> <ul> <li> <p>GET (带上authorization请求头) </p> <p><strong>返回示例</strong></p> </li> </ul> <pre><code>{ "clientType": "MINI_PROGRAM_USER", "information": "验证成功" } </code></pre> <p><strong>错误返回示例</strong></p> <pre><code> { "errorCode": 2003, "information": "权限错误" } </code></pre> <p><strong>返回参数说明</strong> </p> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">clientType</td> <td style="text-align: left;">string</td> <td>客户端类型</td> </tr> </tbody> </table>

页面列表

ITEM_HTML