We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 937427d commit fa3fb07Copy full SHA for fa3fb07
index.d.ts
@@ -134,11 +134,13 @@ export const Alipay: {
134
/**
135
* 设置支付宝跳转Scheme,仅 iOS
136
* @param scheme scheme = `ap` + `APPID`
137
+ * @platform ios
138
*/
139
setAlipayScheme: (scheme: string) => void;
140
141
* 设置支付宝沙箱环境,仅 Android
142
* @param isSandBox
143
+ * @platform android
144
145
setAlipaySandbox: (isSandbox: boolean) => void;
146
};
0 commit comments