{
"token": "epoint_webserivce_**##0601",
"params": {
"areaCode": "081600",//辖区编码
"parentGuid": "93d14822-789b-405e-ad25-7eed79024046",//父栏目guid
"name": "",//栏目名称
"currentPage": "1",//页码
"pageSize":"1"//数量
}
}
curl --location --request POST 'https://api.cqdcg.com/epoint-web-ystmh/rest/infodelivery/getInfoCateList' \
--header 'Cookie: Path=/;sid=a6907452562820a5d9e4b15e522f7645' \
--header 'Content-Type: application/json' \
--data-raw '{
"token": "epoint_webserivce_**##0601",
"params": {
"areaCode": "081600",//辖区编码
"parentGuid": "93d14822-789b-405e-ad25-7eed79024046",//父栏目guid
"name": "",//栏目名称
"currentPage": "1",//页码
"pageSize":"1"//数量
}
}'
{
"custom": {
"code": 1,
"count": 0,
"cateList": [ ],
"text": "调用成功!"
},
"status": {
"code": 200,
"text": ""
}
}