1.0.9 • Published 7 years ago

cy-kd100 v1.0.9

Weekly downloads
-
License
ISC
Repository
-
Last release
7 years ago

kd100 Node.js实现

使用方法

安装

npm install kd100

基本配置

const config = {
    key: '',
    secret: '',
    customer: ''
}

demo

import kd100 from '../src/index';
const kd = new kd100(config);
//查询跨地区信息
kd.query({
   com: '',
   num: ''
})
//订阅
kd.poll({
   company: "",
   number: "",
   parameters: {
       callbackurl: ""
   }
})
//单号归属公司智能判断接口
kd.auto({
   num:""
})

//获取快递公司编码
kd100.code
1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago