// 调用微信支付统一下单API
const paymentResult = await cloud.cloudPay.unifiedOrder({
body: description,
outTradeNo: outTradeNo,
totalFee: amount,
spbillCreateIp: clientIP,
subMchId: '1732731308', // 在云开发控制台配置
functionName: 'payCallback', // 支付回调云函数名
envId: 'cloud1-4gbvs1hjfaed74ee',
tradeType: 'JSAPI'
})

云控制台里,去开通云开发支付,先。