{
"keyword": "string",
"userIds": "string",
"timestamp": 0,
"page": 0,
"size": 0
}
curl --location --request POST 'https://test-api.yunjishop.cn/message/private/letter/list' \
--header 'Content-Type: application/json' \
--data-raw '{
"keyword": "string",
"userIds": "string",
"timestamp": 0,
"page": 0,
"size": 0
}'
{
"code": 0,
"msg": "string",
"trace": "string",
"data": {
"list": [
{
"userId1": 0,
"userId1Avatar": "string",
"userId1Nickname": "string",
"userId2": 0,
"userId2Avatar": "string",
"userId2Nickname": "string",
"latestMessageContent": "string",
"latestMessageTime": 0,
"isFriend": 0,
"initiatorUserId": 0,
"unreadCount": 0,
"intimacy": "string"
}
],
"page": 0,
"size": 0,
"totalPages": 0,
"timestamp": 0
}
}