API第二版文档

API第二版文档


临时用户转正

<p><strong>请求方法名:</strong> </p> <ul> <li><code>AccountTurnRight</code></li> </ul> <p><strong>请求参数:</strong> </p> <ul> <li><code>{&amp;quot;UserName&amp;quot;:&amp;quot;fds11&amp;quot;,&amp;quot;Password&amp;quot;:&amp;quot;aaaa1111&amp;quot;}</code></li> </ul> <p><strong>请求方式:</strong></p> <ul> <li>GET/POST</li> </ul> <p><strong>参数:</strong> </p> <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;">UserName</td> <td style="text-align: left;">是</td> <td>string</td> <td>用户名称</td> </tr> <tr> <td style="text-align: left;">Password</td> <td style="text-align: left;">是</td> <td>string</td> <td>用户密码</td> </tr> </tbody> </table> <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;SessionId&amp;quot;: &amp;quot;78380245ea89bad325c8146d1f5c146d&amp;quot;, &amp;quot;IsAgent&amp;quot;: true//是否为代理 }, &amp;quot;Code&amp;quot;: 0 } </code></pre>

页面列表

ITEM_HTML