curl --location --request GET '/admin-api/mp/free-publish/page?accountId=1024&pageNo=1&pageSize=10'{
"code": 0,
"data": {
"list": [
{
"articleId": "string",
"content": {
"newsItem": [
{
"title": "string",
"author": "string",
"digest": "string",
"content": "string",
"contentSourceUrl": "string",
"thumbMediaId": "string",
"showCoverPic": 0,
"needOpenComment": 0,
"onlyFansCanComment": 0,
"thumbUrl": "string",
"url": "string",
"isDeleted": true
}
]
},
"updateTime": "string"
}
],
"total": 0
},
"msg": "string"
}