From e83aa446c74aef7bafc7ad095dc62feaf0685fe6 Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Thu, 23 Jul 2020 23:53:36 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=E6=B3=A8=E9=87=8A.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.js b/index.js index 37bce7e..917d66c 100644 --- a/index.js +++ b/index.js @@ -30,6 +30,7 @@ export default class Alipay { /** * 设置支付宝跳转Scheme,仅 iOS * @param scheme + * @platform ios */ static setAlipayScheme(scheme) { if (Platform.OS === 'ios') { @@ -40,6 +41,7 @@ export default class Alipay { /** * 设置支付宝沙箱环境,仅 Android * @param isSandBox + * @platform android */ static setAlipaySandbox(isSandBox) { if (Platform.OS === 'android') {