{
"pageNo": 1,
"pageSize": 10,
"mcType": 2
}
curl --location --request POST '/api/v3/get-mc-detail' \
--header 'appId;' \
--header 'timestamp;' \
--header 'sign;' \
--header 'appKey: {{appKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageNo": 1,
"pageSize": 10,
"mcType": 2
}'
{
"code": 0,
"message": "success",
"data": {
"totalCount": 46,
"totalPage": 46,
"pageNo": 1,
"pageSize": 1,
"data": [
{
"mcId": "1304ed04a04011ec826700163e106b20",
"corpid": "ww9c5530210a0d5116",
"title": "测试测试",
"fileUrl": "https://dev.tanmarket.cn/fdfsServer/group3/M00/90/3F/rBHTdWIpoouAAojYAAn-SxZoZC0102.png",
"content": "测试测试",
"mcType": 2
}
]
}
}