Skip to content

Commit fa3fb07

Browse files
committed
chore: Update the type declaration file.
1 parent 937427d commit fa3fb07

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

index.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,11 +134,13 @@ export const Alipay: {
134134
/**
135135
* 设置支付宝跳转Scheme,仅 iOS
136136
* @param scheme scheme = `ap` + `APPID`
137+
* @platform ios
137138
*/
138139
setAlipayScheme: (scheme: string) => void;
139140
/**
140141
* 设置支付宝沙箱环境,仅 Android
141142
* @param isSandBox
143+
* @platform android
142144
*/
143145
setAlipaySandbox: (isSandbox: boolean) => void;
144146
};

0 commit comments

Comments
 (0)