获取服务商最近的回收小站地址
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
lat | String | 必须 | 37 | 纬度 | |
lng | String | 必须 | 101 | 经度 |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
recycleStoreVoList | RecycleStoreVoList [] | 小站地址列表,按距离排序,从近到远 | |
|
|||
success | Boolean | true | 是否成功 |
errCode | String | GPS_INVALID | 错误code |
errMsg | String | gps不合法 | 错误提示 |
{"lng":"101","lat":"37"}
{ "recycleStoreVoList":[ { "lng":0.0, "distance":0.5, "cityId":0, "provinceId":0, "stationAddress":"杭州市市中区机场路228号", "areaId":0, "cityName":"杭州市", "areaName":"市中区", "stationName":"小王回收人民广场店", "stationPhone":"1234567890", "provinceName":"浙江省", "openStartTime":"10:00", "lat":0.0, "stationId":0, "openTimeDesc":"早10:00~晚20:00", "openEndTime":"20:00" } ], "success":true, "errCode":"GPS_INVALID", "errMsg":"gps不合法" }
{"success":"false","errCode":"sign-check-failure","errMsg":"Illegal request"}
错误码 | 错误描述 | 解决方案 |
---|