// 请求苹果支付
const transaction = await this._iap.requestPayment({
productId: this.productId,
manualFinishTransaction: true,
username: 'test00011100022233404059'
// username: username + orderId //根据业务需求透传参数,关联用户和订单关系
});
黑猫
- 发布:2023-01-10 10:48
- 更新:2023-01-10 11:00
- 阅读:616
黑猫 (作者)
正确的,我用的官方文档里的示例代码,然后用的自己内购的产品ID
2023-01-10 12:48
DCloud_uni-ad_HDX
回复 黑猫: productId 改为 productid
2023-01-11 10:20