hylid-bridge 3.3.0-alpha.19 → 4.0.0-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +52 -7
- package/canIUse.json +1 -1
- package/lib/bridges.d.ts +286 -29
- package/lib/bridges.js +463 -15
- package/lib/clients/mp/alipay/index.d.ts +14 -1
- package/lib/clients/mp/alipay/tradePay.d.ts +1 -1
- package/lib/clients/mp/alipay/tradePay.js +1 -1
- package/lib/clients/mp/alipayhk/index.d.ts +14 -1
- package/lib/clients/mp/chope/index.d.ts +14 -1
- package/lib/clients/mp/dana/index.d.ts +14 -1
- package/lib/clients/mp/demo/index.d.ts +14 -1
- package/lib/clients/mp/gcash/index.d.ts +14 -1
- package/lib/clients/mp/tngd/index.d.ts +14 -1
- package/lib/clients/mp/truemoney/index.d.ts +14 -1
- package/lib/clients/mp/wechat/showToast.d.ts +1 -1
- package/lib/clients/mp/wechat/showToast.js +1 -1
- package/lib/clients/mp_web/alipay/getAppId.d.ts +1 -1
- package/lib/clients/mp_web/alipay/getAppId.js +1 -1
- package/lib/clients/mp_web/alipay/getCurrentLanguage.d.ts +1 -1
- package/lib/clients/mp_web/alipay/getCurrentLanguage.js +1 -1
- package/lib/clients/mp_web/alipay/getCurrentPages.d.ts +1 -1
- package/lib/clients/mp_web/alipay/getCurrentPages.js +1 -1
- package/lib/clients/mp_web/alipay/getSDKVersion.d.ts +1 -1
- package/lib/clients/mp_web/alipay/getSDKVersion.js +1 -1
- package/lib/clients/mp_web/alipay/index.d.ts +14 -1
- package/lib/clients/mp_web/alipay/tradePay.d.ts +1 -1
- package/lib/clients/mp_web/alipay/tradePay.js +1 -1
- package/lib/clients/mp_web/alipayhk/createWithoutAuthRpc.d.ts +1 -1
- package/lib/clients/mp_web/alipayhk/createWithoutAuthRpc.js +1 -1
- package/lib/clients/mp_web/alipayhk/defineRuntimeConfig.d.ts +1 -1
- package/lib/clients/mp_web/alipayhk/defineRuntimeConfig.js +1 -1
- package/lib/clients/mp_web/alipayhk/getAppId.d.ts +1 -1
- package/lib/clients/mp_web/alipayhk/getAppId.js +1 -1
- package/lib/clients/mp_web/alipayhk/getAppToken.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/getAppToken.js +3 -0
- package/lib/clients/mp_web/alipayhk/getCurrentLanguage.d.ts +1 -1
- package/lib/clients/mp_web/alipayhk/getCurrentLanguage.js +1 -1
- package/lib/clients/mp_web/alipayhk/getCurrentPages.d.ts +1 -1
- package/lib/clients/mp_web/alipayhk/getCurrentPages.js +1 -1
- package/lib/clients/mp_web/alipayhk/getSDKVersion.d.ts +1 -1
- package/lib/clients/mp_web/alipayhk/getSDKVersion.js +1 -1
- package/lib/clients/mp_web/alipayhk/index.d.ts +47 -8
- package/lib/clients/mp_web/alipayhk/index.js +18 -2
- package/lib/clients/mp_web/alipayhk/openApPayCodePage.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/openApPayCodePage.js +3 -0
- package/lib/clients/mp_web/alipayhk/openInApp.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/openInApp.js +3 -0
- package/lib/clients/mp_web/alipayhk/openInBrowser.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/openInBrowser.js +3 -0
- package/lib/clients/mp_web/alipayhk/openOtherApp.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/openOtherApp.js +3 -0
- package/lib/clients/mp_web/alipayhk/openPayCodePage.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/openPayCodePage.js +3 -0
- package/lib/clients/mp_web/alipayhk/openScanPage.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/openScanPage.js +3 -0
- package/lib/clients/mp_web/alipayhk/openURL.d.ts +1 -1
- package/lib/clients/mp_web/alipayhk/openURL.js +1 -1
- package/lib/clients/mp_web/alipayhk/openWebURL.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/openWebURL.js +3 -0
- package/lib/clients/mp_web/chope/getAppId.d.ts +1 -1
- package/lib/clients/mp_web/chope/getAppId.js +1 -1
- package/lib/clients/mp_web/chope/getCurrentLanguage.d.ts +1 -1
- package/lib/clients/mp_web/chope/getCurrentLanguage.js +1 -1
- package/lib/clients/mp_web/chope/getCurrentPages.d.ts +1 -1
- package/lib/clients/mp_web/chope/getCurrentPages.js +1 -1
- package/lib/clients/mp_web/chope/getSDKVersion.d.ts +1 -1
- package/lib/clients/mp_web/chope/getSDKVersion.js +1 -1
- package/lib/clients/mp_web/chope/index.d.ts +14 -1
- package/lib/clients/mp_web/dana/createWithoutAuthRpc.d.ts +1 -1
- package/lib/clients/mp_web/dana/createWithoutAuthRpc.js +1 -1
- package/lib/clients/mp_web/dana/defineRuntimeConfig.d.ts +1 -1
- package/lib/clients/mp_web/dana/defineRuntimeConfig.js +1 -1
- package/lib/clients/mp_web/dana/getAppId.d.ts +1 -1
- package/lib/clients/mp_web/dana/getAppId.js +1 -1
- package/lib/clients/mp_web/dana/getAppToken.d.ts +2 -0
- package/lib/clients/mp_web/dana/getAppToken.js +3 -0
- package/lib/clients/mp_web/dana/getCurrentLanguage.d.ts +1 -1
- package/lib/clients/mp_web/dana/getCurrentLanguage.js +1 -1
- package/lib/clients/mp_web/dana/getCurrentPages.d.ts +1 -1
- package/lib/clients/mp_web/dana/getCurrentPages.js +1 -1
- package/lib/clients/mp_web/dana/getSDKVersion.d.ts +1 -1
- package/lib/clients/mp_web/dana/getSDKVersion.js +1 -1
- package/lib/clients/mp_web/dana/index.d.ts +47 -8
- package/lib/clients/mp_web/dana/index.js +18 -2
- package/lib/clients/mp_web/dana/openApPayCodePage.d.ts +2 -0
- package/lib/clients/mp_web/dana/openApPayCodePage.js +3 -0
- package/lib/clients/mp_web/dana/openInApp.d.ts +2 -0
- package/lib/clients/mp_web/dana/openInApp.js +3 -0
- package/lib/clients/mp_web/dana/openInBrowser.d.ts +2 -0
- package/lib/clients/mp_web/dana/openInBrowser.js +3 -0
- package/lib/clients/mp_web/dana/openOtherApp.d.ts +2 -0
- package/lib/clients/mp_web/dana/openOtherApp.js +3 -0
- package/lib/clients/mp_web/dana/openPayCodePage.d.ts +2 -0
- package/lib/clients/mp_web/dana/openPayCodePage.js +3 -0
- package/lib/clients/mp_web/dana/openScanPage.d.ts +2 -0
- package/lib/clients/mp_web/dana/openScanPage.js +3 -0
- package/lib/clients/mp_web/dana/openURL.d.ts +1 -1
- package/lib/clients/mp_web/dana/openURL.js +1 -1
- package/lib/clients/mp_web/dana/openWebURL.d.ts +2 -0
- package/lib/clients/mp_web/dana/openWebURL.js +3 -0
- package/lib/clients/mp_web/demo/getAppId.d.ts +1 -1
- package/lib/clients/mp_web/demo/getAppId.js +1 -1
- package/lib/clients/mp_web/demo/getCurrentLanguage.d.ts +1 -1
- package/lib/clients/mp_web/demo/getCurrentLanguage.js +1 -1
- package/lib/clients/mp_web/demo/getCurrentPages.d.ts +1 -1
- package/lib/clients/mp_web/demo/getCurrentPages.js +1 -1
- package/lib/clients/mp_web/demo/getSDKVersion.d.ts +1 -1
- package/lib/clients/mp_web/demo/getSDKVersion.js +1 -1
- package/lib/clients/mp_web/demo/index.d.ts +14 -1
- package/lib/clients/mp_web/gcash/createWithoutAuthRpc.d.ts +1 -1
- package/lib/clients/mp_web/gcash/createWithoutAuthRpc.js +1 -1
- package/lib/clients/mp_web/gcash/defineRuntimeConfig.d.ts +1 -1
- package/lib/clients/mp_web/gcash/defineRuntimeConfig.js +1 -1
- package/lib/clients/mp_web/gcash/getAppId.d.ts +1 -1
- package/lib/clients/mp_web/gcash/getAppId.js +1 -1
- package/lib/clients/mp_web/gcash/getAppToken.d.ts +2 -0
- package/lib/clients/mp_web/gcash/getAppToken.js +3 -0
- package/lib/clients/mp_web/gcash/getCurrentLanguage.d.ts +1 -1
- package/lib/clients/mp_web/gcash/getCurrentLanguage.js +1 -1
- package/lib/clients/mp_web/gcash/getCurrentPages.d.ts +1 -1
- package/lib/clients/mp_web/gcash/getCurrentPages.js +1 -1
- package/lib/clients/mp_web/gcash/getSDKVersion.d.ts +1 -1
- package/lib/clients/mp_web/gcash/getSDKVersion.js +1 -1
- package/lib/clients/mp_web/gcash/index.d.ts +47 -8
- package/lib/clients/mp_web/gcash/index.js +18 -2
- package/lib/clients/mp_web/gcash/openApPayCodePage.d.ts +2 -0
- package/lib/clients/mp_web/gcash/openApPayCodePage.js +3 -0
- package/lib/clients/mp_web/gcash/openInApp.d.ts +2 -0
- package/lib/clients/mp_web/gcash/openInApp.js +3 -0
- package/lib/clients/mp_web/gcash/openInBrowser.d.ts +2 -0
- package/lib/clients/mp_web/gcash/openInBrowser.js +3 -0
- package/lib/clients/mp_web/gcash/openOtherApp.d.ts +2 -0
- package/lib/clients/mp_web/gcash/openOtherApp.js +3 -0
- package/lib/clients/mp_web/gcash/openPayCodePage.d.ts +2 -0
- package/lib/clients/mp_web/gcash/openPayCodePage.js +3 -0
- package/lib/clients/mp_web/gcash/openScanPage.d.ts +2 -0
- package/lib/clients/mp_web/gcash/openScanPage.js +3 -0
- package/lib/clients/mp_web/gcash/openURL.d.ts +1 -1
- package/lib/clients/mp_web/gcash/openURL.js +1 -1
- package/lib/clients/mp_web/gcash/openWebURL.d.ts +2 -0
- package/lib/clients/mp_web/gcash/openWebURL.js +3 -0
- package/lib/clients/mp_web/mpay/getAppId.d.ts +1 -1
- package/lib/clients/mp_web/mpay/getAppId.js +1 -1
- package/lib/clients/mp_web/mpay/getAppToken.d.ts +2 -0
- package/lib/clients/mp_web/mpay/getAppToken.js +3 -0
- package/lib/clients/mp_web/mpay/getAuthCode.d.ts +2 -0
- package/lib/clients/mp_web/mpay/getAuthCode.js +3 -0
- package/lib/clients/mp_web/mpay/getCurrentPages.d.ts +1 -1
- package/lib/clients/mp_web/mpay/getCurrentPages.js +1 -1
- package/lib/clients/mp_web/mpay/getSDKVersion.d.ts +1 -1
- package/lib/clients/mp_web/mpay/getSDKVersion.js +1 -1
- package/lib/clients/mp_web/mpay/getStorage.d.ts +2 -0
- package/lib/clients/mp_web/mpay/getStorage.js +3 -0
- package/lib/clients/mp_web/mpay/index.d.ts +57 -7
- package/lib/clients/mp_web/mpay/index.js +26 -1
- package/lib/clients/mp_web/mpay/openApPayCodePage.d.ts +2 -0
- package/lib/clients/mp_web/mpay/openApPayCodePage.js +3 -0
- package/lib/clients/mp_web/mpay/openInApp.d.ts +2 -0
- package/lib/clients/mp_web/mpay/openInApp.js +3 -0
- package/lib/clients/mp_web/mpay/openInBrowser.d.ts +2 -0
- package/lib/clients/mp_web/mpay/openInBrowser.js +3 -0
- package/lib/clients/mp_web/mpay/openOtherApp.d.ts +2 -0
- package/lib/clients/mp_web/mpay/openOtherApp.js +3 -0
- package/lib/clients/mp_web/mpay/openPayCodePage.d.ts +2 -0
- package/lib/clients/mp_web/mpay/openPayCodePage.js +3 -0
- package/lib/clients/mp_web/mpay/openScanPage.d.ts +2 -0
- package/lib/clients/mp_web/mpay/openScanPage.js +3 -0
- package/lib/clients/mp_web/mpay/openURL.d.ts +1 -1
- package/lib/clients/mp_web/mpay/openURL.js +1 -1
- package/lib/clients/mp_web/mpay/openWebURL.d.ts +2 -0
- package/lib/clients/mp_web/mpay/openWebURL.js +3 -0
- package/lib/clients/mp_web/mpay/request.d.ts +2 -0
- package/lib/clients/mp_web/mpay/request.js +3 -0
- package/lib/clients/mp_web/mpay/rpcWithAuth.d.ts +1 -1
- package/lib/clients/mp_web/mpay/rpcWithAuth.js +1 -1
- package/lib/clients/mp_web/mpay/setStorage.d.ts +2 -0
- package/lib/clients/mp_web/mpay/setStorage.js +3 -0
- package/lib/clients/mp_web/tngd/createWithoutAuthRpc.d.ts +1 -1
- package/lib/clients/mp_web/tngd/createWithoutAuthRpc.js +1 -1
- package/lib/clients/mp_web/tngd/defineRuntimeConfig.d.ts +1 -1
- package/lib/clients/mp_web/tngd/defineRuntimeConfig.js +1 -1
- package/lib/clients/mp_web/tngd/getAppId.d.ts +1 -1
- package/lib/clients/mp_web/tngd/getAppId.js +1 -1
- package/lib/clients/mp_web/tngd/getAppToken.d.ts +2 -0
- package/lib/clients/mp_web/tngd/getAppToken.js +3 -0
- package/lib/clients/mp_web/tngd/getCurrentLanguage.d.ts +1 -1
- package/lib/clients/mp_web/tngd/getCurrentLanguage.js +1 -1
- package/lib/clients/mp_web/tngd/getCurrentPages.d.ts +1 -1
- package/lib/clients/mp_web/tngd/getCurrentPages.js +1 -1
- package/lib/clients/mp_web/tngd/getSDKVersion.d.ts +1 -1
- package/lib/clients/mp_web/tngd/getSDKVersion.js +1 -1
- package/lib/clients/mp_web/tngd/index.d.ts +47 -8
- package/lib/clients/mp_web/tngd/index.js +18 -2
- package/lib/clients/mp_web/tngd/openApPayCodePage.d.ts +2 -0
- package/lib/clients/mp_web/tngd/openApPayCodePage.js +3 -0
- package/lib/clients/mp_web/tngd/openInApp.d.ts +2 -0
- package/lib/clients/mp_web/tngd/openInApp.js +3 -0
- package/lib/clients/mp_web/tngd/openInBrowser.d.ts +2 -0
- package/lib/clients/mp_web/tngd/openInBrowser.js +3 -0
- package/lib/clients/mp_web/tngd/openOtherApp.d.ts +2 -0
- package/lib/clients/mp_web/tngd/openOtherApp.js +3 -0
- package/lib/clients/mp_web/tngd/openPayCodePage.d.ts +2 -0
- package/lib/clients/mp_web/tngd/openPayCodePage.js +3 -0
- package/lib/clients/mp_web/tngd/openScanPage.d.ts +2 -0
- package/lib/clients/mp_web/tngd/openScanPage.js +3 -0
- package/lib/clients/mp_web/tngd/openURL.d.ts +1 -1
- package/lib/clients/mp_web/tngd/openURL.js +1 -1
- package/lib/clients/mp_web/tngd/openWebURL.d.ts +2 -0
- package/lib/clients/mp_web/tngd/openWebURL.js +3 -0
- package/lib/clients/mp_web/toss/getAppId.d.ts +1 -1
- package/lib/clients/mp_web/toss/getAppId.js +1 -1
- package/lib/clients/mp_web/toss/getAuthCode.d.ts +2 -0
- package/lib/clients/mp_web/toss/getAuthCode.js +3 -0
- package/lib/clients/mp_web/toss/getCurrentPages.d.ts +1 -1
- package/lib/clients/mp_web/toss/getCurrentPages.js +1 -1
- package/lib/clients/mp_web/toss/getSDKVersion.d.ts +1 -1
- package/lib/clients/mp_web/toss/getSDKVersion.js +1 -1
- package/lib/clients/mp_web/toss/getStorage.d.ts +2 -0
- package/lib/clients/mp_web/toss/getStorage.js +3 -0
- package/lib/clients/mp_web/toss/index.d.ts +55 -7
- package/lib/clients/mp_web/toss/index.js +24 -1
- package/lib/clients/mp_web/toss/openApPayCodePage.d.ts +2 -0
- package/lib/clients/mp_web/toss/openApPayCodePage.js +3 -0
- package/lib/clients/mp_web/toss/openInApp.d.ts +2 -0
- package/lib/clients/mp_web/toss/openInApp.js +3 -0
- package/lib/clients/mp_web/toss/openInBrowser.d.ts +2 -0
- package/lib/clients/mp_web/toss/openInBrowser.js +3 -0
- package/lib/clients/mp_web/toss/openOtherApp.d.ts +2 -0
- package/lib/clients/mp_web/toss/openOtherApp.js +3 -0
- package/lib/clients/mp_web/toss/openPayCodePage.d.ts +2 -0
- package/lib/clients/mp_web/toss/openPayCodePage.js +3 -0
- package/lib/clients/mp_web/toss/openScanPage.d.ts +2 -0
- package/lib/clients/mp_web/toss/openScanPage.js +3 -0
- package/lib/clients/mp_web/toss/openURL.d.ts +1 -1
- package/lib/clients/mp_web/toss/openURL.js +1 -1
- package/lib/clients/mp_web/toss/openWebURL.d.ts +2 -0
- package/lib/clients/mp_web/toss/openWebURL.js +3 -0
- package/lib/clients/mp_web/toss/request.d.ts +2 -0
- package/lib/clients/mp_web/toss/request.js +3 -0
- package/lib/clients/mp_web/toss/rpcWithAuth.d.ts +1 -1
- package/lib/clients/mp_web/toss/rpcWithAuth.js +1 -1
- package/lib/clients/mp_web/toss/setStorage.d.ts +2 -0
- package/lib/clients/mp_web/toss/setStorage.js +3 -0
- package/lib/clients/mp_web/truemoney/createWithoutAuthRpc.d.ts +1 -1
- package/lib/clients/mp_web/truemoney/createWithoutAuthRpc.js +1 -1
- package/lib/clients/mp_web/truemoney/defineRuntimeConfig.d.ts +1 -1
- package/lib/clients/mp_web/truemoney/defineRuntimeConfig.js +1 -1
- package/lib/clients/mp_web/truemoney/getAppId.d.ts +1 -1
- package/lib/clients/mp_web/truemoney/getAppId.js +1 -1
- package/lib/clients/mp_web/truemoney/getAppToken.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/getAppToken.js +3 -0
- package/lib/clients/mp_web/truemoney/getCurrentLanguage.d.ts +1 -1
- package/lib/clients/mp_web/truemoney/getCurrentLanguage.js +1 -1
- package/lib/clients/mp_web/truemoney/getCurrentPages.d.ts +1 -1
- package/lib/clients/mp_web/truemoney/getCurrentPages.js +1 -1
- package/lib/clients/mp_web/truemoney/getSDKVersion.d.ts +1 -1
- package/lib/clients/mp_web/truemoney/getSDKVersion.js +1 -1
- package/lib/clients/mp_web/truemoney/index.d.ts +47 -8
- package/lib/clients/mp_web/truemoney/index.js +18 -2
- package/lib/clients/mp_web/truemoney/openApPayCodePage.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/openApPayCodePage.js +3 -0
- package/lib/clients/mp_web/truemoney/openInApp.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/openInApp.js +3 -0
- package/lib/clients/mp_web/truemoney/openInBrowser.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/openInBrowser.js +3 -0
- package/lib/clients/mp_web/truemoney/openOtherApp.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/openOtherApp.js +3 -0
- package/lib/clients/mp_web/truemoney/openPayCodePage.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/openPayCodePage.js +3 -0
- package/lib/clients/mp_web/truemoney/openScanPage.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/openScanPage.js +3 -0
- package/lib/clients/mp_web/truemoney/openURL.d.ts +1 -1
- package/lib/clients/mp_web/truemoney/openURL.js +1 -1
- package/lib/clients/mp_web/truemoney/openWebURL.d.ts +2 -0
- package/lib/clients/mp_web/truemoney/openWebURL.js +3 -0
- package/lib/clients/web/alipay/addNotifyListener.d.ts +2 -0
- package/lib/clients/web/alipay/addNotifyListener.js +3 -0
- package/lib/clients/web/alipay/alert.d.ts +1 -1
- package/lib/clients/web/alipay/alert.js +1 -1
- package/lib/clients/web/alipay/chooseDistrict.d.ts +2 -0
- package/lib/clients/web/alipay/chooseDistrict.js +3 -0
- package/lib/clients/web/alipay/choosePhoneContact.d.ts +1 -1
- package/lib/clients/web/alipay/choosePhoneContact.js +1 -1
- package/lib/clients/web/alipay/clearStorage.d.ts +1 -1
- package/lib/clients/web/alipay/clearStorage.js +1 -1
- package/lib/clients/web/alipay/confirm.d.ts +1 -1
- package/lib/clients/web/alipay/confirm.js +1 -1
- package/lib/clients/web/alipay/createWithoutAuthRpc.d.ts +1 -1
- package/lib/clients/web/alipay/createWithoutAuthRpc.js +1 -1
- package/lib/clients/web/alipay/datePicker.d.ts +1 -1
- package/lib/clients/web/alipay/datePicker.js +1 -1
- package/lib/clients/web/alipay/defineRuntimeConfig.d.ts +1 -1
- package/lib/clients/web/alipay/defineRuntimeConfig.js +1 -1
- package/lib/clients/web/alipay/downloadFile.d.ts +1 -1
- package/lib/clients/web/alipay/downloadFile.js +1 -1
- package/lib/clients/web/alipay/easyShare.d.ts +2 -0
- package/lib/clients/web/alipay/easyShare.js +3 -0
- package/lib/clients/web/alipay/getAppToken.d.ts +2 -0
- package/lib/clients/web/alipay/getAppToken.js +3 -0
- package/lib/clients/web/alipay/getAuthCode.d.ts +1 -1
- package/lib/clients/web/alipay/getAuthCode.js +1 -1
- package/lib/clients/web/alipay/getCurrentLanguage.d.ts +1 -1
- package/lib/clients/web/alipay/getCurrentLanguage.js +1 -1
- package/lib/clients/web/alipay/getLocation.d.ts +1 -1
- package/lib/clients/web/alipay/getLocation.js +1 -1
- package/lib/clients/web/alipay/getMainSelectedCity.d.ts +2 -0
- package/lib/clients/web/alipay/getMainSelectedCity.js +3 -0
- package/lib/clients/web/alipay/getNetworkType.d.ts +1 -1
- package/lib/clients/web/alipay/getNetworkType.js +1 -1
- package/lib/clients/web/alipay/getPhoneNumber.d.ts +1 -1
- package/lib/clients/web/alipay/getPhoneNumber.js +1 -1
- package/lib/clients/web/alipay/getSiteInfo.d.ts +1 -1
- package/lib/clients/web/alipay/getSiteInfo.js +1 -1
- package/lib/clients/web/alipay/getStorage.d.ts +1 -1
- package/lib/clients/web/alipay/getStorage.js +1 -1
- package/lib/clients/web/alipay/hideNavigationBarLoading.d.ts +1 -1
- package/lib/clients/web/alipay/hideNavigationBarLoading.js +1 -1
- package/lib/clients/web/alipay/homeAddAppToMyApps.d.ts +2 -0
- package/lib/clients/web/alipay/homeAddAppToMyApps.js +3 -0
- package/lib/clients/web/alipay/homeCanAddAppToMyApps.d.ts +2 -0
- package/lib/clients/web/alipay/homeCanAddAppToMyApps.js +3 -0
- package/lib/clients/web/alipay/index.d.ts +113 -8
- package/lib/clients/web/alipay/index.js +35 -3
- package/lib/clients/web/alipay/multiLevelSelect.d.ts +1 -1
- package/lib/clients/web/alipay/multiLevelSelect.js +1 -1
- package/lib/clients/web/alipay/navigateBack.d.ts +1 -1
- package/lib/clients/web/alipay/navigateBack.js +1 -1
- package/lib/clients/web/alipay/navigateTo.d.ts +1 -1
- package/lib/clients/web/alipay/navigateTo.js +1 -1
- package/lib/clients/web/alipay/openApPayCodePage.d.ts +2 -0
- package/lib/clients/web/alipay/openApPayCodePage.js +3 -0
- package/lib/clients/web/alipay/openInApp.d.ts +2 -0
- package/lib/clients/web/alipay/openInApp.js +3 -0
- package/lib/clients/web/alipay/openInBrowser.d.ts +2 -0
- package/lib/clients/web/alipay/openInBrowser.js +3 -0
- package/lib/clients/web/alipay/openOtherApp.d.ts +2 -0
- package/lib/clients/web/alipay/openOtherApp.js +3 -0
- package/lib/clients/web/alipay/openPayCodePage.d.ts +2 -0
- package/lib/clients/web/alipay/openPayCodePage.js +3 -0
- package/lib/clients/web/alipay/openScanPage.d.ts +2 -0
- package/lib/clients/web/alipay/openScanPage.js +3 -0
- package/lib/clients/web/alipay/openURL.d.ts +1 -1
- package/lib/clients/web/alipay/openURL.js +1 -1
- package/lib/clients/web/alipay/openWebURL.d.ts +2 -0
- package/lib/clients/web/alipay/openWebURL.js +3 -0
- package/lib/clients/web/alipay/postNotification.d.ts +2 -0
- package/lib/clients/web/alipay/postNotification.js +3 -0
- package/lib/clients/web/alipay/previewImage.d.ts +1 -1
- package/lib/clients/web/alipay/previewImage.js +1 -1
- package/lib/clients/web/alipay/redirectTo.d.ts +1 -1
- package/lib/clients/web/alipay/redirectTo.js +1 -1
- package/lib/clients/web/alipay/removeNotifyListener.d.ts +2 -0
- package/lib/clients/web/alipay/removeNotifyListener.js +3 -0
- package/lib/clients/web/alipay/removeStorage.d.ts +1 -1
- package/lib/clients/web/alipay/removeStorage.js +1 -1
- package/lib/clients/web/alipay/request.d.ts +1 -1
- package/lib/clients/web/alipay/request.js +1 -1
- package/lib/clients/web/alipay/rpcWithAuthAPlus.d.ts +1 -1
- package/lib/clients/web/alipay/rpcWithAuthAPlus.js +1 -1
- package/lib/clients/web/alipay/setNavigationBar.d.ts +1 -1
- package/lib/clients/web/alipay/setNavigationBar.js +1 -1
- package/lib/clients/web/alipay/setStorage.d.ts +1 -1
- package/lib/clients/web/alipay/setStorage.js +1 -1
- package/lib/clients/web/alipay/showActionSheet.d.ts +1 -1
- package/lib/clients/web/alipay/showActionSheet.js +1 -1
- package/lib/clients/web/alipay/showAuthGuide.d.ts +1 -1
- package/lib/clients/web/alipay/showAuthGuide.js +1 -1
- package/lib/clients/web/alipay/showNavigationBarLoading.d.ts +1 -1
- package/lib/clients/web/alipay/showNavigationBarLoading.js +1 -1
- package/lib/clients/web/alipay/showToast.d.ts +1 -1
- package/lib/clients/web/alipay/showToast.js +1 -1
- package/lib/clients/web/alipay/tradePay.d.ts +1 -1
- package/lib/clients/web/alipay/tradePay.js +1 -1
- package/lib/clients/web/alipay/uploadFile.d.ts +1 -1
- package/lib/clients/web/alipay/uploadFile.js +1 -1
- package/lib/clients/web/demo/alert.d.ts +1 -1
- package/lib/clients/web/demo/alert.js +1 -1
- package/lib/clients/web/demo/choosePhoneContact.d.ts +1 -1
- package/lib/clients/web/demo/choosePhoneContact.js +1 -1
- package/lib/clients/web/demo/clearStorage.d.ts +1 -1
- package/lib/clients/web/demo/clearStorage.js +1 -1
- package/lib/clients/web/demo/confirm.d.ts +1 -1
- package/lib/clients/web/demo/confirm.js +1 -1
- package/lib/clients/web/demo/datePicker.d.ts +1 -1
- package/lib/clients/web/demo/datePicker.js +1 -1
- package/lib/clients/web/demo/downloadFile.d.ts +1 -1
- package/lib/clients/web/demo/downloadFile.js +1 -1
- package/lib/clients/web/demo/getAuthCode.d.ts +1 -1
- package/lib/clients/web/demo/getAuthCode.js +1 -1
- package/lib/clients/web/demo/getCurrentLanguage.d.ts +1 -1
- package/lib/clients/web/demo/getCurrentLanguage.js +1 -1
- package/lib/clients/web/demo/getLocation.d.ts +1 -1
- package/lib/clients/web/demo/getLocation.js +1 -1
- package/lib/clients/web/demo/getNetworkType.d.ts +1 -1
- package/lib/clients/web/demo/getNetworkType.js +1 -1
- package/lib/clients/web/demo/getPhoneNumber.d.ts +1 -1
- package/lib/clients/web/demo/getPhoneNumber.js +1 -1
- package/lib/clients/web/demo/getSiteInfo.d.ts +1 -1
- package/lib/clients/web/demo/getSiteInfo.js +1 -1
- package/lib/clients/web/demo/getStorage.d.ts +1 -1
- package/lib/clients/web/demo/getStorage.js +1 -1
- package/lib/clients/web/demo/hideNavigationBarLoading.d.ts +1 -1
- package/lib/clients/web/demo/hideNavigationBarLoading.js +1 -1
- package/lib/clients/web/demo/index.d.ts +14 -1
- package/lib/clients/web/demo/multiLevelSelect.d.ts +1 -1
- package/lib/clients/web/demo/multiLevelSelect.js +1 -1
- package/lib/clients/web/demo/navigateBack.d.ts +1 -1
- package/lib/clients/web/demo/navigateBack.js +1 -1
- package/lib/clients/web/demo/navigateTo.d.ts +1 -1
- package/lib/clients/web/demo/navigateTo.js +1 -1
- package/lib/clients/web/demo/previewImage.d.ts +1 -1
- package/lib/clients/web/demo/previewImage.js +1 -1
- package/lib/clients/web/demo/redirectTo.d.ts +1 -1
- package/lib/clients/web/demo/redirectTo.js +1 -1
- package/lib/clients/web/demo/removeStorage.d.ts +1 -1
- package/lib/clients/web/demo/removeStorage.js +1 -1
- package/lib/clients/web/demo/request.d.ts +1 -1
- package/lib/clients/web/demo/request.js +1 -1
- package/lib/clients/web/demo/setNavigationBar.d.ts +1 -1
- package/lib/clients/web/demo/setNavigationBar.js +1 -1
- package/lib/clients/web/demo/setStorage.d.ts +1 -1
- package/lib/clients/web/demo/setStorage.js +1 -1
- package/lib/clients/web/demo/showActionSheet.d.ts +1 -1
- package/lib/clients/web/demo/showActionSheet.js +1 -1
- package/lib/clients/web/demo/showAuthGuide.d.ts +1 -1
- package/lib/clients/web/demo/showAuthGuide.js +1 -1
- package/lib/clients/web/demo/showNavigationBarLoading.d.ts +1 -1
- package/lib/clients/web/demo/showNavigationBarLoading.js +1 -1
- package/lib/clients/web/demo/showToast.d.ts +1 -1
- package/lib/clients/web/demo/showToast.js +1 -1
- package/lib/clients/web/demo/uploadFile.d.ts +1 -1
- package/lib/clients/web/demo/uploadFile.js +1 -1
- package/lib/clients/web/h5/alert.d.ts +1 -1
- package/lib/clients/web/h5/alert.js +1 -1
- package/lib/clients/web/h5/clearStorage.d.ts +1 -1
- package/lib/clients/web/h5/clearStorage.js +1 -1
- package/lib/clients/web/h5/clearStorageSync.d.ts +1 -1
- package/lib/clients/web/h5/clearStorageSync.js +1 -1
- package/lib/clients/web/h5/confirm.d.ts +1 -1
- package/lib/clients/web/h5/confirm.js +1 -1
- package/lib/clients/web/h5/createSelectorQuery.d.ts +1 -1
- package/lib/clients/web/h5/createSelectorQuery.js +1 -1
- package/lib/clients/web/h5/createWithoutAuthRpc.d.ts +1 -1
- package/lib/clients/web/h5/createWithoutAuthRpc.js +1 -1
- package/lib/clients/web/h5/defineRuntimeConfig.d.ts +1 -1
- package/lib/clients/web/h5/defineRuntimeConfig.js +1 -1
- package/lib/clients/web/h5/exitApp.d.ts +1 -1
- package/lib/clients/web/h5/exitApp.js +1 -1
- package/lib/clients/web/h5/getClipboard.d.ts +1 -1
- package/lib/clients/web/h5/getClipboard.js +1 -1
- package/lib/clients/web/h5/getCurrentLanguage.d.ts +1 -1
- package/lib/clients/web/h5/getCurrentLanguage.js +1 -1
- package/lib/clients/web/h5/getLaunchOptionsSync.d.ts +1 -1
- package/lib/clients/web/h5/getLaunchOptionsSync.js +1 -1
- package/lib/clients/web/h5/getLocation.d.ts +1 -1
- package/lib/clients/web/h5/getLocation.js +1 -1
- package/lib/clients/web/h5/getNetworkType.d.ts +1 -1
- package/lib/clients/web/h5/getNetworkType.js +1 -1
- package/lib/clients/web/h5/getStorage.d.ts +1 -1
- package/lib/clients/web/h5/getStorage.js +1 -1
- package/lib/clients/web/h5/getStorageSync.d.ts +1 -1
- package/lib/clients/web/h5/getStorageSync.js +1 -1
- package/lib/clients/web/h5/getSystemInfo.d.ts +1 -1
- package/lib/clients/web/h5/getSystemInfo.js +1 -1
- package/lib/clients/web/h5/getSystemInfoSync.d.ts +1 -1
- package/lib/clients/web/h5/getSystemInfoSync.js +1 -1
- package/lib/clients/web/h5/hideLoading.d.ts +1 -1
- package/lib/clients/web/h5/hideLoading.js +1 -1
- package/lib/clients/web/h5/hideToast.d.ts +1 -1
- package/lib/clients/web/h5/hideToast.js +1 -1
- package/lib/clients/web/h5/index.d.ts +15 -5
- package/lib/clients/web/h5/makePhoneCall.d.ts +1 -1
- package/lib/clients/web/h5/makePhoneCall.js +1 -1
- package/lib/clients/web/h5/navigateBack.d.ts +1 -1
- package/lib/clients/web/h5/navigateBack.js +1 -1
- package/lib/clients/web/h5/navigateTo.d.ts +1 -1
- package/lib/clients/web/h5/navigateTo.js +1 -1
- package/lib/clients/web/h5/openURL.d.ts +1 -1
- package/lib/clients/web/h5/openURL.js +1 -1
- package/lib/clients/web/h5/pageScrollTo.d.ts +1 -1
- package/lib/clients/web/h5/pageScrollTo.js +1 -1
- package/lib/clients/web/h5/redirectTo.d.ts +1 -1
- package/lib/clients/web/h5/redirectTo.js +1 -1
- package/lib/clients/web/h5/removeStorage.d.ts +1 -1
- package/lib/clients/web/h5/removeStorage.js +1 -1
- package/lib/clients/web/h5/removeStorageSync.d.ts +1 -1
- package/lib/clients/web/h5/removeStorageSync.js +1 -1
- package/lib/clients/web/h5/request.d.ts +1 -1
- package/lib/clients/web/h5/request.js +1 -1
- package/lib/clients/web/h5/rpc.d.ts +1 -1
- package/lib/clients/web/h5/rpc.js +1 -1
- package/lib/clients/web/h5/setClipboard.d.ts +1 -1
- package/lib/clients/web/h5/setClipboard.js +1 -1
- package/lib/clients/web/h5/setNavigationBar.d.ts +1 -1
- package/lib/clients/web/h5/setNavigationBar.js +1 -1
- package/lib/clients/web/h5/setStorage.d.ts +1 -1
- package/lib/clients/web/h5/setStorage.js +1 -1
- package/lib/clients/web/h5/setStorageSync.d.ts +1 -1
- package/lib/clients/web/h5/setStorageSync.js +1 -1
- package/lib/clients/web/h5/showLoading.d.ts +1 -1
- package/lib/clients/web/h5/showLoading.js +1 -1
- package/lib/clients/web/h5/showToast.d.ts +1 -1
- package/lib/clients/web/h5/showToast.js +1 -1
- package/lib/clients/web/tngdh5ng/alert.d.ts +1 -1
- package/lib/clients/web/tngdh5ng/alert.js +1 -1
- package/lib/clients/web/tngdh5ng/confirm.d.ts +1 -1
- package/lib/clients/web/tngdh5ng/confirm.js +1 -1
- package/lib/clients/web/tngdh5ng/getCurrentLanguage.d.ts +1 -1
- package/lib/clients/web/tngdh5ng/getCurrentLanguage.js +1 -1
- package/lib/clients/web/tngdh5ng/getLocation.d.ts +1 -1
- package/lib/clients/web/tngdh5ng/getLocation.js +1 -1
- package/lib/clients/web/tngdh5ng/getNetworkType.d.ts +1 -1
- package/lib/clients/web/tngdh5ng/getNetworkType.js +1 -1
- package/lib/clients/web/tngdh5ng/navigateBack.d.ts +1 -1
- package/lib/clients/web/tngdh5ng/navigateBack.js +1 -1
- package/lib/clients/web/tngdh5ng/navigateTo.d.ts +1 -1
- package/lib/clients/web/tngdh5ng/navigateTo.js +1 -1
- package/lib/clients/web/tngdh5ng/setNavigationBar.d.ts +1 -1
- package/lib/clients/web/tngdh5ng/setNavigationBar.js +1 -1
- package/lib/clients/web/tngdh5ng/showToast.d.ts +1 -1
- package/lib/clients/web/tngdh5ng/showToast.js +1 -1
- package/lib/common/apis/custom/web/request.js +2 -63
- package/lib/common/apis/generated/mp/request.d.ts +32 -2
- package/lib/common/apis/generated/mp_web/createWithoutAuthRpc.d.ts +14 -1
- package/lib/common/apis/generated/mp_web/defineRuntimeConfig.d.ts +1 -4
- package/lib/common/apis/generated/mp_web/request.d.ts +32 -2
- package/lib/common/apis/generated/web/chooseDistrict.d.ts +41 -0
- package/lib/common/apis/generated/web/chooseDistrict.js +8 -0
- package/lib/common/apis/generated/web/easyShare.d.ts +13 -0
- package/lib/common/apis/generated/web/easyShare.js +8 -0
- package/lib/common/apis/generated/web/getMainSelectedCity.d.ts +27 -0
- package/lib/common/apis/generated/web/getMainSelectedCity.js +8 -0
- package/lib/common/apis/generated/web/homeAddAppToMyApps.d.ts +5 -0
- package/lib/common/apis/generated/web/homeAddAppToMyApps.js +8 -0
- package/lib/common/apis/generated/web/homeCanAddAppToMyApps.d.ts +13 -0
- package/lib/common/apis/generated/web/homeCanAddAppToMyApps.js +8 -0
- package/lib/common/apis/generated/web/postNotification.d.ts +6 -0
- package/lib/common/apis/generated/web/postNotification.js +8 -0
- package/lib/dsl.d.ts +30 -13
- package/lib/dsl.js +12 -12
- package/lib/internal/apis/custom/mp_web/alipayhk/openApPayCodePage.d.ts +3 -1
- package/lib/internal/apis/custom/mp_web/alipayhk/openApPayCodePage.js +3 -1
- package/lib/internal/apis/custom/mp_web/alipayhk/openInApp.d.ts +3 -1
- package/lib/internal/apis/custom/mp_web/alipayhk/openInApp.js +3 -1
- package/lib/internal/apis/custom/mp_web/alipayhk/openInBrowser.d.ts +3 -1
- package/lib/internal/apis/custom/mp_web/alipayhk/openInBrowser.js +3 -1
- package/lib/internal/apis/custom/mp_web/alipayhk/openOtherApp.d.ts +3 -1
- package/lib/internal/apis/custom/mp_web/alipayhk/openOtherApp.js +3 -1
- package/lib/internal/apis/custom/mp_web/alipayhk/openPayCodePage.d.ts +3 -1
- package/lib/internal/apis/custom/mp_web/alipayhk/openPayCodePage.js +3 -1
- package/lib/internal/apis/custom/mp_web/alipayhk/openScanPage.d.ts +3 -1
- package/lib/internal/apis/custom/mp_web/alipayhk/openScanPage.js +3 -1
- package/lib/internal/apis/custom/mp_web/alipayhk/openWebURL.d.ts +3 -1
- package/lib/internal/apis/custom/mp_web/alipayhk/openWebURL.js +3 -1
- package/lib/internal/apis/custom/mp_web/mpay/openApPayCodePage.d.ts +3 -1
- package/lib/internal/apis/custom/mp_web/mpay/openApPayCodePage.js +3 -1
- package/lib/internal/apis/custom/mp_web/mpay/openInApp.d.ts +3 -1
- package/lib/internal/apis/custom/mp_web/mpay/openInApp.js +3 -1
- package/lib/internal/apis/custom/mp_web/mpay/openInBrowser.d.ts +3 -1
- package/lib/internal/apis/custom/mp_web/mpay/openInBrowser.js +3 -1
- package/lib/internal/apis/custom/mp_web/mpay/openOtherApp.d.ts +3 -1
- package/lib/internal/apis/custom/mp_web/mpay/openOtherApp.js +3 -1
- package/lib/internal/apis/custom/mp_web/mpay/openPayCodePage.d.ts +3 -1
- package/lib/internal/apis/custom/mp_web/mpay/openPayCodePage.js +3 -1
- package/lib/internal/apis/custom/mp_web/mpay/openScanPage.d.ts +3 -1
- package/lib/internal/apis/custom/mp_web/mpay/openScanPage.js +3 -1
- package/lib/internal/apis/custom/mp_web/mpay/openWebURL.d.ts +3 -1
- package/lib/internal/apis/custom/mp_web/mpay/openWebURL.js +3 -1
- package/lib/internal/apis/custom/mp_web/mpay/rpcWithAuth.js +11 -1
- package/lib/internal/apis/custom/mp_web/tngd/openApPayCodePage.d.ts +3 -1
- package/lib/internal/apis/custom/mp_web/tngd/openApPayCodePage.js +3 -1
- package/lib/internal/apis/custom/mp_web/tngd/openInApp.d.ts +3 -1
- package/lib/internal/apis/custom/mp_web/tngd/openInApp.js +3 -1
- package/lib/internal/apis/custom/mp_web/tngd/openInBrowser.d.ts +3 -1
- package/lib/internal/apis/custom/mp_web/tngd/openInBrowser.js +3 -1
- package/lib/internal/apis/custom/mp_web/tngd/openOtherApp.d.ts +3 -1
- package/lib/internal/apis/custom/mp_web/tngd/openOtherApp.js +3 -1
- package/lib/internal/apis/custom/mp_web/tngd/openPayCodePage.d.ts +3 -1
- package/lib/internal/apis/custom/mp_web/tngd/openPayCodePage.js +3 -1
- package/lib/internal/apis/custom/mp_web/tngd/openScanPage.d.ts +3 -1
- package/lib/internal/apis/custom/mp_web/tngd/openScanPage.js +3 -1
- package/lib/internal/apis/custom/mp_web/tngd/openWebURL.d.ts +3 -1
- package/lib/internal/apis/custom/mp_web/tngd/openWebURL.js +3 -1
- package/lib/internal/apis/custom/mp_web/toss/rpcWithAuth.js +11 -1
- package/lib/internal/apis/custom/mp_web/truemoney/openApPayCodePage.d.ts +3 -1
- package/lib/internal/apis/custom/mp_web/truemoney/openApPayCodePage.js +4 -2
- package/lib/internal/apis/custom/mp_web/truemoney/openInApp.d.ts +3 -1
- package/lib/internal/apis/custom/mp_web/truemoney/openInApp.js +3 -1
- package/lib/internal/apis/custom/mp_web/truemoney/openInBrowser.d.ts +3 -1
- package/lib/internal/apis/custom/mp_web/truemoney/openInBrowser.js +3 -1
- package/lib/internal/apis/custom/mp_web/truemoney/openOtherApp.d.ts +3 -1
- package/lib/internal/apis/custom/mp_web/truemoney/openOtherApp.js +3 -1
- package/lib/internal/apis/custom/mp_web/truemoney/openPayCodePage.d.ts +3 -1
- package/lib/internal/apis/custom/mp_web/truemoney/openPayCodePage.js +4 -2
- package/lib/internal/apis/custom/mp_web/truemoney/openScanPage.d.ts +3 -1
- package/lib/internal/apis/custom/mp_web/truemoney/openScanPage.js +4 -2
- package/lib/internal/apis/custom/mp_web/truemoney/openWebURL.d.ts +3 -1
- package/lib/internal/apis/custom/mp_web/truemoney/openWebURL.js +3 -1
- package/lib/internal/apis/custom/web/addNotifyListener.d.ts +6 -0
- package/lib/internal/apis/custom/web/addNotifyListener.js +170 -0
- package/lib/internal/apis/custom/web/alipay/openApPayCodePage.d.ts +3 -1
- package/lib/internal/apis/custom/web/alipay/openApPayCodePage.js +3 -1
- package/lib/internal/apis/custom/web/alipay/openInApp.d.ts +3 -1
- package/lib/internal/apis/custom/web/alipay/openInApp.js +3 -1
- package/lib/internal/apis/custom/web/alipay/openInBrowser.d.ts +3 -1
- package/lib/internal/apis/custom/web/alipay/openInBrowser.js +3 -1
- package/lib/internal/apis/custom/web/alipay/openOtherApp.d.ts +3 -1
- package/lib/internal/apis/custom/web/alipay/openOtherApp.js +3 -1
- package/lib/internal/apis/custom/web/alipay/openPayCodePage.d.ts +3 -1
- package/lib/internal/apis/custom/web/alipay/openPayCodePage.js +3 -1
- package/lib/internal/apis/custom/web/alipay/openScanPage.d.ts +3 -1
- package/lib/internal/apis/custom/web/alipay/openScanPage.js +3 -1
- package/lib/internal/apis/custom/web/alipay/openWebURL.d.ts +3 -1
- package/lib/internal/apis/custom/web/alipay/openWebURL.js +3 -1
- package/lib/internal/apis/custom/web/defineRuntimeConfig.js +0 -2
- package/lib/internal/apis/custom/web/removeNotifyListener.d.ts +4 -0
- package/lib/internal/apis/custom/web/removeNotifyListener.js +27 -0
- package/lib/internal/apis/custom/web/rpcWithAuthAPlus.js +14 -5
- package/lib/umd/index.js +1 -1
- package/lib/umd/mp_web_alipay.js +1 -1
- package/lib/umd/mp_web_alipayhk.js +1 -1
- package/lib/umd/mp_web_chope.js +1 -1
- package/lib/umd/mp_web_dana.js +1 -1
- package/lib/umd/mp_web_demo.js +1 -1
- package/lib/umd/mp_web_gcash.js +1 -1
- package/lib/umd/mp_web_mpay.js +1 -1
- package/lib/umd/mp_web_tngd.js +1 -1
- package/lib/umd/mp_web_toss.js +1 -1
- package/lib/umd/mp_web_truemoney.js +1 -1
- package/lib/umd/web_alipay.js +1 -1
- package/lib/umd/web_demo.js +1 -1
- package/lib/umd/web_h5.js +1 -1
- package/lib/umd/web_tngdh5ng.js +1 -1
- package/lib/whichCanIUse/mp_web.d.ts +1 -1
- package/lib/whichCanIUse/mp_web.js +7 -7
- package/lib/whichCanIUse/web.js +1 -1
- package/package.json +7 -6
package/README.md
CHANGED
|
@@ -210,6 +210,13 @@ The following table lists the latest JSAPIs that are supported in JS bridge, and
|
|
|
210
210
|
|hideOptionButton|✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
|
|
211
211
|
|getCurrentLanguage|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
|
|
212
212
|
|openURL|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
|
|
213
|
+
|openWebURL|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
|
|
214
|
+
|openInApp|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
|
|
215
|
+
|openOtherApp|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
|
|
216
|
+
|openInBrowser|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
|
|
217
|
+
|openPayCodePage|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
|
|
218
|
+
|openApPayCodePage|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
|
|
219
|
+
|openScanPage|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
|
|
213
220
|
|createWithoutAuthRpc|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
|
|
214
221
|
|rpcWithAuth|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
|
|
215
222
|
|getAppId|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
|
|
@@ -217,8 +224,16 @@ The following table lists the latest JSAPIs that are supported in JS bridge, and
|
|
|
217
224
|
|getSDKVersion|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
|
|
218
225
|
|defineRuntimeConfig|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
|
|
219
226
|
|rpcWithAuthAPlus|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
|
|
227
|
+
|easyShare|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
|
|
228
|
+
|homeAddAppToMyApps|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
|
|
229
|
+
|homeCanAddAppToMyApps|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
|
|
230
|
+
|postNotification|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
|
|
231
|
+
|addNotifyListener|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
|
|
232
|
+
|removeNotifyListener|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
|
|
233
|
+
|getMainSelectedCity|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
|
|
234
|
+
|chooseDistrict|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
|
|
220
235
|
### HTML5
|
|
221
|
-
| API | demo | gcash | tngd | alipay | chope | alipayhk | dana | truemoney |
|
|
236
|
+
| API | demo | gcash | tngd | alipay | chope | alipayhk | dana | truemoney | mpay | toss |
|
|
222
237
|
| --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |
|
|
223
238
|
|addFatigueAction|✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
|
|
224
239
|
|addPhoneContact|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ |
|
|
@@ -243,8 +258,8 @@ The following table lists the latest JSAPIs that are supported in JS bridge, and
|
|
|
243
258
|
|downloadFile|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ |
|
|
244
259
|
|exitApp|✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
|
|
245
260
|
|getAppIdSync|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
|
|
246
|
-
|getAppToken|✅ |
|
|
247
|
-
|getAuthCode|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
|
261
|
+
|getAppToken|✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ | ❌ |
|
|
262
|
+
|getAuthCode|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
|
248
263
|
|getBatteryInfo|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ |
|
|
249
264
|
|getBLEDeviceCharacteristics|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ |
|
|
250
265
|
|getBLEDeviceServices|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ |
|
|
@@ -266,7 +281,7 @@ The following table lists the latest JSAPIs that are supported in JS bridge, and
|
|
|
266
281
|
|getServerTime|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ |
|
|
267
282
|
|getSetting|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ |
|
|
268
283
|
|getSiteInfo|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ |
|
|
269
|
-
|getStorage|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
|
284
|
+
|getStorage|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
|
270
285
|
|getStorageSync|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
|
|
271
286
|
|getSystemInfo|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ |
|
|
272
287
|
|getSystemInfoSync|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
|
|
@@ -326,7 +341,7 @@ The following table lists the latest JSAPIs that are supported in JS bridge, and
|
|
|
326
341
|
|removeSavedFile|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ |
|
|
327
342
|
|removeStorage|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ |
|
|
328
343
|
|removeStorageSync|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
|
|
329
|
-
|request|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
|
344
|
+
|request|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
|
330
345
|
|rpc|✅ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
|
|
331
346
|
|saveFile|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ |
|
|
332
347
|
|saveImage|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ |
|
|
@@ -339,7 +354,7 @@ The following table lists the latest JSAPIs that are supported in JS bridge, and
|
|
|
339
354
|
|setNavigationBar|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ |
|
|
340
355
|
|setOptionMenu|✅ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
|
|
341
356
|
|setScreenBrightness|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ |
|
|
342
|
-
|setStorage|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
|
357
|
+
|setStorage|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
|
343
358
|
|setStorageSync|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
|
|
344
359
|
|setTabBarStyle|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ |
|
|
345
360
|
|showActionSheet|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ |
|
|
@@ -372,6 +387,13 @@ The following table lists the latest JSAPIs that are supported in JS bridge, and
|
|
|
372
387
|
|hideOptionButton|✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
|
|
373
388
|
|getCurrentLanguage|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ |
|
|
374
389
|
|openURL|❌ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
|
390
|
+
|openWebURL|❌ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
|
391
|
+
|openInApp|❌ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
|
392
|
+
|openOtherApp|❌ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
|
393
|
+
|openInBrowser|❌ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
|
394
|
+
|openPayCodePage|❌ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
|
395
|
+
|openApPayCodePage|❌ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
|
396
|
+
|openScanPage|❌ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
|
375
397
|
|createWithoutAuthRpc|❌ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
|
376
398
|
|rpcWithAuth|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ✅ |
|
|
377
399
|
|getAppId|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
|
@@ -379,6 +401,14 @@ The following table lists the latest JSAPIs that are supported in JS bridge, and
|
|
|
379
401
|
|getSDKVersion|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
|
380
402
|
|defineRuntimeConfig|❌ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
|
381
403
|
|rpcWithAuthAPlus|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
|
|
404
|
+
|easyShare|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
|
|
405
|
+
|homeAddAppToMyApps|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
|
|
406
|
+
|homeCanAddAppToMyApps|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
|
|
407
|
+
|postNotification|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
|
|
408
|
+
|addNotifyListener|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
|
|
409
|
+
|removeNotifyListener|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
|
|
410
|
+
|getMainSelectedCity|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
|
|
411
|
+
|chooseDistrict|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
|
|
382
412
|
### Web
|
|
383
413
|
| API | demo | alipay | h5 | tngdh5ng |
|
|
384
414
|
| --- | --- | --- | --- | --- |
|
|
@@ -405,7 +435,7 @@ The following table lists the latest JSAPIs that are supported in JS bridge, and
|
|
|
405
435
|
|downloadFile|✅ | ✅ | ❌ | ❌ |
|
|
406
436
|
|exitApp|✅ | ✅ | ✅ | ✅ |
|
|
407
437
|
|getAppIdSync|❌ | ❌ | ❌ | ❌ |
|
|
408
|
-
|getAppToken|✅ |
|
|
438
|
+
|getAppToken|✅ | ✅ | ❌ | ❌ |
|
|
409
439
|
|getAuthCode|✅ | ✅ | ❌ | ❌ |
|
|
410
440
|
|getBatteryInfo|✅ | ✅ | ❌ | ❌ |
|
|
411
441
|
|getBLEDeviceCharacteristics|❌ | ❌ | ❌ | ❌ |
|
|
@@ -534,6 +564,13 @@ The following table lists the latest JSAPIs that are supported in JS bridge, and
|
|
|
534
564
|
|hideOptionButton|❌ | ❌ | ❌ | ❌ |
|
|
535
565
|
|getCurrentLanguage|✅ | ✅ | ✅ | ✅ |
|
|
536
566
|
|openURL|❌ | ✅ | ✅ | ❌ |
|
|
567
|
+
|openWebURL|❌ | ✅ | ❌ | ❌ |
|
|
568
|
+
|openInApp|❌ | ✅ | ❌ | ❌ |
|
|
569
|
+
|openOtherApp|❌ | ✅ | ❌ | ❌ |
|
|
570
|
+
|openInBrowser|❌ | ✅ | ❌ | ❌ |
|
|
571
|
+
|openPayCodePage|❌ | ✅ | ❌ | ❌ |
|
|
572
|
+
|openApPayCodePage|❌ | ✅ | ❌ | ❌ |
|
|
573
|
+
|openScanPage|❌ | ✅ | ❌ | ❌ |
|
|
537
574
|
|createWithoutAuthRpc|❌ | ✅ | ✅ | ❌ |
|
|
538
575
|
|rpcWithAuth|❌ | ❌ | ❌ | ❌ |
|
|
539
576
|
|getAppId|❌ | ❌ | ❌ | ❌ |
|
|
@@ -541,6 +578,14 @@ The following table lists the latest JSAPIs that are supported in JS bridge, and
|
|
|
541
578
|
|getSDKVersion|❌ | ❌ | ❌ | ❌ |
|
|
542
579
|
|defineRuntimeConfig|❌ | ✅ | ✅ | ❌ |
|
|
543
580
|
|rpcWithAuthAPlus|❌ | ✅ | ❌ | ❌ |
|
|
581
|
+
|easyShare|❌ | ✅ | ❌ | ❌ |
|
|
582
|
+
|homeAddAppToMyApps|❌ | ✅ | ❌ | ❌ |
|
|
583
|
+
|homeCanAddAppToMyApps|❌ | ✅ | ❌ | ❌ |
|
|
584
|
+
|postNotification|❌ | ✅ | ❌ | ❌ |
|
|
585
|
+
|addNotifyListener|❌ | ✅ | ❌ | ❌ |
|
|
586
|
+
|removeNotifyListener|❌ | ✅ | ❌ | ❌ |
|
|
587
|
+
|getMainSelectedCity|❌ | ✅ | ❌ | ❌ |
|
|
588
|
+
|chooseDistrict|❌ | ✅ | ❌ | ❌ |
|
|
544
589
|
|
|
545
590
|
## License
|
|
546
591
|
|
package/canIUse.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
[{"name":"addFatigueAction","includes":{"mp":["demo"],"mp_web":["demo"],"web":["demo"]}},{"name":"addPhoneContact","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Add-Contact_addPhoneContact"},{"name":"alert","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay","h5","tngdh5ng"]},"custom":{"web":["alipay","demo","h5","tngdh5ng"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Feedback_alert"},{"name":"apDisableJSAPI","includes":{"mp":["demo"],"mp_web":["demo"],"web":["demo"]}},{"name":"appxrpc","includes":{"mp":["demo"],"mp_web":["demo"],"web":["demo"]}},{"name":"APRegionRPC","includes":{"mp":["demo"],"mp_web":["demo"],"web":["demo"]}},{"name":"batchQueryCdpSpaceInfo","includes":{"mp":["demo"],"mp_web":["demo"],"web":["demo"]}},{"name":"chooseImage","page":"image","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Media_Image_chooseImage"},{"name":"choosePhoneContact","custom":{"web":["alipay","demo"]},"includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Contact_choosePhoneContact"},{"name":"clearStorage","custom":{"web":["alipay","demo","h5"]},"page":"storage","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay","h5"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Storage_clearStorage"},{"name":"clearStorageSync","page":"storage","custom":{"web":["h5"]},"includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["h5"]},"type":"sync","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Storage_clearStorageSync"},{"name":"closeBluetoothAdapter","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_Bluetooth_closeBluetoothAdapter"},{"name":"closeSocket","page":"socket","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_closeSocket"},{"name":"confirm","custom":{"web":["alipay","demo","h5","tngdh5ng"]},"includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay","h5","tngdh5ng"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Feedback_confirm"},{"name":"connectBLEDevice","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_BLE_connectBLEDevice"},{"name":"connectSocket","page":"socket","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_connectSocket"},{"name":"createAnimation","page":"createAnimation","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"type":"sync","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Animation_createAnimation"},{"name":"createWebViewContext","page":"createWebViewContext","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"type":"sync","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Web-View_createWebViewContext"},{"name":"datePicker","custom":{"web":["alipay","demo"]},"includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Choose-Date_datePicker"},{"name":"disconnectBLEDevice","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_BLE_disconnectBLEDevice"},{"name":"downloadFile","custom":{"web":["alipay","demo"]},"page":"file","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_downloadFile"},{"name":"exitApp","includes":{"mp":["demo"],"mp_web":["demo"],"web":["demo","alipay","h5","tngdh5ng"]},"custom":{"web":["h5"]}},{"name":"getAppIdSync","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"]},"type":"sync","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Basic_getAppIdSync"},{"name":"getAppToken","includes":{"mp":["demo"],"mp_web":["demo"],"web":["demo"]}},{"name":"getAuthCode","custom":{"mp":[],"web":["alipay","demo"]},"includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_OpenAPI_getAuthCode"},{"name":"getBatteryInfo","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Battery_getBatteryInfo"},{"name":"getBLEDeviceCharacteristics","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_BLE_getBLEDeviceCharacteristics"},{"name":"getBLEDeviceServices","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_BLE_getBLEDeviceServices"},{"name":"getBluetoothAdapterState","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_Bluetooth_getBluetoothAdapterState"},{"name":"getBluetoothDevices","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_Bluetooth_getBluetoothDevices"},{"name":"getClipboard","custom":{"web":["h5"]},"includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay","h5"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Clipboard_getClipboard"},{"name":"getComponentAuth","includes":{"mp":["demo"],"mp_web":["demo"],"web":["demo"]}},{"name":"getConnectedBluetoothDevices","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_Bluetooth_getConnectedBluetoothDevices"},{"name":"getFileInfo","page":"file","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_File_getFileInfo"},{"name":"getImageInfo","page":"image","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Media_Image_getImageInfo"},{"name":"getLocation","custom":{"web":["alipay","demo","h5","tngdh5ng"]},"includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay","h5","tngdh5ng"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Location_getLocation"},{"name":"getNetworkType","custom":{"web":["alipay","demo","h5","tngdh5ng"]},"includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay","h5","tngdh5ng"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Network_getNetworkType"},{"name":"getOpenUserInfo","page":"getOpenUserInfo","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_OpenAPI_getOpenUserInfo"},{"name":"getPaymentCode","includes":{"mp":["demo"],"mp_web":["demo"],"web":["demo"]}},{"name":"getPhoneNumber","custom":{"web":["alipay","demo"]},"page":"getPhoneNumber","includes":{"mp":["demo"],"mp_web":["demo","alipay"],"web":["demo","alipay"]}},{"name":"getSavedFileInfo","page":"file","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_File_getSavedFileInfo"},{"name":"getSavedFileList","page":"file","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_File_getSavedFileList"},{"name":"getScreenBrightness","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Screen_getScreenBrightness"},{"name":"getServerTime","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Server_getServerTime"},{"name":"getSetting","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Setting_getSetting"},{"name":"getSiteInfo","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay","h5"]},"custom":{"web":["h5"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Alipay-Connect_getSiteInfo"},{"name":"getStorage","custom":{"web":["alipay","demo","h5"]},"page":"storage","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay","h5"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Storage_getStorage"},{"name":"getStorageSync","page":"storage","custom":{"web":["h5"]},"includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["h5"]},"type":"sync","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Storage_getStorageSync"},{"name":"getSystemInfo","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay","h5","tngdh5ng"]},"custom":{"web":["h5"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_System_getSystemInfo"},{"name":"getSystemInfoSync","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["h5"]},"custom":{"web":["h5"]},"type":"sync"},{"name":"hideBackHome","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_NavigationBar_hideBackHome"},{"name":"hideKeyboard","page":"hideKeyboard","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Keyboard_hideKeyboard"},{"name":"hideLoading","page":"loading","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay","h5","tngdh5ng"]},"custom":{"web":["h5"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Feedback_hideLoading"},{"name":"hideNavigationBarLoading","custom":{"web":["alipay","demo"]},"page":"loading","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_NavigationBar_hideNavigationBarLoading"},{"name":"hideTabBar","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_TabBar_hideTabBar"},{"name":"hideToast","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay","h5","tngdh5ng"]},"custom":{"web":["h5"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Feedback_hideToast"},{"name":"inquireQuote","includes":{"mp":["demo"],"mp_web":["demo"],"web":["demo"]}},{"name":"isInstalledApp","includes":{"mp":["demo"],"mp_web":["demo"],"web":["demo"]}},{"name":"makePhoneCall","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay","h5","tngdh5ng"]},"custom":{"web":["h5"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Call_makePhoneCall"},{"name":"multiLevelSelect","custom":{"web":["alipay","demo"]},"includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Multi-Level-Select_multiLevelSelect"},{"name":"navigateBack","page":"navigator","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["alipay","demo","h5","tngdh5ng"]},"custom":{"web":["alipay","demo","h5","tngdh5ng"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Route_navigateBack"},{"name":"navigateBackMiniProgram","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_OpenAPI_navigateBackMiniProgram"},{"name":"navigateTo","page":"navigator","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["alipay","demo","h5","tngdh5ng"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"]},"custom":{"web":["demo","alipay","h5","tngdh5ng"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Route_navigateTo"},{"name":"navigateToBizScene","includes":{"mp":["demo"],"mp_web":["demo"],"web":["demo","h5"]},"custom":{"web":["h5"]}},{"name":"navigateToMiniProgram","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay","h5"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_OpenAPI_navigateToMiniProgram"},{"name":"notifyBLECharacteristicValueChange","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_BLE_notifyBLECharacteristicValueChange"},{"name":"offAccelerometerChange","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Accelerometer_offAccelerometerChange"},{"name":"offBLECharacteristicValueChange","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_BLE_offBLECharacteristicValueChange"},{"name":"offBLEConnectionStateChanged","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_BLE_offBLEConnectionStateChanged"},{"name":"offBluetoothAdapterStateChange","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_Bluetooth_offBluetoothAdapterStateChange"},{"name":"offBluetoothDeviceFound","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_Bluetooth_offBluetoothDeviceFound"},{"name":"offCompassChange","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Compass_offCompassChange"},{"name":"offMemoryWarning","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Memory-Warning_onMemoryWarning"},{"name":"offSocketClose","page":"socket","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_offSocketClose"},{"name":"offSocketError","page":"socket","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_offSocketError"},{"name":"offSocketMessage","page":"socket","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_offSocketMessage"},{"name":"offSocketOpen","page":"socket","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_offSocketOpen"},{"name":"offUserCaptureScreen","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Capture_offUserCaptureScreen"},{"name":"onAccelerometerChange","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Accelerometer_onAccelerometerChange"},{"name":"onBLECharacteristicValueChange","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_BLE_onBLECharacteristicValueChange"},{"name":"onBLEConnectionStateChanged","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_BLE_onBLEConnectionStateChanged"},{"name":"onBluetoothAdapterStateChange","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_Bluetooth_onBluetoothAdapterStateChange"},{"name":"onBluetoothDeviceFound","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_Bluetooth_onBluetoothDeviceFound"},{"name":"onCompassChange","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Compass_onCompassChange"},{"name":"onMemoryWarning","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Memory-Warning_onMemoryWarning"},{"name":"onSocketClose","page":"socket","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_onSocketClose"},{"name":"onSocketError","page":"socket","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_onSocketError"},{"name":"onSocketMessage","page":"socket","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_onSocketMessage"},{"name":"onSocketOpen","page":"socket","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_onSocketOpen"},{"name":"onUserCaptureScreen","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Capture_onUserCaptureScreen"},{"name":"openBluetoothAdapter","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_Bluetooth_openBluetoothAdapter"},{"name":"openDocument","page":"file","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/api_file_myopendocument"},{"name":"openSchemeWithBacking","includes":{"mp":["demo"],"mp_web":["demo"],"web":["demo"]}},{"name":"openSetting","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Setting_openSetting"},{"name":"pageScrollTo","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["h5"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"]},"custom":{"web":["h5"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Scroll_pageScrollTo"},{"name":"paySignCenter","includes":{"mp":["demo"],"mp_web":["demo"]}},{"name":"previewImage","custom":{"web":["alipay","demo"]},"page":"image","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Media_Image_previewImage"},{"name":"prompt","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay","tngdh5ng"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Feedback_prompt"},{"name":"readBLECharacteristicValue","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_BLE_readBLECharacteristicValue"},{"name":"redirectTo","page":"navigator","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["alipay","demo","h5"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"]},"custom":{"web":["alipay","demo","h5"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Route_redirectTo"},{"name":"regionFetchAllApps","includes":{"mp":["demo"],"mp_web":["demo"],"web":["demo"]}},{"name":"regionSearchAppsByKeywords","includes":{"mp":["demo"],"mp_web":["demo"],"web":["demo"]}},{"name":"reLaunch","page":"navigator","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Route_reLaunch"},{"name":"removeSavedFile","page":"file","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_File_removeSavedFile"},{"name":"removeStorage","page":"storage","custom":{"web":["alipay","demo","h5"]},"includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay","h5"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Storage_removeStorage"},{"name":"removeStorageSync","page":"storage","custom":{"web":["h5"]},"includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["h5"]},"type":"sync","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Storage_removeStorageSync"},{"name":"request","custom":{"web":["alipay","demo","h5"]},"includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay","h5"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_request"},{"name":"rpc","includes":{"mp":["alipay","demo"],"mp_web":["alipay","demo"],"web":["alipay","demo","h5"]},"custom":{"web":["h5"]}},{"name":"saveFile","page":"file","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_File_saveFile"},{"name":"saveImage","custom":{"web":["alipay","demo"]},"page":"image","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Media_Image_saveImage"},{"name":"scan","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Scan_scan"},{"name":"sendSocketMessage","page":"socket","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_sendSocketMessage"},{"name":"setBackgroundColor","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Set-Background_setBackgroundColor"},{"name":"setCanPullDown","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"]},"type":"sync","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Set-Pulldown_setCanPullDown"},{"name":"setClipboard","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay","h5","tngdh5ng"]},"custom":{"web":["h5"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Clipboard_setClipboard"},{"name":"setKeepScreenOn","custom":{"web":["alipay","demo"]},"includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Screen_setKeepScreenOn"},{"name":"setNavigationBar","custom":{"web":["alipay","demo","h5","tngdh5ng"]},"includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay","h5","tngdh5ng"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_NavigationBar_setNavigationBar"},{"name":"setOptionMenu","includes":{"mp":["demo"],"mp_web":["demo","alipay"]}},{"name":"setScreenBrightness","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Screen_setScreenBrightness"},{"name":"setStorage","custom":{"web":["alipay","demo","h5"]},"page":"storage","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay","h5"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Storage_setStorage"},{"name":"setStorageSync","page":"storage","custom":{"web":["h5"]},"includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["h5"]},"type":"sync","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Storage_setStorageSync"},{"name":"setTabBarStyle","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_TabBar_setTabBarStyle"},{"name":"showActionSheet","custom":{"web":["alipay","demo"]},"includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Feedback_showActionSheet"},{"name":"showAuthGuide","custom":{"web":["alipay","demo"]},"includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Permission_showAuthGuide"},{"name":"showLoading","page":"loading","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay","h5","tngdh5ng"]},"custom":{"web":["h5"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Feedback_showLoading"},{"name":"showNavigationBarLoading","custom":{"web":["alipay","demo"]},"page":"loading","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_NavigationBar_showNavigationBarLoading"},{"name":"showToast","custom":{"mp":["wechat"],"web":["alipay","demo","h5","tngdh5ng"]},"includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney","wechat"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay","h5","tngdh5ng"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Feedback_showToast"},{"name":"signContract","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_OpenAPI_signContract"},{"name":"startApp","page":"startApp","includes":{"mp":["demo"],"mp_web":["demo"],"web":["demo","alipay"]}},{"name":"startBizService","includes":{"mp":["demo"],"mp_web":["demo"],"web":["demo"]}},{"name":"startBluetoothDevicesDiscovery","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_Bluetooth_startBluetoothDevicesDiscovery"},{"name":"startPullDownRefresh","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Pulldown_startPullDownRefresh"},{"name":"stopBluetoothDevicesDiscovery","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_Bluetooth_stopBluetoothDevicesDiscovery"},{"name":"stopPullDownRefresh","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Pulldown_stopPullDownRefresh"},{"name":"switchTab","page":"navigator","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Route_switchTab"},{"name":"thirdPartyAuthForAc","includes":{"mp":["demo"],"mp_web":["demo"],"web":["demo"]}},{"name":"tradePay","page":"tradePay","notice":"tradePay 在国际小程序跨投到主站时,可以传参 flowType 指定调用 tradePayCrossApp。在国际钱包中,tradePay 直接透传参数。","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"custom":{"mp":["alipay"],"mp_web":["alipay"],"web":["alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_OpenAPI_tradePay"},{"name":"crossPay","notice":"小程序跨投到主站专用的 JSAPI,国际容器不需要调用。能力已经被 tradePay 抹平,该 JSAPI 不需要再调用","includes":{"mp":["alipay"],"mp_web":["alipay"],"web":["alipay"]}},{"name":"uploadApdidToken","includes":{"mp":["demo"],"mp_web":["demo"],"web":["demo"]}},{"name":"uploadFile","custom":{"web":["alipay","demo"]},"page":"file","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_uploadFile"},{"name":"vibrate","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay","tngdh5ng"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Vibrate_vibrate"},{"name":"watchShake","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Watch-Shake_watchShake"},{"name":"writeBLECharacteristicValue","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_BLE_writeBLECharacteristicValue"},{"name":"getLaunchOptionsSync","custom":{"web":["h5"]},"includes":{"mp":["alipay"],"web":["h5"]},"type":"sync"},{"name":"createSelectorQuery","custom":{"web":["h5"]},"includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["h5"]},"type":"sync","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Selector-Query_createSelectorQuery"},{"name":"canIUse","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[],"mp_web":[]},"type":"sync","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Basic_canIUse"},{"name":"getStorageInfo","includes":{"mp":["demo"],"web":[]}},{"name":"getStorageInfoSync","includes":{"mp":["demo","alipay"],"web":[]},"type":"sync"},{"name":"showSharePanel","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/api_share_showsharepanel"},{"name":"hideOptionButton","includes":{"mp":["demo"],"mp_web":["demo"]}},{"name":"getCurrentLanguage","type":"sync","internal":true,"includes":{"mp":[],"mp_web":["alipay","alipayhk","chope","dana","demo","gcash","tngd","truemoney"],"web":["alipay","demo","tngdh5ng","h5"]},"custom":{"mp_web":["alipay","alipayhk","chope","dana","demo","gcash","tngd","truemoney"],"web":["alipay","demo","tngdh5ng","h5"]}},{"name":"openURL","type":"sync","internal":true,"includes":{"mp":[],"mp_web":["alipayhk","dana","gcash","tngd","truemoney","toss","mpay"],"web":["alipay","h5"]},"custom":{"mp_web":["alipayhk","dana","gcash","tngd","truemoney","toss","mpay"],"web":["alipay","h5"]}},{"name":"createWithoutAuthRpc","type":"sync","internal":true,"includes":{"mp":[],"mp_web":["alipayhk","dana","gcash","tngd","truemoney","toss","mpay"],"web":["alipay","h5"]},"custom":{"mp_web":["alipayhk","dana","gcash","tngd","truemoney","toss","mpay"],"web":["alipay","h5"]}},{"name":"rpcWithAuth","type":"async","internal":true,"includes":{"mp":[],"mp_web":["toss","mpay"]},"custom":{"mp_web":["toss","mpay"]}},{"name":"getAppId","type":"async","includes":{"mp":[],"mp_web":["alipay","alipayhk","chope","dana","demo","gcash","mpay","tngd","truemoney","toss","mpay"]}},{"name":"getCurrentPages","type":"async","includes":{"mp":[],"mp_web":["alipay","alipayhk","chope","dana","demo","gcash","mpay","tngd","truemoney","toss","mpay"]}},{"name":"getSDKVersion","type":"async","includes":{"mp":[],"mp_web":["alipay","alipayhk","chope","dana","demo","gcash","mpay","tngd","truemoney","toss","mpay"]}},{"name":"defineRuntimeConfig","type":"sync","internal":true,"includes":{"mp":[],"mp_web":["alipayhk","dana","gcash","tngd","truemoney","toss","mpay"],"web":["alipay","h5"]},"custom":{"mp_web":["alipayhk","dana","gcash","tngd","truemoney","toss","mpay"],"web":["alipay","h5"]}},{"name":"rpcWithAuthAPlus","type":"async","internal":true,"includes":{"mp":[],"mp_web":[],"web":["alipay"]},"custom":{"web":["alipay"]}}]
|
|
1
|
+
[{"name":"addFatigueAction","includes":{"mp":["demo"],"mp_web":["demo"],"web":["demo"]}},{"name":"addPhoneContact","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Add-Contact_addPhoneContact"},{"name":"alert","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay","h5","tngdh5ng"]},"custom":{"web":["alipay","demo","h5","tngdh5ng"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Feedback_alert"},{"name":"apDisableJSAPI","includes":{"mp":["demo"],"mp_web":["demo"],"web":["demo"]}},{"name":"appxrpc","includes":{"mp":["demo"],"mp_web":["demo"],"web":["demo"]}},{"name":"APRegionRPC","includes":{"mp":["demo"],"mp_web":["demo"],"web":["demo"]}},{"name":"batchQueryCdpSpaceInfo","includes":{"mp":["demo"],"mp_web":["demo"],"web":["demo"]}},{"name":"chooseImage","page":"image","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Media_Image_chooseImage"},{"name":"choosePhoneContact","custom":{"web":["alipay","demo"]},"includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Contact_choosePhoneContact"},{"name":"clearStorage","custom":{"web":["alipay","demo","h5"]},"page":"storage","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay","h5"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Storage_clearStorage"},{"name":"clearStorageSync","page":"storage","custom":{"web":["h5"]},"includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["h5"]},"type":"sync","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Storage_clearStorageSync"},{"name":"closeBluetoothAdapter","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_Bluetooth_closeBluetoothAdapter"},{"name":"closeSocket","page":"socket","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_closeSocket"},{"name":"confirm","custom":{"web":["alipay","demo","h5","tngdh5ng"]},"includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay","h5","tngdh5ng"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Feedback_confirm"},{"name":"connectBLEDevice","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_BLE_connectBLEDevice"},{"name":"connectSocket","page":"socket","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_connectSocket"},{"name":"createAnimation","page":"createAnimation","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"type":"sync","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Animation_createAnimation"},{"name":"createWebViewContext","page":"createWebViewContext","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"type":"sync","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Web-View_createWebViewContext"},{"name":"datePicker","custom":{"web":["alipay","demo"]},"includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Choose-Date_datePicker"},{"name":"disconnectBLEDevice","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_BLE_disconnectBLEDevice"},{"name":"downloadFile","custom":{"web":["alipay","demo"]},"page":"file","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_downloadFile"},{"name":"exitApp","includes":{"mp":["demo"],"mp_web":["demo"],"web":["demo","alipay","h5","tngdh5ng"]},"custom":{"web":["h5"]}},{"name":"getAppIdSync","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"]},"type":"sync","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Basic_getAppIdSync"},{"name":"getAppToken","includes":{"mp":["demo"],"mp_web":["demo","alipayhk","dana","gcash","mpay","truemoney","tngd"],"web":["demo","alipay"]}},{"name":"getAuthCode","custom":{"mp":[],"web":["alipay","demo"]},"includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney","toss","mpay"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_OpenAPI_getAuthCode"},{"name":"getBatteryInfo","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Battery_getBatteryInfo"},{"name":"getBLEDeviceCharacteristics","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_BLE_getBLEDeviceCharacteristics"},{"name":"getBLEDeviceServices","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_BLE_getBLEDeviceServices"},{"name":"getBluetoothAdapterState","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_Bluetooth_getBluetoothAdapterState"},{"name":"getBluetoothDevices","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_Bluetooth_getBluetoothDevices"},{"name":"getClipboard","custom":{"web":["h5"]},"includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay","h5"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Clipboard_getClipboard"},{"name":"getComponentAuth","includes":{"mp":["demo"],"mp_web":["demo"],"web":["demo"]}},{"name":"getConnectedBluetoothDevices","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_Bluetooth_getConnectedBluetoothDevices"},{"name":"getFileInfo","page":"file","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_File_getFileInfo"},{"name":"getImageInfo","page":"image","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Media_Image_getImageInfo"},{"name":"getLocation","custom":{"web":["alipay","demo","h5","tngdh5ng"]},"includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay","h5","tngdh5ng"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Location_getLocation"},{"name":"getNetworkType","custom":{"web":["alipay","demo","h5","tngdh5ng"]},"includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay","h5","tngdh5ng"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Network_getNetworkType"},{"name":"getOpenUserInfo","page":"getOpenUserInfo","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_OpenAPI_getOpenUserInfo"},{"name":"getPaymentCode","includes":{"mp":["demo"],"mp_web":["demo"],"web":["demo"]}},{"name":"getPhoneNumber","custom":{"web":["alipay","demo"]},"page":"getPhoneNumber","includes":{"mp":["demo"],"mp_web":["demo","alipay"],"web":["demo","alipay"]}},{"name":"getSavedFileInfo","page":"file","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_File_getSavedFileInfo"},{"name":"getSavedFileList","page":"file","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_File_getSavedFileList"},{"name":"getScreenBrightness","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Screen_getScreenBrightness"},{"name":"getServerTime","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Server_getServerTime"},{"name":"getSetting","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Setting_getSetting"},{"name":"getSiteInfo","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay","h5"]},"custom":{"web":["h5"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Alipay-Connect_getSiteInfo"},{"name":"getStorage","custom":{"web":["alipay","demo","h5"]},"page":"storage","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney","toss","mpay"],"web":["demo","alipay","h5"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Storage_getStorage"},{"name":"getStorageSync","page":"storage","custom":{"web":["h5"]},"includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["h5"]},"type":"sync","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Storage_getStorageSync"},{"name":"getSystemInfo","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay","h5","tngdh5ng"]},"custom":{"web":["h5"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_System_getSystemInfo"},{"name":"getSystemInfoSync","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["h5"]},"custom":{"web":["h5"]},"type":"sync"},{"name":"hideBackHome","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_NavigationBar_hideBackHome"},{"name":"hideKeyboard","page":"hideKeyboard","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Keyboard_hideKeyboard"},{"name":"hideLoading","page":"loading","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay","h5","tngdh5ng"]},"custom":{"web":["h5"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Feedback_hideLoading"},{"name":"hideNavigationBarLoading","custom":{"web":["alipay","demo"]},"page":"loading","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_NavigationBar_hideNavigationBarLoading"},{"name":"hideTabBar","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_TabBar_hideTabBar"},{"name":"hideToast","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay","h5","tngdh5ng"]},"custom":{"web":["h5"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Feedback_hideToast"},{"name":"inquireQuote","includes":{"mp":["demo"],"mp_web":["demo"],"web":["demo"]}},{"name":"isInstalledApp","includes":{"mp":["demo"],"mp_web":["demo"],"web":["demo"]}},{"name":"makePhoneCall","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay","h5","tngdh5ng"]},"custom":{"web":["h5"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Call_makePhoneCall"},{"name":"multiLevelSelect","custom":{"web":["alipay","demo"]},"includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Multi-Level-Select_multiLevelSelect"},{"name":"navigateBack","page":"navigator","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["alipay","demo","h5","tngdh5ng"]},"custom":{"web":["alipay","demo","h5","tngdh5ng"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Route_navigateBack"},{"name":"navigateBackMiniProgram","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_OpenAPI_navigateBackMiniProgram"},{"name":"navigateTo","page":"navigator","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["alipay","demo","h5","tngdh5ng"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"]},"custom":{"web":["demo","alipay","h5","tngdh5ng"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Route_navigateTo"},{"name":"navigateToBizScene","includes":{"mp":["demo"],"mp_web":["demo"],"web":["demo","h5"]},"custom":{"web":["h5"]}},{"name":"navigateToMiniProgram","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay","h5"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_OpenAPI_navigateToMiniProgram"},{"name":"notifyBLECharacteristicValueChange","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_BLE_notifyBLECharacteristicValueChange"},{"name":"offAccelerometerChange","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Accelerometer_offAccelerometerChange"},{"name":"offBLECharacteristicValueChange","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_BLE_offBLECharacteristicValueChange"},{"name":"offBLEConnectionStateChanged","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_BLE_offBLEConnectionStateChanged"},{"name":"offBluetoothAdapterStateChange","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_Bluetooth_offBluetoothAdapterStateChange"},{"name":"offBluetoothDeviceFound","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_Bluetooth_offBluetoothDeviceFound"},{"name":"offCompassChange","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Compass_offCompassChange"},{"name":"offMemoryWarning","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Memory-Warning_onMemoryWarning"},{"name":"offSocketClose","page":"socket","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_offSocketClose"},{"name":"offSocketError","page":"socket","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_offSocketError"},{"name":"offSocketMessage","page":"socket","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_offSocketMessage"},{"name":"offSocketOpen","page":"socket","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_offSocketOpen"},{"name":"offUserCaptureScreen","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Capture_offUserCaptureScreen"},{"name":"onAccelerometerChange","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Accelerometer_onAccelerometerChange"},{"name":"onBLECharacteristicValueChange","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_BLE_onBLECharacteristicValueChange"},{"name":"onBLEConnectionStateChanged","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_BLE_onBLEConnectionStateChanged"},{"name":"onBluetoothAdapterStateChange","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_Bluetooth_onBluetoothAdapterStateChange"},{"name":"onBluetoothDeviceFound","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_Bluetooth_onBluetoothDeviceFound"},{"name":"onCompassChange","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Compass_onCompassChange"},{"name":"onMemoryWarning","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Memory-Warning_onMemoryWarning"},{"name":"onSocketClose","page":"socket","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_onSocketClose"},{"name":"onSocketError","page":"socket","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_onSocketError"},{"name":"onSocketMessage","page":"socket","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_onSocketMessage"},{"name":"onSocketOpen","page":"socket","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_onSocketOpen"},{"name":"onUserCaptureScreen","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Capture_onUserCaptureScreen"},{"name":"openBluetoothAdapter","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_Bluetooth_openBluetoothAdapter"},{"name":"openDocument","page":"file","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/api_file_myopendocument"},{"name":"openSchemeWithBacking","includes":{"mp":["demo"],"mp_web":["demo"],"web":["demo"]}},{"name":"openSetting","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Setting_openSetting"},{"name":"pageScrollTo","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["h5"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"]},"custom":{"web":["h5"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Scroll_pageScrollTo"},{"name":"paySignCenter","includes":{"mp":["demo"],"mp_web":["demo"]}},{"name":"previewImage","custom":{"web":["alipay","demo"]},"page":"image","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Media_Image_previewImage"},{"name":"prompt","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay","tngdh5ng"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Feedback_prompt"},{"name":"readBLECharacteristicValue","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_BLE_readBLECharacteristicValue"},{"name":"redirectTo","page":"navigator","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["alipay","demo","h5"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"]},"custom":{"web":["alipay","demo","h5"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Route_redirectTo"},{"name":"regionFetchAllApps","includes":{"mp":["demo"],"mp_web":["demo"],"web":["demo"]}},{"name":"regionSearchAppsByKeywords","includes":{"mp":["demo"],"mp_web":["demo"],"web":["demo"]}},{"name":"reLaunch","page":"navigator","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Route_reLaunch"},{"name":"removeSavedFile","page":"file","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_File_removeSavedFile"},{"name":"removeStorage","page":"storage","custom":{"web":["alipay","demo","h5"]},"includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay","h5"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Storage_removeStorage"},{"name":"removeStorageSync","page":"storage","custom":{"web":["h5"]},"includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["h5"]},"type":"sync","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Storage_removeStorageSync"},{"name":"request","custom":{"web":["alipay","demo","h5"]},"includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney","toss","mpay"],"web":["demo","alipay","h5"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_request"},{"name":"rpc","includes":{"mp":["alipay","demo"],"mp_web":["alipay","demo"],"web":["alipay","demo","h5"]},"custom":{"web":["h5"]}},{"name":"saveFile","page":"file","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_File_saveFile"},{"name":"saveImage","custom":{"web":["alipay","demo"]},"page":"image","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Media_Image_saveImage"},{"name":"scan","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Scan_scan"},{"name":"sendSocketMessage","page":"socket","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_sendSocketMessage"},{"name":"setBackgroundColor","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Set-Background_setBackgroundColor"},{"name":"setCanPullDown","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"]},"type":"sync","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Set-Pulldown_setCanPullDown"},{"name":"setClipboard","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay","h5","tngdh5ng"]},"custom":{"web":["h5"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Clipboard_setClipboard"},{"name":"setKeepScreenOn","custom":{"web":["alipay","demo"]},"includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Screen_setKeepScreenOn"},{"name":"setNavigationBar","custom":{"web":["alipay","demo","h5","tngdh5ng"]},"includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay","h5","tngdh5ng"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_NavigationBar_setNavigationBar"},{"name":"setOptionMenu","includes":{"mp":["demo"],"mp_web":["demo","alipay"]}},{"name":"setScreenBrightness","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Screen_setScreenBrightness"},{"name":"setStorage","custom":{"web":["alipay","demo","h5"]},"page":"storage","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney","toss","mpay"],"web":["demo","alipay","h5"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Storage_setStorage"},{"name":"setStorageSync","page":"storage","custom":{"web":["h5"]},"includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["h5"]},"type":"sync","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Storage_setStorageSync"},{"name":"setTabBarStyle","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_TabBar_setTabBarStyle"},{"name":"showActionSheet","custom":{"web":["alipay","demo"]},"includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Feedback_showActionSheet"},{"name":"showAuthGuide","custom":{"web":["alipay","demo"]},"includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Permission_showAuthGuide"},{"name":"showLoading","page":"loading","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay","h5","tngdh5ng"]},"custom":{"web":["h5"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Feedback_showLoading"},{"name":"showNavigationBarLoading","custom":{"web":["alipay","demo"]},"page":"loading","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_NavigationBar_showNavigationBarLoading"},{"name":"showToast","custom":{"mp":["wechat"],"web":["alipay","demo","h5","tngdh5ng"]},"includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney","wechat"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay","h5","tngdh5ng"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Feedback_showToast"},{"name":"signContract","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_OpenAPI_signContract"},{"name":"startApp","page":"startApp","includes":{"mp":["demo"],"mp_web":["demo"],"web":["demo","alipay"]}},{"name":"startBizService","includes":{"mp":["demo"],"mp_web":["demo"],"web":["demo"]}},{"name":"startBluetoothDevicesDiscovery","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_Bluetooth_startBluetoothDevicesDiscovery"},{"name":"startPullDownRefresh","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Pulldown_startPullDownRefresh"},{"name":"stopBluetoothDevicesDiscovery","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_Bluetooth_stopBluetoothDevicesDiscovery"},{"name":"stopPullDownRefresh","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Pulldown_stopPullDownRefresh"},{"name":"switchTab","page":"navigator","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Route_switchTab"},{"name":"thirdPartyAuthForAc","includes":{"mp":["demo"],"mp_web":["demo"],"web":["demo"]}},{"name":"tradePay","page":"tradePay","notice":"tradePay 在国际小程序跨投到主站时,可以传参 flowType 指定调用 tradePayCrossApp。在国际钱包中,tradePay 直接透传参数。","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"custom":{"mp":["alipay"],"mp_web":["alipay"],"web":["alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_OpenAPI_tradePay"},{"name":"crossPay","notice":"小程序跨投到主站专用的 JSAPI,国际容器不需要调用。能力已经被 tradePay 抹平,该 JSAPI 不需要再调用","includes":{"mp":["alipay"],"mp_web":["alipay"],"web":["alipay"]}},{"name":"uploadApdidToken","includes":{"mp":["demo"],"mp_web":["demo"],"web":["demo"]}},{"name":"uploadFile","custom":{"web":["alipay","demo"]},"page":"file","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_uploadFile"},{"name":"vibrate","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay","tngdh5ng"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Vibrate_vibrate"},{"name":"watchShake","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Watch-Shake_watchShake"},{"name":"writeBLECharacteristicValue","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_BLE_writeBLECharacteristicValue"},{"name":"getLaunchOptionsSync","custom":{"web":["h5"]},"includes":{"mp":["alipay"],"web":["h5"]},"type":"sync"},{"name":"createSelectorQuery","custom":{"web":["h5"]},"includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["h5"]},"type":"sync","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Selector-Query_createSelectorQuery"},{"name":"canIUse","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[],"mp_web":[]},"type":"sync","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Basic_canIUse"},{"name":"getStorageInfo","includes":{"mp":["demo"],"web":[]}},{"name":"getStorageInfoSync","includes":{"mp":["demo","alipay"],"web":[]},"type":"sync"},{"name":"showSharePanel","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/api_share_showsharepanel"},{"name":"hideOptionButton","includes":{"mp":["demo"],"mp_web":["demo"]}},{"name":"getCurrentLanguage","type":"sync","internal":true,"includes":{"mp":[],"mp_web":["alipay","alipayhk","chope","dana","demo","gcash","tngd","truemoney"],"web":["alipay","demo","tngdh5ng","h5"]},"custom":{"mp_web":["alipay","alipayhk","chope","dana","demo","gcash","tngd","truemoney"],"web":["alipay","demo","tngdh5ng","h5"]}},{"name":"openURL","type":"sync","internal":true,"includes":{"mp":[],"mp_web":["alipayhk","dana","gcash","tngd","truemoney","toss","mpay"],"web":["alipay","h5"]},"custom":{"mp_web":["alipayhk","dana","gcash","tngd","truemoney","toss","mpay"],"web":["alipay","h5"]}},{"name":"openWebURL","type":"sync","internal":true,"includes":{"mp":[],"mp_web":["alipayhk","dana","gcash","tngd","truemoney","toss","mpay"],"web":["alipay"]},"custom":{"mp_web":["alipayhk","dana","gcash","tngd","truemoney","toss","mpay"],"web":["alipay"]}},{"name":"openInApp","type":"sync","internal":true,"includes":{"mp":[],"mp_web":["alipayhk","dana","gcash","tngd","truemoney","toss","mpay"],"web":["alipay"]},"custom":{"mp_web":["alipayhk","dana","gcash","tngd","truemoney","toss","mpay"],"web":["alipay"]}},{"name":"openOtherApp","type":"sync","internal":true,"includes":{"mp":[],"mp_web":["alipayhk","dana","gcash","tngd","truemoney","toss","mpay"],"web":["alipay"]},"custom":{"mp_web":["alipayhk","dana","gcash","tngd","truemoney","toss","mpay"],"web":["alipay"]}},{"name":"openInBrowser","type":"sync","internal":true,"includes":{"mp":[],"mp_web":["alipayhk","dana","gcash","tngd","truemoney","toss","mpay"],"web":["alipay"]},"custom":{"mp_web":["alipayhk","dana","gcash","tngd","truemoney","toss","mpay"],"web":["alipay"]}},{"name":"openPayCodePage","type":"sync","internal":true,"includes":{"mp":[],"mp_web":["alipayhk","dana","gcash","tngd","truemoney","toss","mpay"],"web":["alipay"]},"custom":{"mp_web":["alipayhk","dana","gcash","tngd","truemoney","toss","mpay"],"web":["alipay"]}},{"name":"openApPayCodePage","type":"sync","internal":true,"includes":{"mp":[],"mp_web":["alipayhk","dana","gcash","tngd","truemoney","toss","mpay"],"web":["alipay"]},"custom":{"mp_web":["alipayhk","dana","gcash","tngd","truemoney","toss","mpay"],"web":["alipay"]}},{"name":"openScanPage","type":"sync","internal":true,"includes":{"mp":[],"mp_web":["alipayhk","dana","gcash","tngd","truemoney","toss","mpay"],"web":["alipay"]},"custom":{"mp_web":["alipayhk","dana","gcash","tngd","truemoney","toss","mpay"],"web":["alipay"]}},{"name":"createWithoutAuthRpc","type":"sync","internal":true,"includes":{"mp":[],"mp_web":["alipayhk","dana","gcash","tngd","truemoney","toss","mpay"],"web":["alipay","h5"]},"custom":{"mp_web":["alipayhk","dana","gcash","tngd","truemoney","toss","mpay"],"web":["alipay","h5"]}},{"name":"rpcWithAuth","type":"async","internal":true,"includes":{"mp":[],"mp_web":["toss","mpay"]},"custom":{"mp_web":["toss","mpay"]}},{"name":"getAppId","type":"async","includes":{"mp":[],"mp_web":["alipay","alipayhk","chope","dana","demo","gcash","mpay","tngd","truemoney","toss","mpay"]}},{"name":"getCurrentPages","type":"async","includes":{"mp":[],"mp_web":["alipay","alipayhk","chope","dana","demo","gcash","mpay","tngd","truemoney","toss","mpay"]}},{"name":"getSDKVersion","type":"async","includes":{"mp":[],"mp_web":["alipay","alipayhk","chope","dana","demo","gcash","mpay","tngd","truemoney","toss","mpay"]}},{"name":"defineRuntimeConfig","type":"sync","internal":true,"includes":{"mp":[],"mp_web":["alipayhk","dana","gcash","tngd","truemoney","toss","mpay"],"web":["alipay","h5"]},"custom":{"mp_web":["alipayhk","dana","gcash","tngd","truemoney","toss","mpay"],"web":["alipay","h5"]}},{"name":"rpcWithAuthAPlus","type":"async","internal":true,"includes":{"mp":[],"mp_web":[],"web":["alipay"]},"custom":{"web":["alipay"]}},{"name":"easyShare","type":"async","internal":true,"includes":{"mp":[],"mp_web":[],"web":["alipay"]}},{"name":"homeAddAppToMyApps","internal":true,"includes":{"mp":[],"mp_web":[],"web":["alipay"]}},{"name":"homeCanAddAppToMyApps","internal":true,"includes":{"mp":[],"mp_web":[],"web":["alipay"]}},{"name":"postNotification","internal":true,"includes":{"mp":[],"mp_web":[],"web":["alipay"]}},{"name":"addNotifyListener","internal":true,"includes":{"mp":[],"mp_web":[],"web":["alipay"]},"custom":{"mp":[],"mp_web":[],"web":["alipay"]}},{"name":"removeNotifyListener","internal":true,"includes":{"mp":[],"mp_web":[],"web":["alipay"]},"custom":{"mp":[],"mp_web":[],"web":["alipay"]}},{"name":"getMainSelectedCity","internal":true,"includes":{"mp":[],"mp_web":[],"web":["alipay"]}},{"name":"chooseDistrict","internal":true,"includes":{"mp":[],"mp_web":[],"web":["alipay"]}}]
|