{
"token": "epoint_webserivce_**##0601",
"params": {
"areaCode": "500000",//辖区编码
"parentGuid": "bfa92dee-76da-4211-bdb9-9f38df226269",//父栏目guid
"name": "",//栏目名称po
"currentPage": "",//页码
"pageSize":""//数量
}
}
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": "500000",//辖区编码
"parentGuid": "bfa92dee-76da-4211-bdb9-9f38df226269",//父栏目guid
"name": "",//栏目名称po
"currentPage": "",//页码
"pageSize":""//数量
}
}'
{
"custom": {
"code": 1,
"count": 0,
"cateList": [ ],
"text": "调用成功!"
},
"status": {
"code": 200,
"text": ""
}
}