# 个性称呼模块
## **Web端交互**
> *****
![(images/screenshot_1567145572362.png)](https://img.kancloud.cn/f3/91/f391fb5ad684cc2d5d079494800c2fc4_1091x791.png)
## **API相关文档**
> *****
接口描述 | **新增客户信息**
---|---
URL | /wechat_api/customer/addCustomer
请求方式 | post
请求参数 | { customerName:%E9%BB%84%E6%97%8F nickName:asdasd customerPhone: remarks: xfield1: xfield2: wechatContactId:16986 tags: isStar: }
返回值 | ![](https://img.kancloud.cn/ba/4c/ba4cc38d4e880eeb8988df6283bc9147_393x331.png)
| Sort | Param | Type | required | Description |
| --- | --- | --- | --- |--- |
| 请求参数 | customerName| string | Y |客户姓名
| 请求参数 | customerPhone| string | Y | 联系方式
| 请求参数 | remarks| string | Y |备注
| 请求参数 | wechatContactId| Interger| Y |绑定的联系人
| 请求参数 | tags| string | Y | 客户标签
| 请求参数 |nickName| string | Y |设置备注的昵称
| 请求参数 | xfield1| string | Y |扩展字段1
| 请求参数 | xfield1| string | Y | 扩展字段2
> *****
接口描述 | **批量添加客户信息**
---|---
URL | /wechat_api/customer/batchAddCustomer
请求方式 | post
请求参数 | { contactIds: 300671,354676,187317,359086 tags: [{"id":"","name":"sadada"}] isStar: }
返回值 | {"msg":"保存成功!","code":200}
| Sort | Param | Type | required | Description |
| --- | --- | --- | --- |--- |
| 请求参数 | isStar| string | Y |是否添加星标好友
| 请求参数 | contactIds| string | Y | 联系人ID
| 请求参数 | tags| string | Y |标签
> *****
接口描述 | **批量添加客户个性化称呼**
---|---
URL | /wechat_api/customer/batchSaveNickName
请求方式 | post
请求参数 | nickNames: [ { "wechatContactId":355616, "custName":"坤同", "nickName":"111" }, { "wechatContactId":354718,"custName":"联络易-邓汀明", "nickName":"2222" }, { "wechatContactId":354722, "custName":"联络易人事小仙女", "nickName":"333" }, { "wechatContactId":354721, "custName":"联络易运维马琪", "nickName":"4444" }]
返回值 | {"msg":"保存成功!","code":200}
| Sort | Param | Type | required | Description |
| --- | --- | --- | --- |--- |
| 请求参数 | nickName| string | Y |昵称
- 首页
- 系统登录注册模块
- 登录模块
- 注册模块
- 忘记密码模块
- 功能首页渲染模块
- 会话面板模块
- 微信号登录模块
- 会话联系人模块
- 通讯录模块
- 聊天窗口模块
- 快捷回复模块
- 客户录入模块
- 群管理模块
- 历史消息面板模块
- 群发助手面板模块
- 群发设置模块
- 群发管理模块
- 群发演示模块
- 朋友圈面板模块
- 发朋友圈模块
- 朋友圈互动模块
- 朋友圈历史记录模块
- 客户管理面板模块
- 客户查询模块
- 服务记录模块
- 批量标签模块
- 标签管理模块
- 昵称管理模块
- 个性称呼模块
- 批量导入客户模块
- 报表面板模块
- 微信好友报表
- 被删好友报表
- 新增好友报表
- 添加好友报表
- 服务记录报表
- 转账记录报表
- 红包统计报表
- 会话统计报表
- 电话统计报表
- 标签统计报表
- 账号管理面板模块
- 微信号管理模块
- 部门管理模块
- 子账号管理模块
- 在线日志模块
- 机器人模块
- 自动通过好友模块
- 小程序商城模块
- 微信号分配模块
- 帮助中心面板模块
- 个人中心模块
- 我的账号模块
- 系统设置模块
- 第三方能力接口对接
- 第三方登录模块
- 联系人模块
- 系统账号模块
- 服务版本接口迭代说明
- 素材库
- 好友去重
- V群模块