const unipayIns = unipay.initWeixinV3({
appId: 'your appId',
mchId: 'your mchId',
v3Key: 'you parterner key',
appCertPath: path.resolve(dirname, 'your appCertPath'),
// appCertContent: "",
appPrivateKeyPath: path.resolve(dirname, 'your appPrivateKeyPath'),
// appPrivateKeyContent: "",
})
这里是初始化,appId 我填写哪个应用的呢?小程序、app、公众号?
let res = await unipayIns.verifyPaymentNotify(event) 这里需要用到这个实例。
还是每个平台我单独搞个云对象,每个平台分开处理?
1 个回复
DCloud_uniCloud_VK
直接跑uni-pay示例项目,里面都有