{
"current": 1,
"page_size": 10,
"live_id": 0,
"is_pin": 0,
"is_passed": -1,
"user_type": 1,
"type": "msg"
}curl --location --request POST '/api/comment/list' \
--header 'Authorization: test' \
--header 'Content-Type: application/json' \
--data-raw '{
"current": 1,
"page_size": 10,
"live_id": 0,
"is_pin": 0,
"is_passed": -1,
"user_type": 1,
"type": "msg"
}'{
"list": [
{
"id": 0,
"userid": 0,
"sid": "string",
"ip": "string",
"is_passed": 0,
"content": "string",
"user": {
"avatar": "string",
"nickname": "string",
"user_type": 0
},
"type": "string",
"redpack_order_num": "string",
"gift_id": 0,
"created_at": "string",
"to": {
"id": 0,
"userid": 0,
"sid": "string",
"ip": "string",
"is_passed": 0,
"content": "string",
"user": {
"avatar": "string",
"nickname": "string",
"user_type": 0
},
"type": "string",
"redpack_order_num": "string",
"gift_id": 0,
"created_at": "string"
}
}
],
"pagination": {
"total": 0,
"page_size": 0,
"current": 0
}
}