客户管理

11ggg


查客户的跟踪记录

<h5>简要描述</h5> <p>查客户的跟踪记录</p> <h5>请求URL</h5> <ul> <li><code>http://10.0.0.193:3000/crm/showtracks</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;">id</td> <td style="text-align: left;">是</td> <td style="text-align: left;">int</td> <td>客户的id</td> </tr> </tbody> </table> <h5>返回示例</h5> <pre><code> { "data": [ { "update_time": "2022-01-07 10:47:21", "id": 3, "customer_name": "等待码上成对的", "country": "中国", "province": "福建", "city": "泉州", "detailed_address": null, "postal_code": null, "industry": null, "phone": null, "fax": null, "email": null, "website": null, "customer_introduce": null, "user_id": 1, "upt_act": null, "create_time": "2022-01-06", "expiration_time": null, "trackings": [ { "create_time": "2022-01-07 11:28:53", "id": 1, "customer_id": 3, "tracking_type": "报价", "tracking_user": "小苏", "tracking_activi": "今天给客户报价" } ] } ], "code": 200 }</code></pre>

页面列表

ITEM_HTML