{
"createBy": "string",
"createTime": "string",
"updateBy": "string",
"updateTime": "string",
"params": {
"key": {}
},
"id": 0,
"userId": 0,
"targetId": 0,
"targetType": 0,
"status": 0,
"title": "string"
}
curl --location --request POST '/weibao/likeRecord' \
--header 'Content-Type: application/json' \
--data-raw '{
"createBy": "string",
"createTime": "string",
"updateBy": "string",
"updateTime": "string",
"params": {
"key": {}
},
"id": 0,
"userId": 0,
"targetId": 0,
"targetType": 0,
"status": 0,
"title": "string"
}'
{
"code": 0,
"msg": "",
"data": null
}