curl --location --request POST '/likeArticle/list?pageNum=1&pageSize=10'
{
"code": 0,
"data": {
"rows": [
{
"id": 0,
"userId": 0,
"articleId": 0,
"createdAt": "string",
"updatedAt": "string",
"deletedAt": null,
"user": {
"id": 0,
"name": "string",
"username": "string",
"password": "string",
"avatar": null,
"desc": null,
"roleId": null,
"weight": null,
"age": null,
"createdAt": "string",
"updatedAt": "string",
"deletedAt": null
},
"article": {
"id": 0,
"name": "string",
"content": "string",
"desc": "string",
"userId": 0,
"avatar": "string",
"categoryId": 0,
"type": null,
"imgs": null,
"frameID": "string",
"createdAt": "string",
"updatedAt": "string",
"deletedAt": null,
"category": {
"id": 0,
"name": "string",
"date": "string",
"createdAt": "string",
"updatedAt": "string",
"deletedAt": null
},
"user": {
"id": 0,
"name": "string",
"username": "string",
"password": "string",
"avatar": "string",
"desc": "string",
"roleId": 0,
"weight": 0,
"age": 0,
"createdAt": "string",
"updatedAt": "string",
"deletedAt": null,
"role": {
"id": 0,
"name": "string",
"desc": "string",
"createdAt": "string",
"updatedAt": "string",
"deletedAt": null
}
}
}
}
],
"count": 0
}
}