{
"userId":33,
"companyId":"123123123123",
"startTime":123456677,
"endTime":3123123123,
"email":"1323123123",
"templateId" : "SMS_228275043",
"sendStatus":"发送状态",
"currentPage":1,
"pageSize":29
}
curl --location --request POST 'https://api.pro.surongyun.cn/apaas/ruyiflow/company/email/send/history' \
--header 'x-apaas-accessToken;' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId":33,
"companyId":"123123123123",
"startTime":123456677,
"endTime":3123123123,
"email":"1323123123",
"templateId" : "SMS_228275043",
"sendStatus":"发送状态",
"currentPage":1,
"pageSize":29
}'
{
"status": 0,
"info": "success",
"resultObject": {
"currentPage": 1,
"pageSize": 20,
"totalPage": 1,
"totalCount": 8,
"timestamp": 1631500499912,
"dataList": [
{
"taskId": "",
"email": "1323123123",
"templateId": "SMS_228275043",
"sendStatus": "发送状态",
"thirdTradeNo": "xxxxxx",
"errorMsg": "",
"sendOpenApi": "NO",
"sendTime": 423233232323
}
]
}
}