🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
# 快捷回复模块 ## **Web端交互** ![](https://img.kancloud.cn/c2/23/c2237535620228e9298b5ba968dbbf69_278x849.png) ## **API相关文档** 接口描述 | **设置各类话术** ---|--- URL | /wechat_api/message/addFriendReport 请求方式 | GET 请求参数 | {period:"circle",beginTime:"2018-10-07",endTime:"2018-10-07",limit:"10",pageNo:"1"} 返回值 | | Sort | Param | Type | required | Description | | --- | --- | --- | --- | --- | | 请求参数 |username|string|Y|用户名 > ***** 接口描述 | **添加话术分组** ---|--- URL |/wechat\_api/quickreplay/saveGroup 请求方式 | GET 请求参数 | {groupName=string, groupname=string, isPub=null, username=string} 返回值 | | Sort | Param | Type | required | Description | | --- | --- | --- | --- | --- | | 请求参数 |groupname|string|Y|分组名 | 请求参数 |username|string|Y|用户名 | 请求参数 |isPub|string|Y|是否公共 > ***** 接口描述 | **设置默认打开** ---|--- URL | /wechat\_api/quickreplay/updateGroup 请求方式 | GET 请求参数 | {period:"circle",beginTime:"2018-10-07",endTime:"2018-10-07",limit:"10",pageNo:"1} 返回值 | | Sort | Param | Type | required | Description | | --- | --- | --- | --- | --- | | 请求参数 |openGroup|string|Y|打开的话术分组名 > ***** 接口描述 | **导入话术** ---|--- URL | /wechat_api/message/addFriendReport 请求方式 | GET 请求参数 | {period:"circle",beginTime:"2018-10-07",endTime:"2018-10-07",limit:"10",pageNo:"1"} 返回值 | | Sort | Param | Type | required | Description | | --- | --- | --- | --- | --- | | 请求参数 |username|string|Y|用户名 | 请求参数 |file|string|Y|导入文件 | 请求参数 |isPub|string|Y|是否公共 ---