From 5ffa53910b2b62f3206e30eefeace5fa6edd57ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=B1=E7=BA=AA=E5=9D=A4?= <7783955+zjk784559290@user.noreply.gitee.com> Date: Thu, 25 Aug 2022 11:47:31 +0000 Subject: [PATCH] =?UTF-8?q?update=20docs/api/plugins/payment.md.=20?= =?UTF-8?q?=E6=96=87=E6=A1=A3=E8=AF=B4=E6=98=AF=E9=9C=80=E8=A6=81=E5=B0=8F?= =?UTF-8?q?=E5=86=99=EF=BC=8C=E6=96=87=E6=A1=A3=E7=BB=99=E7=9A=84=E5=A4=A7?= =?UTF-8?q?=E5=86=99=E7=9A=84=EF=BC=8C=E5=AF=BC=E8=87=B4=E6=94=AF=E4=BB=98?= =?UTF-8?q?=E7=9A=84=E6=97=B6=E5=80=99=20=E4=B8=80=E7=9B=B4=E6=B2=A1?= =?UTF-8?q?=E6=9C=89=E5=9B=9E=E8=B0=83=E5=90=AF=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 朱纪坤 <7783955+zjk784559290@user.noreply.gitee.com> --- 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 5138befe3..a5e85297d 100644 --- a/docs/api/plugins/payment.md +++ b/docs/api/plugins/payment.md @@ -441,7 +441,7 @@ uni.requestPayment({ // 请求苹果支付 const transaction = await this._iap.requestPayment({ - productId: this.productId, + productid: this.productId, // username: username + orderId //根据业务需求透传参数,关联用户和订单关系 }); -- Gitee