客户相关字典
<h5>简要描述</h5>
<ul>
<li>客户相关字典</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>/crm/common/dicts</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>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code>{
"errCode": 1000,
"errMsg": "请求成功",
"data": {
"quality": [ // 客户资质
{
"name": "一级资质,客户资质",
"value": "1"
},
],
"customer_grade": [
{
"name": "D 客户等级",
"value": "4"
},
],
"customer_grade_abcd": [// 规模,客户评级,轮胎评级,欧洲维修评级,欧洲维修机油评级 等评级用
{
"name": "A",
"value": 1
},
{
"name": "B",
"value": 2
},
{
"name": "C",
"value": 3
},
{
"name": "D",
"value": 4
}
],
"customer_grade_qy": [
{
"name": "综合维修#企业类型",
"value": "1"
},
],
"kpi_group_type": [
{
"name": "业务",
"value": "1"
},
],
"vendor_grade": [
{
"name": "主供应商",
"value": "1"
},
],
"distribution_timeliness": [
{
"name": "闪电",
"value": "1"
},
],
"customer_category": [
{
"name": "协议客户",
"value": "1"
},
],
"customer_service_items": {
"whole_operate": "运维1",
"whole_business": "业务1",
"whole_distribution": "配送1",
"whole_technique": "客服1",
"whole_finance": "财务1",
"quick_operate": "运维2",
"quick_business": "业务cc",
"quick_distribution": "配送2",
"quick_technique": "客服2",
"quick_finance": "财务222"
},
"price_grade_group": [
{
"name": "序列零",
"value": "0"
},
{
"name": "序列一",
"value": "1"
},
{
"name": "序列二",
"value": "2"
},
{
"name": "序列三",
"value": "3"
},
{
"name": "序列四",
"value": "4"
},
{
"name": "序列九",
"value": "9"
},
{
"name": "34",
"value": "434"
},
{
"name": "集装箱",
"value": "6"
}
]
}
}</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>