开发了几个 Webservice 供开发人员使用

来源:互联网 发布:解决问题的思路 知乎 编辑:程序博客网 时间:2024/05/02 03:09
服务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

     

授权验证码可以是任意字符
 
原创粉丝点击