curl --location --request POST '/v5/hotnews/event/get-record'
{
"code": 0,
"msg": "string",
"data": [
{
"name": "string",
"user_id": "string",
"operate_type": "string",
"operate": "string",
"type": "string",
"cost": "string",
"surplus": "string",
"create_time": "string"
}
]
}