{
"token": "Epoint_WebSerivce_**##0601",
"params": {
"nptype": "01",
"areacode": "",//辖区编码传值
"id": "",
"search": "",//搜索条件传值,摸索查询网点名臣
"sorttype": "1",//1,智能排序(按照后台排序值设置排序)2,距离优先(需要传值经纬度)
"lng":"",//经度
"lat":"",//纬度
"pagesize": 10,//分页参数
"page": 1//页码
}
}
curl --location --request POST 'https://api.cqdcg.com/epoint-web-ystmh/rest/digitalmap/private/getCenterList' \
--header 'Cookie: Path=/;sid=a6907452562820a5d9e4b15e522f7645' \
--header 'Content-Type: application/json' \
--data-raw '{
"token": "Epoint_WebSerivce_**##0601",
"params": {
"nptype": "01",
"areacode": "",//辖区编码传值
"id": "",
"search": "",//搜索条件传值,摸索查询网点名臣
"sorttype": "1",//1,智能排序(按照后台排序值设置排序)2,距离优先(需要传值经纬度)
"lng":"",//经度
"lat":"",//纬度
"pagesize": 10,//分页参数
"page": 1//页码
}
}'
{
"custom": {
"total": 1,
"code": 1,
"text": "成功",
"centerlist": [
{
"address": "重庆市渝中区经纬大道789号",//地址
"handleTime": "15",//办理时间(无意义)
"star": 0.0,//网点评价星级
"tell": "",//咨询电话
"nptype": "0101",网点类型
"distanceorder": 1.7976931348623157E+308,//距离(纯数字)
"title": "重庆总部城",//网点名称
"areacode": "500103",//所属辖区
"score": 0.0,网点评价分数
"lnglat": "106.500733, 29.617668",//经纬度
"guid": "9eae22d8-26a4-4ba8-af15-3313523921b9",//网点标识
"juli": "",//距离(带单位)
"logo": "/epoint-web-ystmh/rest/upload/readAttach?attachguid=f0188982-85fb-49d9-a301-b8ff859def42",//logo图片
"time": "",//办公时间
"typename": "写字楼"//网点类型
}
]
},
"status": {
"code": 200,
"text": ""
}
}