{
"userId": 0,
"page": 0,
"size": 0,
"timestamp": 0
}
curl --location --request POST 'https://test-api.yunjishop.cn/message/service/letter/chatContent' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": 0,
"page": 0,
"size": 0,
"timestamp": 0
}'
{
"code": 0,
"msg": "string",
"trace": "string",
"data": {
"list": [
{
"avatar": "string",
"nickname": "string",
"isCustomerService": true,
"content": "string",
"sendTime": 0,
"type": 0
}
],
"page": 0,
"size": 0,
"totalPages": 0,
"timestamp": 0
}
}