GET api/v1/City/GetCities2?longitude={longitude}&latitude={latitude}
获取开通城市(使用X-Total-Count响应头报文返回)
请求信息(Request)
URI 参数
名称 | 描述 | 类型 | 备注 |
---|---|---|---|
longitude |
GPS经度 |
decimal number |
Required |
latitude |
GPS纬度 |
decimal number |
Required |
Body 参数
None.
响应信息(Response)
资源描述
城市列表,从近到远排序
IHttpActionResultNone.
响应格式
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.