文档
测试

微信执行日志

GET
read/wxClientLog/search

请求参数

参数名
类型
描述
必填
wxId
string
微信id
必填
from
string
起始时间
必填
to
string
结束时间
必填
current
int
当前页
必填
size
int
每页数
必填

说明 / 示例

```json { "status": 200, "msg": "SUCCESS", "data": { "content": [ { "id": "4F8O63kBdLZFqD3jwM4L", "wxId": "wxid_ks3gex2zgvp7pu", "operate": "文章阅读", "operateUrl": "https://mp.weixin.qq.com/s/VlrdlM5-SG0V_C4h9DKzcA", "success": 1, "createTime": "2021-06-15 18:39:08" }, { "id": "Dl8P63kBdLZFqD3jSM-T", "wxId": "wxid_ks3gex2zgvp7pu", "operate": "文章阅读", "operateUrl": "https://mp.weixin.qq.com/s/_ZX_s_OQxSLobAwoFTvJsA", "success": 1, "createTime": "2021-06-15 18:39:08" }, { "id": "SF8h63kBdLZFqD3jg89V", "wxId": "wxid_ks3gex2zgvp7pu", "operate": null, "operateUrl": null, "success": 0, "createTime": "2021-06-15 18:39:08" } ], "pageable": { "sort": { "sorted": false, "unsorted": true, "empty": true }, "offset": 0, "pageNumber": 0, "pageSize": 3, "paged": true, "unpaged": false }, "aggregations": null, "scrollId": null, "maxScore": 3.3823543, "totalPages": 4, "totalElements": 12, "number": 0, "size": 3, "sort": { "sorted": false, "unsorted": true, "empty": true }, "numberOfElements": 3, "last": false, "first": true, "empty": false }, "success": true } ```