API第二版文档

API第二版文档


获取验证码-全局token值

<p><strong>请求方法名:</strong></p> <ul> <li>GetValidateTokenKey </li> </ul> <p><strong>请求参数样例:</strong> </p> <ul> <li><code>null</code></li> </ul> <p><strong>请求方式:</strong></p> <ul> <li>GET/POST</li> </ul> <p><strong>参数:</strong> </p> <p><strong>返回示例</strong></p> <pre><code> { &amp;quot;Status&amp;quot;: true, &amp;quot;Info&amp;quot;: &amp;quot;&amp;quot;, &amp;quot;Data&amp;quot;: { &amp;quot;Key&amp;quot;: &amp;quot;ValidateToken&amp;quot;, &amp;quot;Value&amp;quot;: &amp;quot;_c2a39797908c4c278b1d05f6465a04b8&amp;quot;, &amp;quot;SessionId&amp;quot;: &amp;quot;ihk4n2lf1w5vtp4jr2c21t2j&amp;quot;, &amp;quot;IsOpenRegister&amp;quot;: true, &amp;quot;IsOpenSports&amp;quot;:true }, &amp;quot;Code&amp;quot;: 0 }</code></pre> <p><strong>返回参数说明</strong> </p> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">Key</td> <td>请求头部的验证码关键字</td> </tr> <tr> <td style="text-align: left;">Value</td> <td>验证码值</td> </tr> <tr> <td style="text-align: left;">SessionId</td> <td>ASP.NET_SessionId</td> </tr> <tr> <td style="text-align: left;">IsOpenRegister</td> <td>是否开放注册:true是,false否</td> </tr> </tbody> </table>

页面列表

ITEM_HTML