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
|
||||
* @param scheme scheme = `ap` + `APPID`
|
||||
* @platform ios
|
||||
*/
|
||||
setAlipayScheme: (scheme: string) => void;
|
||||
/**
|
||||
* 设置支付宝沙箱环境,仅 Android
|
||||
* @param isSandBox
|
||||
* @platform android
|
||||
*/
|
||||
setAlipaySandbox: (isSandbox: boolean) => void;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user