curl --location --request GET '/seckill/active/chart_people/139?page=1&limit=10' \
--header 'x-token: {{x-token}}'{
"status": 0,
"message": "string",
"data": {
"count": 0,
"list": [
{
"think_count": 0,
"sum_total_num": "string",
"sum_pay_price": "string",
"real_name": "string",
"order_count": 0,
"create_time": "string"
}
]
}
}