大平台——App客户端接口

App接口


用户账号是否存在

<p><strong>简要描述:</strong> </p> <ul> <li>用户账号是否存在接口</li> </ul> <p><strong>作者:</strong> </p> <ul> <li>黄丹明</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li><code>/xtwl_write_interface/cmd</code></li> </ul> <p><strong>请求方式:</strong></p> <ul> <li>POST </li> </ul> <p><strong>参数:</strong> </p> <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;">account</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>注册账号</td> </tr> <tr> <td style="text-align: left;">custId</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>客户id</td> </tr> </tbody> </table> <p><strong>请求示例</strong></p> <pre><code> { &amp;quot;param&amp;quot;: { &amp;quot;account&amp;quot;: &amp;quot;18912345678&amp;quot;, &amp;quot;custId&amp;quot;: &amp;quot;1&amp;quot;, &amp;quot;dtype&amp;quot;: 6, &amp;quot;timeStamp&amp;quot;: &amp;quot;1506415038551&amp;quot;, &amp;quot;uuid&amp;quot;: &amp;quot;dd0bf721-da04-4761-b247-3d6ecd9d9127&amp;quot;, &amp;quot;authKey&amp;quot;: &amp;quot;0&amp;quot;, &amp;quot;secretKey&amp;quot;: &amp;quot;48EAF3777B978B3542EC09FA3AB4DC38&amp;quot;, &amp;quot;userKey&amp;quot;: &amp;quot;0&amp;quot; }, &amp;quot;modular&amp;quot;: &amp;quot;register&amp;quot;, &amp;quot;requestname&amp;quot;: &amp;quot;queryUserExist&amp;quot;, &amp;quot;version&amp;quot;: &amp;quot;1.0&amp;quot; }</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;">isExist</td> <td style="text-align: left;">Integer</td> <td>0不存在,1存在</td> </tr> <tr> <td style="text-align: left;">status</td> <td style="text-align: left;">Integer</td> <td>状态:1有效,0无效</td> </tr> <tr> <td style="text-align: left;">account</td> <td style="text-align: left;">String</td> <td>账号</td> </tr> <tr> <td style="text-align: left;">resultcode/resultdesc</td> <td style="text-align: left;">String</td> <td>0成功/其它返回错误信息</td> </tr> </tbody> </table> <p><strong>返回示例</strong></p> <pre><code>{ &amp;quot;result&amp;quot;: { &amp;quot;status&amp;quot;: 1, &amp;quot;isExist&amp;quot;: 1, &amp;quot;account&amp;quot;: &amp;quot;18912345678&amp;quot; }, &amp;quot;resultcode&amp;quot;: &amp;quot;0&amp;quot;, &amp;quot;resultdesc&amp;quot;: &amp;quot;success&amp;quot; }</code></pre> <p><strong>备注</strong> </p> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML