# 批量标签模块
## **Web端交互**
> *****
![(images/screenshot_1567145572362.png)](https://img.kancloud.cn/38/2f/382f6ffe3a6d409484ed7cf6a3194a05_1094x791.png)
## **API相关文档**
> *****
接口描述 | **批量标签**
---|---
URL | /wechat\_api/customer/batchAddCustomer
请求方式 | post
请求参数 | {contactIds:"46916512,47666820,46916492,46916561,46916526",tags:[{"id":"","name":"eee"}\],isStar:}
返回值 |{"msg":"保存成功!","code":200}
| Sort | Param | Type | required | Description |
| --- | --- | --- | --- |--- |
| 请求参数 | contactIds| string | Y |微信联系人ID
| 请求参数 | tags| string | Y | 标签
| 请求参数 | isStar| string | Y |是否添加了星标朋友标签
> *****
接口描述 | **获取标签详情**
---|---
URL | /wechat\_api/tag/getTagDetailList
请求方式 | post
请求参数 | {tagId: "42906",type: "0"}
返回值 |{"code":200,"data":[{"wechatContactId":46916492,"wechatUserUin":"2964685533","wechatUserNickName":"小陶同学","customerName":"冯杨振"},{"wechatContactId":46916512,"wechatUserUin":"2964685533","wechatUserNickName":"小陶同学","customerName":"冯力"},{"wechatContactId":46916526,"wechatUserUin":"2964685533","wechatUserNickName":"小陶同学","customerName":"韩超月"},{"wechatContactId":46916561,"wechatUserUin":"2964685533","wechatUserNickName":"小陶同学","customerName":"黄奔"},{"wechatContactId":47666820,"wechatUserUin":"2964685533","wechatUserNickName":"小陶同学","customerName":"房东"}]}
| Sort | Param | Type | required | Description |
| --- | --- | --- | --- |--- |
| 请求参数 | tagId| Long | Y |标签ID
| 请求参数 | type| Interger| Y |0:当前账号,其他:非当前账号
> *****
接口描述 | **添加我的标签**
---|---
URL | /wechat\_api/tag/editTagInfo
请求方式 | post
请求参数 | {tagName:"xiao",isPub:"0"}
返回值 |{"msg":"操作成功!","code":200,"tagInfo":{"page":{"pageNo":1,"pageSize":-1,"count":0,"content":[],"html":"<ul>\n<li><a href=\"javascript:\" onclick=\"page(0,-1,'');\">« 上一页</a></li>\n<li><a href=\"javascript:\" onclick=\"page(0,-1,'');\">1</a></li>\n<li><a href=\"javascript:\" onclick=\"page(0,-1,'');\">下一页 »</a></li>\n<li class=\"disabled controls\"><a href=\"javascript:\">当前 <input type=\"text\" value=\"1\" onkeypress=\"var e=window.event||this;var c=e.keyCode||e.which;if(c==13)page(this.value,-1,'');\" onclick=\"this.select();\"/> / <input type=\"text\" value=\"-1\" onkeypress=\"var e=window.event||this;var c=e.keyCode||e.which;if(c==13)page(1,this.value,'');\" onclick=\"this.select();\"/> 条,共 0 条</a></li>\n</ul>\n<div style=\"clear:both;\"></div>","firstResult":0,"maxResults":-1},"sqlMap":{},"tagId":43972,"tagName":"xiao","adminUserId":33726,"createTime":1565170775945,"isPub":0}}
| Sort | Param | Type | required | Description |
| --- | --- | --- | --- |--- |
| 请求参数 | tagName| string | Y | 修改的标签名
| 请求参数 | isPub| string | Y | 是否公共 0:非公共,1 公共 2 部门
> *****
接口描述 | **标签重命名**
---|---
URL | /wechat\_api/tag/editTagInfo
请求方式 | post
请求参数 | {tagName:"aaaeee",adminUserId:"33726",tagId:"43952",isPub:"0"}
返回值 |{"msg":"操作成功!","code":200,"tagInfo":{"page":{"pageNo":1,"pageSize":-1,"count":0,"content":[],"html":"<ul>\n<li><a href=\"javascript:\" onclick=\"page(0,-1,'');\">« 上一页</a></li>\n<li><a href=\"javascript:\" onclick=\"page(0,-1,'');\">1</a></li>\n<li><a href=\"javascript:\" onclick=\"page(0,-1,'');\">下一页 »</a></li>\n<li class=\"disabled controls\"><a href=\"javascript:\">当前 <input type=\"text\" value=\"1\" onkeypress=\"var e=window.event||this;var c=e.keyCode||e.which;if(c==13)page(this.value,-1,'');\" onclick=\"this.select();\"/> / <input type=\"text\" value=\"-1\" onkeypress=\"var e=window.event||this;var c=e.keyCode||e.which;if(c==13)page(1,this.value,'');\" onclick=\"this.select();\"/> 条,共 0 条</a></li>\n</ul>\n<div style=\"clear:both;\"></div>","firstResult":0,"maxResults":-1},"sqlMap":{},"tagId":43952,"tagName":"aaaeee","adminUserId":33726,"isPub":0}}
| Sort | Param | Type | required | Description |
| --- | --- | --- | --- |--- |
| 请求参数 | tagName| string | Y | 修改的标签名
| 请求参数 | adminUserId | string | Y | 管理员ID
| 请求参数 | tagId| string | Y | 标签ID
| 请求参数 | isPub| string | Y | 是否公共 0:非公共,1 公共 2 部门
> *****
接口描述 | **删除标签**
---|---
URL | /wechat\_api/tag/delTagInfo
请求方式 | post
请求参数 | adminUserId: "33726", tagId:"42906", isPub:"0"
返回值 |{"msg":"删除成功!","code":200}
| Sort | Param | Type | required | Description |
| --- | --- | --- | --- |--- |
| 请求参数 | adminUserId| string | 归属的管路员ID
| 请求参数 | tagId| string | Y |标签ID
| 请求参数 | isPub| string | Y |是否公众 0:非公共,1 公共 2 部门
- 首页
- 系统登录注册模块
- 登录模块
- 注册模块
- 忘记密码模块
- 功能首页渲染模块
- 会话面板模块
- 微信号登录模块
- 会话联系人模块
- 通讯录模块
- 聊天窗口模块
- 快捷回复模块
- 客户录入模块
- 群管理模块
- 历史消息面板模块
- 群发助手面板模块
- 群发设置模块
- 群发管理模块
- 群发演示模块
- 朋友圈面板模块
- 发朋友圈模块
- 朋友圈互动模块
- 朋友圈历史记录模块
- 客户管理面板模块
- 客户查询模块
- 服务记录模块
- 批量标签模块
- 标签管理模块
- 昵称管理模块
- 个性称呼模块
- 批量导入客户模块
- 报表面板模块
- 微信好友报表
- 被删好友报表
- 新增好友报表
- 添加好友报表
- 服务记录报表
- 转账记录报表
- 红包统计报表
- 会话统计报表
- 电话统计报表
- 标签统计报表
- 账号管理面板模块
- 微信号管理模块
- 部门管理模块
- 子账号管理模块
- 在线日志模块
- 机器人模块
- 自动通过好友模块
- 小程序商城模块
- 微信号分配模块
- 帮助中心面板模块
- 个人中心模块
- 我的账号模块
- 系统设置模块
- 第三方能力接口对接
- 第三方登录模块
- 联系人模块
- 系统账号模块
- 服务版本接口迭代说明
- 素材库
- 好友去重
- V群模块