jd-union-sdk 是京东联盟的nodejs开发库。
npm install jd-union-sdk --save
const JDSDK = require('jd-union-sdk');
const jdsdk = new JDSDK({
appKey: 'your appKey',
secretKey: 'your secretKey'
});
let res = await client.execute('jd.union.open.order.query', {
orderReq: {
pageNo: 1,
pageSize: 20,
type: 1,
time: '20200217160303'
}
});