微信红包


查询账号

<p>[TOC]</p> <h5>简要描述</h5> <h5>请求URL</h5> <ul> <li><code>/api/Imuser/query</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;">phone</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>手机号</td> </tr> </tbody> </table> <h5>返回示例</h5> <pre><code> {     "msg": "success",     "data": {         "ActionStatus": "OK",         "ErrorCode": 0,         "ErrorInfo": "",         "ResultItem": [             {                 "UserID": "test", 请求检查的帐号的 UserID                 "ResultCode": 0, 单个帐号的检查结果:0表示成功,非0表示失败                 "ResultInfo": "", 单个帐号检查失败时的错误描述信息                 "AccountStatus": "Imported" 单个帐号的导入状态:Imported 表示已导入,NotImported 表示未导入             },             {                 "UserID": "test1",                 "ResultCode": 0,                 "ResultInfo": "",                 "AccountStatus": "Imported"             }         ]     },     "code": 0 }</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;">groupid</td> <td style="text-align: left;">int</td> <td>用户组id,1:超级管理员;2:普通用户</td> </tr> </tbody> </table> <h5>备注</h5> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML