From fa3fb0787b8e5aafe32c6246ecea308bab354ff0 Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Fri, 17 Jul 2020 09:06:49 +0800 Subject: [PATCH] chore: Update the type declaration file. --- index.d.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.d.ts b/index.d.ts index 35ad038..d298873 100644 --- a/index.d.ts +++ b/index.d.ts @@ -134,11 +134,13 @@ export const Alipay: { /** * 设置支付宝跳转Scheme,仅 iOS * @param scheme scheme = `ap` + `APPID` + * @platform ios */ setAlipayScheme: (scheme: string) => void; /** * 设置支付宝沙箱环境,仅 Android * @param isSandBox + * @platform android */ setAlipaySandbox: (isSandbox: boolean) => void; };