CrowdStrike


登录接口

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>用户登录接口</li> </ul> <h5>请求URL</h5> <ul> <li><code>https://crowdstrike.collectivequest.online/api/Index/login</code></li> </ul> <h5>请求方式</h5> <ul> <li>POST </li> </ul> <h5>参数</h5> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">必选</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">username</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>用户名 :emily</td> </tr> <tr> <td style="text-align: left;">password</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>密 码 : DT*GbbN!brSR</td> </tr> </tbody> </table> <h5>返回示例</h5> <pre><code>{     &amp;quot;code&amp;quot;: 1,     &amp;quot;msg&amp;quot;: &amp;quot;success&amp;quot;,     &amp;quot;time&amp;quot;: &amp;quot;1740541260&amp;quot;,     &amp;quot;data&amp;quot;: &amp;quot;login success&amp;quot; }</code></pre> <h5>返回参数说明</h5> <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;">code</td> <td style="text-align: left;">int</td> <td>1:成功;0:失败</td> </tr> </tbody> </table>

页面列表

ITEM_HTML