文章列表
黄金数据查询演示示例
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/go ...
重创股金(http://www.haoservice.com/docs/37)
using System;
using System.Text;
using System.Net;
namespace 重创股金
{
class Program
{
static void Main(string[] args)
{
string key = "***********************";
string URL = "http://apis.haoservice.co ...
IP查询接口(http://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.11 ...
基站使用api说明
移动联通基站定位
参数说明:
名称 类型 是否必须 说明
mcc int(十进制) 是 mcc国家代码:中国代码;460
mnc int(十进制) 是 mnc网络类型0移动1联通(电信对应sid)
cell_id int(十进制) 是 基站Id(电信对应bid)
lac int(十进制) 是 lac(电信对应nid)
key string 是 APP KEY
type int 否 返回坐标类型默认值 0(google坐标),1( 百度坐标),2(gps坐标)
返回码说明:
返回码 说明
1 缺少key值
...
快递查询在狭义上主要指快递查询跟踪服务,在广义上则是指快递查询服务从技术到实现的整个过程。
1快递查询定义
惯用定义
快递查询主要指快递查询跟踪服务,所指的是关于快递公司邮单号的查询。快递用户持快递公司邮单号,进入到快递查询综合网站或者快递公司官方网站,对包裹快递过程进行跟踪。除了可以在相关快递公司官网上查询外,还可以在像“快递查询”这样的专业快递综合查询网站。
2快递查询的方式
快递官网查询
即通过相应的快递公司的官网对快件进行跟踪,相关信息可以直接通过快递回执上的条形码进行查询。如XX快递公司的查询码为26897550XXX0,则可在相应公司的网页上输入查询码并获取快递单的相关信 ...