From b1e271ba8f32968c682954e2bcf487a33b70e853 Mon Sep 17 00:00:00 2001 From: handongxun Date: Mon, 28 Feb 2022 19:48:35 +0800 Subject: [PATCH] =?UTF-8?q?uni.requestPayment=20=E5=A2=9E=E5=8A=A0=20PayPa?= =?UTF-8?q?l=E6=94=AF=E4=BB=98=20Stripe=E6=94=AF=E4=BB=98=20Google=20Pay?= =?UTF-8?q?=E6=94=AF=E4=BB=98=20=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/api/plugins/payment.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/api/plugins/payment.md b/docs/api/plugins/payment.md index 695ee06e8..0971e6696 100644 --- a/docs/api/plugins/payment.md +++ b/docs/api/plugins/payment.md @@ -101,7 +101,14 @@ uni.requestPayment是一个统一各平台的客户端支付API,不管是在 - orderInfo 的 productid 是自己填写的产品 ID - 调用 ``uni.requestPayment`` 前必须先使用 5+Plus 的方法调用 requestOrder 获取订单信息,否则会导致无法支付 - 更多可参考:[https://ask.dcloud.net.cn/article/497](https://ask.dcloud.net.cn/article/497) - + +4. PayPal支付 [参考] (https://uniapp.dcloud.io/app-payment-paypal) + +5. Stripe支付 [参考] (https://uniapp.dcloud.io/app-payment-stripe) + +6. Google Pay支付 [参考] (https://uniapp.dcloud.io/app-payment-google) + + #### manifest.json里配置相关参数 1. 在`manifest.json - App模块权限选择` 中勾选 payment(支付) -- GitLab