MX | Bingxing Xu

Results 1 comments of MX | Bingxing Xu

如果不使用babel,node并不支持import语法,可以用 ```js const { default: WechatPayment } = require('wechat-payment-node') let pay = new WechatPayment(payOptions) ```