1.0.9 • Published 6 years ago

cy-kd100 v1.0.9

Weekly downloads
-
License
ISC
Repository
-
Last release
6 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

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago