参数名称 | 类型 | 必填 | 说明 |
---|---|---|---|
address | string | 是 | 快递地址,不得多于100个字 |
参数名称 | 类型 | 说明 |
---|---|---|
name | string | 姓名 |
mobile | string | 手机号码 |
zip_code | string | 邮编 |
phone | string | 座机号码 |
province | string | 省份 |
city | string | 城市 |
area | string | 地区 |
addr | string | 具体地址 |
result | string | 多个城市的情况 |
<?php $appkey = 'your_appkey_here';//你的appkey $url = "https://api.jisuapi.com/expressaddress/query?appkey=$appkey"; $address= '杭州市余杭区通运路378号 马乐15000000000邮编038300'; $post = array('type'=>$type, 'number'=>$number ); $result = curlOpen($url, array('post'=>$post, 'ssl'=>true)); $jsonarr = json_decode($result, true); if($jsonarr['status'] != 0) { echo $jsonarr['msg']; exit(); }
{ "status": 0, "msg": "ok", "result": { "name": "马乐", "mobile": "15000000000", "zip_code": "038300", "phone": "", "province": "浙江", "city": "杭州", "area": "余杭区", "addr": "通运路378号", "result": null } }
代号 | 说明 |
---|---|
201 | 请输入少于100个字 |
202 | 地址不能为空 |
210 | 没有信息 |
代号 | 说明 |
---|---|
101 | APPKEY为空或不存在 |
102 | APPKEY已过期 |
103 | APPKEY无请求此数据权限 |
104 | 请求超过次数限制 |
105 | IP被禁止 |
106 | IP请求超过限制 |
107 | 接口维护中 |
108 | 接口已停用 |
计次套餐 | 套餐规格 | 价格 | ||
---|---|---|---|---|
免费套餐 | 10次 | 0.00 元 | ≈0元/次 | |
Level1 | 20000次 | 49.00 元 | ≈0.00245元/次 | |
Level2 | 40000次 | 97.00 元 | ≈0.002425元/次 | |
Level3 | 100000次 | 240.00 元 | ≈0.0024元/次 | |
Level4 | 200000次 | 475.00 元 | ≈0.002375元/次 |