Authorization: ********************
curl --location --request GET 'http://122.51.138.163:8080/h5/family/getCountDetails?startDate=2024-12-26&endDate=2024-12-28' \
--header 'Authorization;'
{
"msg": "操作成功",
"code": 200,
"data": {
"date": "2024-12-26至2024-12-28",
"anchorCount": 1,
"durationTotal": 983,
"livePoints": 0,
"commission": 0,
"flowing": 0,
"dataVoList": [
{
"nickName": "主播1",
"durationTotal": 983,
"effectiveDay": 1,
"flowing": 0,
"livePoints": 0,
"commission": 0
}
]
}
}