文章列表
航班查询接口
using System;
using System.Text;
using System.Net;
namespace plane
{
class Program
{
static void Main(string[] args)
{
string name="CA5901";
string key = "**********************";//申请的key值
string url = "http:/ ...
基站使用api说明
移动联通基站定位(www.haoservice.com/docs/1)
参数说明:
名称 类型 是否必须 说明
mcc int(十进制) 是 mcc国家代码:中国代码;460
mnc int(十进制) 是 mnc网络类型0移动1联通(电信对应sid)
cell_id int(十进制) ...
IP查询接口(www.haoservice.com/docs/28)
Using System.Text;
using System;
using System.Net;
namespace IP
{
class Program
{
static void Main(string[] args)
{
string key = "************************";
string ip = "168.183.151.112" ...
火车票查询接口
using System;
using System.Text;
using System.Net;
namespace trian ticket
{
class Program
{
static void Main(string[] args)
{
string key = "******************";//申请的key值
string date="*********";//日期
string from=&q ...
黄金数据查询演示示例
using System;
using System.Text;
using System.Net;
namespace gold
{
class Program
{
static void Main(string[] args)
{
string key = "*****************";//申请的key值
string url = "http://apis.haoservice.com/lifeservice/g ...