0.2.17 • Published 2 months ago

@kyfe/kyemap-server-api v0.2.17

Weekly downloads
-
License
ISC
Repository
-
Last release
2 months ago

kyemap-server-api

对服务端api进行二次封装,简化使用

参数名称类型描述是否必传默认值
tokenString登录后的令牌-
appKeyString应用的唯一标识,根据实际项目传参'50243'
timeoutNumber请求超时时间(毫秒)2000
headersObject请求头配置,参考axiosheaders

herders

{
  "appkey": "***", // 同appKey
  "format": "json",
  "timestamp": "***", // 当前时间戳
  "method": "***",
  "sign": "***"
}

示例

const baseUrl = '/router/rest' // 根据项目环境进行设置,并配置对应代理
const token = '311148a0-29bb-4fc0-bfb4-40a52d5f719d'
const api = new.KyemapServerApi({ token, baseUrl })

const data = {
  districtId: 'XZ1-29',
  geoType: 'geo'
}
api.getNextLevelGeoInfos({data}).then(res => {
  console.info('res', res)
})

接口列表

函数名称描述文档地址
getNextLevelGeoInfos查询边界信息http://api.kyepm.com/open-api/interface/1419488814831841280
getRectangleByDistrictId根据DistrictId查询面区域的中心点和矩形坐标http://api.kyepm.com/open-api/interface/1194148625487302656
getLocationDes位置详情(根据经纬度搜索位置信息及周边一定范围的poi点)http://api.kyepm.com/open-api/interface/1247770861477367808
getWebPoints搜索点部(取派围栏-app移动端点部查询)http://api.kyepm.com/open-api/interface/1232987067151093760
findPosition关键词查询地址http://api.kyepm.com/open-api/interface/1082523023148388385
getBsmFindPosition关键词查询地址(免登)http://api.kyepm.com/open-api/interface/1186105702438998016
getNetPostion网点查询http://api.kyepm.com/open-api/interface/1323957281114689536
getNetlocationDes网点位置详情http://api.kyepm.com/open-api/interface/1324180576805130240
getReverseGEO逆地址解析http://api.kyepm.com/open-api/interface/1145997252443049984
getAddressInfo经纬度解析http://api.kyepm.com/open-api/interface/1143777434876841984
queryNearByPoi根据中心点和半径进行周边搜索Poi列表http://api.kyepm.com/open-api/interface/1496043690826743808
findPositionNew关键词联想 关键词搜索http://api.kyepm.com/open-api/interface/1380045550940917761
getPointDetailById取派围栏 - app移动端点部详情http://api.kyepm.com/open-api/interface/1233782390500954112
getLastVehiclePlaceByAddresIds车辆资产 - 获取点部 / 分拨车辆实时位置http://api.kyepm.com/open-api/interface/1233668062292545536
latlonTolatlon经纬度坐标系转换接口http://api.kyepm.com/open-api/interface/1202839333534502912
setUpCoverImageAPP点部图片 - 封面设置http://api.kyepm.com/open-api/interface/1278534375115460608
deleteImages取派围栏 - app移动端点部图片删除http://api.kyepm.com/open-api/interface/1252512949674774528
getRegionPickerData取派围栏 - app移动端三级地址查询接口(V1 .0)http://api.kyepm.com/open-api/interface/1234691545722064896
searchPoints取派围栏 - app移动端点部查询http://api.kyepm.com/open-api/interface/1232987067151093760
cityAlphabetical网点查询 - 按照首字母对城市进行排序http://api.kyepm.com/open-api/interface/1327431572544163840
batchByCode数据字典 - 根据LookupCode批量查找数据字典详情http://api.kyepm.com/open-api/interface/1080673825494994944
rangeFinding调取引擎服务获取ETA和距离http://api.kyepm.com/open-api/interface/1130441246027878400
getPickupDayAndDeliverDay智能分单--根据经纬度查询取加工作日和派加工作日http://api.kyepm.com/open-api/interface/1244543141993844736
findSlpInfo根据自提网点id查询自提网点信息http://api.kyepm.com/open-api/interface/1198125797214326784
searchDistribution网点查询 - 配载搜索接口http://api.kyepm.com/open-api/interface/1198125797214326784
getPointDetailsByOtherId网点查询 - 取派围栏 - app移动端通过分组或点部id获取点部信息接口http://api.kyepm.com/open-api/interface/1237649617088221184
getPointDetailsByLatLng网点查询 - 获取点部信息, 地址后台-地址解析-经纬度分单 (V1.0)http://api.kyepm.com/open-api/interface/1112915731314446336
multiplePointsNavigation货车多途经点导航(amap) (V1.0)http://api.kyepm.com/open-api/interface/1258714838489698304
getReverseGEOBatch逆地理解析-批量30条 (V1.0)http://api.kyepm.com/open-api/interface/1316547204019785728
getOverlapTrackMatch轨迹重合度分析 (V1.0)http://api.kyepm.com/open-api/interface/1501541102928343040
getMultiLevelThinkList行政区划五级联想查询http://api.kyepm.com/open-api/interface/1055030961582968832
getMultiLevelSubListDq行政区划多级联动查询(包含大区) 新接口http://api.kyepm.com/open-api/interface/1470680468741505024
getNavigationRouter多途径点导航(同路线规划)http://api.kyepm.com/open-api/interface/1363464306638852096
getVehicleTrack车辆历史轨迹查询http://api.kyepm.com/open-api/interface/1165813817338302464
getRealTimeTrack获取车辆实时纠偏轨迹和实时导航http://api.kyepm.com/open-api/interface/1423598817155035136
getRealTimeTracks获取车辆实时纠偏轨迹(批量)http://api.kyepm.com/open-api/interface/1423598158414426112
queryPoiTableTemplateDataByIdpoi兴趣点详细查询http://api.kyepm.com/open-api/interface/1704436065159421952
mulPointsNavigationCar小车多途经点导航http://api.kyepm.com/open-api/interface/1721824182321352704
trainRecommend货车最优路线推荐http://api.kyepm.com/open-api/interface/1449999617099907072
carRecommend小车最优路线推荐http://api.kyepm.com/open-api/interface/1722898865603026944
suggestPlus经纬度搜索附近地址http://api.kyepm.com/open-api/interface/1719536242601828352
0.2.17

2 months ago

0.2.16

3 months ago

0.2.15

3 months ago

0.2.14

6 months ago

0.2.13

6 months ago

0.2.12

6 months ago

0.2.11

8 months ago

0.2.10

1 year ago

0.2.9

1 year ago

0.2.8

1 year ago

0.2.7

2 years ago

0.2.6

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.5

2 years ago

0.2.4

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.4

2 years ago

0.1.5

2 years ago

0.1.3

3 years ago

0.1.2

3 years ago