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