From 4199b4f31473ce9079953991fe9f28bc50d75534 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?yc=E2=80=94=E2=80=94wcn?= <946754060@qq.com> Date: Thu, 27 Oct 2022 17:21:47 +0800 Subject: [PATCH] Update payment.md --- docs/api/plugins/payment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/plugins/payment.md b/docs/api/plugins/payment.md index 387085c6a..265dd8582 100644 --- a/docs/api/plugins/payment.md +++ b/docs/api/plugins/payment.md @@ -440,7 +440,7 @@ uni.requestPayment({ // 请求苹果支付 const transaction = await this._iap.requestPayment({ - productId: this.productId, + productid: this.productId, manualFinishTransaction: true, // username: username + orderId //根据业务需求透传参数,关联用户和订单关系 }); -- GitLab