chore: Update the type declaration file.
This commit is contained in:
parent
937427dbb8
commit
fa3fb0787b
2
index.d.ts
vendored
2
index.d.ts
vendored
@ -134,11 +134,13 @@ export const Alipay: {
|
|||||||
/**
|
/**
|
||||||
* 设置支付宝跳转Scheme,仅 iOS
|
* 设置支付宝跳转Scheme,仅 iOS
|
||||||
* @param scheme scheme = `ap` + `APPID`
|
* @param scheme scheme = `ap` + `APPID`
|
||||||
|
* @platform ios
|
||||||
*/
|
*/
|
||||||
setAlipayScheme: (scheme: string) => void;
|
setAlipayScheme: (scheme: string) => void;
|
||||||
/**
|
/**
|
||||||
* 设置支付宝沙箱环境,仅 Android
|
* 设置支付宝沙箱环境,仅 Android
|
||||||
* @param isSandBox
|
* @param isSandBox
|
||||||
|
* @platform android
|
||||||
*/
|
*/
|
||||||
setAlipaySandbox: (isSandbox: boolean) => void;
|
setAlipaySandbox: (isSandbox: boolean) => void;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user