多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
# 服务记录报表模块 ## **Web端交互** > ***** ![(images/screenshot_1567145572362.png)](https://img.kancloud.cn/5e/bc/5ebc5173c105a37d304c16c18bca0f7f_1095x784.png) ## **API相关文档** > ****** 接口描述 | **服务记录统计** ---|--- URL | /wechat_api/report/serviceReport 请求方式 | get 请求参数 | { beginTime: endTime: limit:10 pageNo:1 period:circle } 返回值 | ![导出报表](https://img.kancloud.cn/66/98/6698ec587e585634a3314ef523e73ac8_435x227.png) | Sort | Param | Type | required | Description | | --- | --- | --- | --- |--- | | 请求参数 | beginTime| string | N | 起始时间 | 请求参数 | endTime| string | N | 结束时间 | 请求参数 | limit| IInterger| Y | 分页参数 | 请求参数 | pageNo| Interger | Y | 分页参数 | 请求参数 | period| string | N | 日期参数 | 请求参数 | uin| string | N | 微信号id | 请求参数 | AdminUserIds| string | N | 账号id | 请求参数 | departIds| string | N | 部门id > ***** 接口描述 | **导出服务记录统计** ---|--- URL | /wechat_api/report/exportServiceReport 请求方式 | get 请求参数 | { beginTime: endTime: limit:10 pageNo:1 period:circle } 返回值 |返回一个文件 | Sort | Param | Type | required | Description | | --- | --- | --- | --- |--- | | 请求参数 | beginTime| string | N | 起始时间 | 请求参数 | endTime| string | N | 结束时间 | 请求参数 | limit| IInterger| Y | 分页参数 | 请求参数 | pageNo| Interger | Y | 分页参数 | 请求参数 | period| string | N | 日期参数 | 请求参数 | uin| string | N | 微信号id | 请求参数 | AdminUserIds| string | N | 账号id | 请求参数 | departIds| string | N | 部门id