多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
# 新增好友报表模块 ## **Web端交互** > ***** ![(images/screenshot_1567145572362.png)](https://img.kancloud.cn/67/ac/67ac4b9d5284923f3e15ed7c8013c3e2_1094x790.png) ## **API相关文档** > ****** 接口描述 | **新增好友统计** ---|--- URL | /wechat_api/report/addFriendReport 请求方式 | get 请求参数 | {  period:circle beginTime:2018-10-07 endTime:2018-10-07 limit:10&pageNo:1 } 返回值 | ![{"code":200,"msg":"操作成功!","data":{"count":0,"data":[],"pageNo":1,"limit":10}}](https://img.kancloud.cn/08/b4/08b4d7b2890bb08abba59fd1488ae0ca_501x392.png) | Sort | Param | Type | required | Description | | --- | --- | --- | --- |--- | | 请求参数 | adminUserIds| string | N | 账号id | 请求参数 | wechatUserId| string | N | 微信号id | 请求参数 | period| string | N |当天当周当月查询 | 请求参数 | deptIds| string | N | 部门id | 请求参数 | beginTime| string | Y |起始时间 | 请求参数 | endTime| string | Y |结束时间 > ***** 接口描述 | **新增好友统计总数** ---|--- URL | /wechat_api/report/addFriendSum 请求方式 | get 请求参数 | {  period:circle beginTime:2018-10-07 endTime:2018-10-07 limit:10&pageNo:1 } 返回值 | ![![{"code":200,"msg":"操作成功!","data":{"count":0,"data":[],"pageNo":1,"limit":10}}](https://img.kancloud.cn/08/b4/08b4d7b2890bb08abba59fd1488ae0ca_501x392.png)](images/screenshot_1567131448009.png) | Sort | Param | Type | required | Description | | --- | --- | --- | --- |--- | | 请求参数 | adminUserIds| string | N | 账号id | 请求参数 | wechatUserId| string | N | 微信号id | 请求参数 | period| string | N |当天当周当月查询 | 请求参数 | deptIds| string | N | 部门id | 请求参数 | beginTime| string | Y |起始时间 | 请求参数 | endTime| string | Y |结束时间 > ***** 接口描述 | **导出新增好友报表** ---|--- URL | /wechat_api/report/exportAddContactReport 请求方式 | get 请求参数 | {  period:circle beginTime:2018-10-07 endTime:2018-10-07 limit:10&pageNo:1 } 返回值 | 一个文件 | Sort | Param | Type | required | Description | | --- | --- | --- | --- |--- | | 请求参数 | adminUserIds| string | N | 账号id | 请求参数 | wechatUserId| string | N | 微信号id | 请求参数 | period| string | N |当天当周当月查询 | 请求参数 | deptIds| string | N | 部门id | 请求参数 | beginTime| string | Y |起始时间 | 请求参数 | endTime| string | Y |结束时间