{
"token": "epoint_webserivce_**##0601",
"params": {
"cateGuid": "9bc9a5ab-8ac7-4417-8ce6-d13a93669fbd",//栏目标识
"titlename": "",//信息标题
"currentPage": "1",//页码
"pageSize":"10"//数量
}
}
curl --location --request POST 'https://api.cqdcg.com/epoint-web-ystmh/rest/infodelivery/getInfoDeliveryList' \
--header 'Cookie: Path=/;sid=a6907452562820a5d9e4b15e522f7645' \
--header 'Content-Type: application/json' \
--data-raw '{
"token": "epoint_webserivce_**##0601",
"params": {
"cateGuid": "9bc9a5ab-8ac7-4417-8ce6-d13a93669fbd",//栏目标识
"titlename": "",//信息标题
"currentPage": "1",//页码
"pageSize":"10"//数量
}
}'
{
"custom": {
"code": 1,
"count": 1,
"infoList": [],
"text": "调用成功!"
},
"status": {
"code": 200,
"text": ""
}
}