guigui


联系人列表

<p><strong>简要描述:</strong> </p> <ul> <li>联系人列表</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li><code>http://guigui.thinkerx.com/contact/list</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;">uid</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>用户id</td> </tr> <tr> <td style="text-align: left;">key</td> <td style="text-align: left;">否</td> <td style="text-align: left;">string</td> <td>搜索关键字</td> </tr> <tr> <td style="text-align: left;">oid</td> <td style="text-align: left;">否</td> <td style="text-align: left;">string</td> <td>订单id</td> </tr> <tr> <td style="text-align: left;">version</td> <td style="text-align: left;">否</td> <td style="text-align: left;">string</td> <td>接口版本</td> </tr> <tr> <td style="text-align: left;">page</td> <td style="text-align: left;">否</td> <td style="text-align: left;">string</td> <td>页码</td> </tr> <tr> <td style="text-align: left;">limit</td> <td style="text-align: left;">否</td> <td style="text-align: left;">string</td> <td>每页显示个数</td> </tr> </tbody> </table> <p><strong>上传数据样式</strong></p> <pre><code>{ "uid": 1, "key": "张三" }</code></pre> <p><strong>返回示例</strong></p> <pre><code>{ "status": 1, "msg": "加载成功", "data": { "owner_count": 0, "agency_count": 2, "friend": [ { "id": 10, "name": "用户180*6656", "phone": "18081986656", "password": "7c66092befbccffba3f57ebbea646fe7", "role": null, "vip": 0, "order_space": 18, "avatar": "", "province": "", "city": "", "district": "", "address": "", "create_time": "2019-02-18 17:12:45", "logo_url": "xxxx", "login_count":1 } ] } } </code></pre> <p><strong>返回示例 version:1</strong></p> <pre><code>{ "status": 1, "msg": "加载成功", "data": { "owner_count": 3, "agency_count": 2, "current_page": 0, "totalCount": 5, "totalPage": 1, "current_limit": 5, "friend": [ { "id": 4, "name": "刘正平", "phone": "18113188868", "password": "fcea920f7412b5da7be0cf42b8c93759", "role": 0, "vip": 1, "order_space": -1, "avatar": "", "province": "", "city": "", "district": "", "address": "", "create_time": "2019-02-17 11:57:27", "status": 1, "remarks": "", "edition": "木工版", "direct": 0, "ucenter_id": 1164, "register_id": null, "logo_url": "http://eggrj.oss-cn-hangzhou.aliyuncs.com/logos/1562326952547.png", "count": 5773, "model_count": 35, "login_count": 1, "bind_type": "客户", "bind_name": "SYZ" }, { "id": 26, "name": "孙永珍", "phone": "15261595037", "password": "fcea920f7412b5da7be0cf42b8c93759", "role": null, "vip": 1, "order_space": -1, "avatar": "", "province": "", "city": "", "district": "", "address": "", "create_time": "2019-02-19 19:32:38", "status": 1, "remarks": "", "edition": "工厂版", "direct": 0, "ucenter_id": null, "register_id": null, "logo_url": "http://eggrj.oss-cn-hangzhou.aliyuncs.com/logos/1573545497938.jpg", "count": 9575, "model_count": 1, "login_count": 1 }, { "id": 4079, "name": "测试账号", "phone": "15183153035", "password": "202cb962ac59075b964b07152d234b70", "role": null, "vip": 1, "order_space": -1, "avatar": "", "province": "", "city": "", "district": "", "address": "上课瞌日进斗金深刻的金额合计金额", "create_time": "0000-00-00 00:00:00", "status": 1, "remarks": "君君", "edition": "工厂版", "direct": 0, "ucenter_id": null, "register_id": null, "logo_url": "", "count": 6182, "model_count": 78, "login_count": 1 }, { "id": 4064, "name": "柜柜1111", "phone": "18011406830", "password": "c4ca4238a0b923820dcc509a6f75849b", "role": null, "vip": 1, "order_space": -1, "avatar": "", "province": "", "city": "", "district": "", "address": "", "create_time": "2019-09-02 10:06:40", "status": 1, "remarks": "", "edition": "工厂版", "direct": 0, "ucenter_id": null, "register_id": null, "logo_url": "http://eggrj.oss-cn-hangzhou.aliyuncs.com/logos/1574841942605.jpg", "count": 3721, "model_count": 28, "login_count": 1 }, { "id": 1128, "name": "5", "phone": "17778672379", "password": "c33367701511b4f6020ec61ded352059", "role": null, "vip": 1, "order_space": -1, "avatar": "", "province": "", "city": "", "district": "", "address": "", "create_time": "2019-04-02 16:09:05", "status": 1, "remarks": "", "edition": "工厂版", "direct": 0, "ucenter_id": null, "register_id": null, "logo_url": null, "count": 19053, "model_count": 8, "login_count": 1 } ] } } </code></pre>

页面列表

ITEM_HTML