Authorization: ********************
curl --location --request GET 'http://122.51.138.163:8080/h5/family/getDayFamily' \
--header 'Authorization;'
{
"msg": "操作成功",
"code": 200,
"data": [
{
"date": "2024-12-30",
"anchorCount": 0,
"durationTotal": 0,
"livePoints": 0,
"commission": 0,
"flowing": 0
}
]
}