{
"pageNum": 1,
"pageSize": 10,
"ruleId": "string",
"status": "string",
"createdAtStart": "string"
}curl --location '/userPlatform/qywx/report/listSendLogs' \
--header 'Content-Type: application/json' \
--data '{
"pageNum": 1,
"pageSize": 10,
"ruleId": "string",
"status": "string",
"createdAtStart": "string"
}'{
"code": 0,
"message": "",
"data": {
"total": 0,
"list": [
{
"id": "",
"ruleId": "",
"reportDt": "",
"chatId": "",
"chatName": "",
"periodType": "",
"reportFormat": "",
"sendObj": "",
"status": "",
"contentSnapshot": "",
"errorMsg": "",
"createdAt": ""
}
]
}
}