{
"condition": {
"favoriteTime": "2019-08-24T14:15:22Z",
"tagList": [
"string"
]
},
"desc": true,
"isDesc": true,
"order": "string",
"pageNum": 0,
"pageSize": 0
}
curl --location --request POST 'https://applet.linkqh.com/applet/bff/favorite/findUserFavoriteDiagPage' \
--header 'secret: N&h74zqRR4*pkNNw' \
--header 'Content-Type: application/json' \
--data-raw '{
"condition": {
"favoriteTime": "2019-08-24T14:15:22Z",
"tagList": [
"string"
]
},
"desc": true,
"isDesc": true,
"order": "string",
"pageNum": 0,
"pageSize": 0
}'
{
"code": "string",
"date": {
"data": [
{
"author": "string",
"avatar": "string",
"baseScore": 0,
"capitalScore": 0,
"mainPriceScore": 0,
"pubtime": "2019-08-24T14:15:22Z",
"tag": "string",
"tagName": "string",
"title": "string",
"uuid": "string"
}
],
"pageNum": 0,
"pageSize": 0,
"total": 0
},
"msg": "string"
}