开发: 添加客户列表
This commit is contained in:
31
src/services/config.ts
Normal file
31
src/services/config.ts
Normal file
@@ -0,0 +1,31 @@
|
||||
/**
|
||||
* 添加客户的来源
|
||||
*/
|
||||
export const AddWay: any = {
|
||||
0: '未知来源',
|
||||
1: '扫描二维码',
|
||||
2: '搜索手机号',
|
||||
3: '名片分享',
|
||||
4: '群聊',
|
||||
5: '手机通讯录',
|
||||
6: '微信联系人',
|
||||
8: '安装第三方应用时自动添加的客服人员',
|
||||
9: '搜索邮箱',
|
||||
10: '视频号添加',
|
||||
11: '通过日程参与人添加',
|
||||
12: '通过会议参与人添加',
|
||||
13: '添加微信好友对应的企业微信',
|
||||
14: '通过智慧硬件专属客服添加',
|
||||
15: '通过上门服务客服添加',
|
||||
16: '通过获客链接添加',
|
||||
201: '内部成员共享',
|
||||
202: '管理员/负责人分配',
|
||||
};
|
||||
|
||||
/**
|
||||
* 外部联系人的类型
|
||||
*/
|
||||
export const CustType: any = {
|
||||
1: '微信',
|
||||
2: '企业微信',
|
||||
};
|
Reference in New Issue
Block a user