CICP

以客户为中心的数智协作平台


客户拜访列表

<h5>简要描述</h5> <ul> <li>客户拜访列表</li> </ul> <h5>请求URL</h5> <ul> <li><code>http://branch.com/task/task/index/getCustomerList</code></li> </ul> <h5>请求方式</h5> <ul> <li>GET </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;">task_id</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>任务ID</td> </tr> </tbody> </table> <h5>返回示例</h5> <pre><code>{ "code": 1, "msg": "请求成功", "time": "1642573255", "data": [ { "id": 2, "user_id": 4, // 会员ID "task_id": 9, // 任务ID "store_name": "sdfsdf", // 店铺名 "store_img": "/uploads/20220119/a6fa490e5ce58ce03c88d9f5a87e42f6.png", "store_address": "sdfdsf", // 店铺地址 "customer_name": "sdfsdf", // 客户名 "customer_mobile": "13222222222", // 客户手机 "create_time": 1642572509, "create_time_text": "2022-01-19 14:08:29" } ] }</code></pre>

页面列表

ITEM_HTML