{
"createTimeStart": "2023-06-29 00:00:00",
"createTimeEnd": "2023-06-30 23:59:59"
}
curl --location --request POST '/tmk/api/CallRecords' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"createTimeStart": "2023-06-29 00:00:00",
"createTimeEnd": "2023-06-30 23:59:59"
}'
{
"code": 1,
"message": "成功",
"data": [
{
"orderNo": "HF_901338714412222",
"seatNumber": "SKZX_91087222",
"caller": "17685602222",
"callee": "17685602221",
"duration": 35,
"jfDuration": 60,
"money": 15,
"organizationName": "亿量科技",
"createTime": "2023-02-09 10:32:37"
},
{
"orderNo": "HF_901338714412222",
"seatNumber": "SKZX_91087222",
"caller": "17685602222",
"callee": "17685602221",
"duration": 35,
"jfDuration": 60,
"money": 15,
"organizationName": "亿量科技",
"createTime": "2023-02-09 10:32:37"
}
]
}