服务1:
http://webservice.jaron.cn
- HistoryEvent
返回指定日期下的历史事件
参数1:SetDateTime(DataTime)
参数2:LicenceKey 授权码(String) 免费注册授权码
返回:DataSet - IP2Area
返回IP地址所在的城市
参数1:IPAddress(String)
参数2:LicenceKey 授权码(String) 免费注册授权码(String)
返回:string[] - IdentityCard
返回身份证前六位所在的城市
参数1:IdentityCardID 身份证号码前六位(String)
参数2:LicenceKey 授权码(String) 免费注册授权码
返回:城市名称 string - MobileNumberConvert
返回手机号码段归属地
参数1:MobileNumber 手机号码前七位(String)
参数2:LicenceKey 授权码(String) 免费注册授权码
返回:string[0] 归属地 string[1] 卡类型
服务2:http://webservice.jaron.cn/weather.asmx
- GetWeather
返回24小时天气预报
参数1:CityName 中文城市名称(DataTime)
参数2:LicenceKey 授权码(String) 免费注册授权码
返回:DataSet
这篇博客介绍了几个Webservice接口,包括获取指定日期的历史事件、根据IP地址确定城市、通过身份证号查询城市以及手机号码归属地转换。每个接口都需要一个授权码。此外,还提供了一个获取24小时天气预报的服务。
1245

被折叠的 条评论
为什么被折叠?



