客户详情1区
<h5>简要描述</h5>
<ul>
<li>view</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>crm/customer/view</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;">string</td>
<td>客户id</td>
</tr>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code> {
"errCode": 1000,
"errMsg": "请求成功",
"data": {
"id": 79712,
"name": "铭欣名车(建材城)",
"location_x": "",
"location_y": "",
"contact_number": "18961348555",
"is_checked_name": "未认证",
"credit_limit": "5000.00",信用额度
"used_limit": "1514.00",应收
"account_days": "60 天",账期
"sales_money": "2355"采购额
"services": {
"id": "48891",
"customer_id": "80291",
"whole_operate": "0",
"whole_business": "3",
"whole_distribution": "0",
"whole_technique": "0",
"whole_finance": "0",
"quick_operate": "0",
"quick_business": "0",
"quick_distribution": "0",
"quick_technique": "0",
"quick_finance": "0",
"created_at": "1594954177",
"updated_at": "1597477597",
"_whole_operate": "",
"_whole_business": "李辉 18953118600",
"_whole_distribution": "",
"_whole_technique": "",
"_whole_finance": "",
"_quick_operate": "",
"_quick_business": "",
"_quick_distribution": "",
"_quick_technique": "",
"_quick_finance": ""
}
}
}</code></pre>
<h5>返回参数说明</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
<h5>备注</h5>