curl --location --request GET '/admin-api/mp/material/page?pageNo=1&pageSize=10&accountId=2048' \
--header 'Authorization: 3ecf676011544a3293b9665f63513a28' \
--header 'tenant-id: 10053'{
"code": 0,
"data": {
"list": [
{
"id": 1024,
"accountId": 1,
"appId": "wx1234567890",
"mediaId": "123",
"type": "image",
"permanent": true,
"url": "https://www.iocoder.cn/1.png",
"name": "yunai.png",
"mpUrl": "https://mmbiz.qpic.cn/xxx.mp3",
"title": "我是标题",
"introduction": "我是介绍",
"createTime": "2019-08-24T14:15:22.123Z"
}
],
"total": 0
},
"msg": "string"
}