文档
测试

获取测试微信数据

GET
/test/data/wxData

请求参数

参数名
类型
描述
必填
type
string
任务类型
必填
startTime
string
开始时间
必填
endTime
string
结束时间
必填

说明 / 示例

**type参数:** - 阅读, - 点赞, - 在看, - 关注 ```json { "status": 200, "msg": "SUCCESS", "data": [ { "wxId": "wxid_yucybn98sotu12", "totalNumber": 40, "effective": 40, "percent": 100.0 }, { "wxId": "wxid_tvx8qzqlddj712", "totalNumber": 40, "effective": 36, "percent": 90.0 }, { "wxId": "wxid_156ragmmmese12", "totalNumber": 40, "effective": 36, "percent": 90.0 }, { "wxId": "wxid_yicoc305k47s12", "totalNumber": 40, "effective": 31, "percent": 78.0 }, { "wxId": "wxid_1e5vvgn8cnd112", "totalNumber": 40, "effective": 33, "percent": 83.0 } ], "success": true } ```