curl --location --request GET '/admin-api/promotion/article/page?pageNo=1&pageSize=10' \
--header 'Authorization: 3ecf676011544a3293b9665f63513a28' \
--header 'tenant-id: 10053'{
"code": 0,
"data": {
"list": [
{
"categoryId": 15458,
"spuId": 22378,
"title": "这是一个标题",
"author": "张三",
"picUrl": "https://www.iocoder.cn",
"introduction": "这是一个简介",
"sort": 1,
"status": 2,
"recommendHot": true,
"recommendBanner": true,
"content": "这是文章内容",
"id": 8606,
"browseCount": 99999,
"createTime": "2019-08-24T14:15:22.123Z"
}
],
"total": 0
},
"msg": "string"
}