{
"userid": 0,
"third_unionid": "string",
"live_id": 0,
"order": "desc",
"current": 1,
"page_size": 10
}curl --location --request POST '/api/user/stats/visit-list' \
--header 'Authorization: test' \
--header 'Content-Type: application/json' \
--data-raw '{
"userid": 0,
"third_unionid": "string",
"live_id": 0,
"order": "desc",
"current": 1,
"page_size": 10
}'{
"list": [
{
"activity": {
"id": 0,
"sub_userid": 0,
"title": "string",
"cover": "string",
"category_id": 0,
"plan_start_time": "string",
"plan_end_time": "string",
"is_record": 0,
"status": 0,
"stream": "string",
"is_show_video": 0,
"push_status": 0,
"active_type": 0,
"push_duration": 0,
"is_archive": 0
},
"visit_at": "string",
"leave_at": "string",
"duration": 0,
"userid": 0,
"live_id": 0,
"type": 0
}
],
"pagination": {
"total": 0,
"page_size": 0,
"current": 0
}
}