XCCPay支付
const payment = {
mode: 'fast_pay' ,
amount: 100.00 ,
channel: [ 'alipay' , 'wxpay' ],
security: true ,
callback: async (res) => {
// XCCPay支付 SDK
return res.success;
}