{
"token": "epoint_webserivce_**##0601",
"params": {
"type": "", //数据类型 10政策 20事项 30活动
"title": "", //标题模糊查询
"pageIndex": 0, //分页参数 页码
"pageSize": 10 //查询数据条数
}
}
curl --location --request POST 'https://cqzwfw.cqdcg.com/cqgateway/cqqftmh/rest/todayrelate/todayrelatelist' \
--header 'Cookie: Path=/;sid=a6907452562820a5d9e4b15e522f7645' \
--header 'Content-Type: application/json' \
--data-raw '{
"token": "epoint_webserivce_**##0601",
"params": {
"type": "", //数据类型 10政策 20事项 30活动
"title": "", //标题模糊查询
"pageIndex": 0, //分页参数 页码
"pageSize": 10 //查询数据条数
}
}'
{}