京东支付 NodeJS
Install
npm install yp-jd-payment
Usage
const fs = ;const path = ; const desKey = 'xxxx';const config = privateKey: fs publicKey: fs desKey: Buffer merchant: 'xxx'; const params = // ; try const response = await jpay; // const response = await jpay.uniorder(params); // const response = await jpay.query(params); // const response = await jpay.refund(params); console; catch e console;