curl --location --request POST '/get_collection_list' \
--header 'Content-Type: application/json' \
--data-raw '{
"category": "0",
"count": "50"
}'{
"status": "ok",
"retcode": 0,
"data": {
"errCode": 0,
"errMsg": "",
"collectionSearchList": {
"collectionItemList": [
{
"cid": "123456",
"type": 8,
"status": 1,
"author": {
"type": 2,
"numId": "123456",
"strId": "昵称",
"groupId": "123456",
"groupName": "群名",
"uid": "123456"
},
"bid": 1,
"category": 1,
"createTime": "1769169157000",
"collectTime": "1769413477691",
"modifyTime": "1769413477691",
"sequence": "1769413476735",
"shareUrl": "",
"customGroupId": 0,
"securityBeat": false,
"summary": {
"textSummary": null,
"linkSummary": null,
"gallerySummary": null,
"audioSummary": null,
"videoSummary": null,
"fileSummary": null,
"locationSummary": null,
"richMediaSummary": {
"title": "",
"subTitle": "",
"brief": "text",
"picList": [],
"contentType": 1,
"originalUri": "",
"publisher": "",
"richMediaVersion": 0
}
}
}
],
"hasMore": false,
"bottomTimeStamp": "1769413477691"
}
},
"message": "",
"wording": "",
"stream": "normal-action"
}