hylid-bridge 4.0.7 → 4.0.8
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 +0 -66
- package/lib/bridges.d.ts +1 -378
- package/lib/bridges.js +0 -694
- package/lib/clients/mp/alipay/index.d.ts +2 -4
- package/lib/clients/mp/alipay/index.js +2 -4
- package/lib/clients/mp/alipayhk/index.d.ts +2 -4
- package/lib/clients/mp/alipayhk/index.js +2 -4
- package/lib/clients/mp/chope/index.d.ts +1 -1
- package/lib/clients/mp/dana/index.d.ts +2 -4
- package/lib/clients/mp/dana/index.js +2 -4
- package/lib/clients/mp/demo/index.d.ts +1 -1
- package/lib/clients/mp/gcash/index.d.ts +2 -4
- package/lib/clients/mp/gcash/index.js +2 -4
- package/lib/clients/mp/tngd/index.d.ts +2 -4
- package/lib/clients/mp/tngd/index.js +2 -4
- package/lib/clients/mp/truemoney/index.d.ts +2 -4
- package/lib/clients/mp/truemoney/index.js +2 -4
- package/lib/clients/mp_web/alipay/index.d.ts +2 -4
- package/lib/clients/mp_web/alipay/index.js +1 -3
- package/lib/clients/mp_web/alipayhk/index.d.ts +2 -56
- package/lib/clients/mp_web/alipayhk/index.js +2 -28
- package/lib/clients/mp_web/chope/index.d.ts +2 -4
- package/lib/clients/mp_web/chope/index.js +1 -3
- package/lib/clients/mp_web/dana/index.d.ts +2 -56
- package/lib/clients/mp_web/dana/index.js +2 -28
- package/lib/clients/mp_web/demo/index.d.ts +2 -4
- package/lib/clients/mp_web/demo/index.js +1 -3
- package/lib/clients/mp_web/gcash/index.d.ts +2 -56
- package/lib/clients/mp_web/gcash/index.js +2 -28
- package/lib/clients/mp_web/mpay/index.d.ts +2 -54
- package/lib/clients/mp_web/mpay/index.js +2 -26
- package/lib/clients/mp_web/tngd/index.d.ts +2 -56
- package/lib/clients/mp_web/tngd/index.js +2 -28
- package/lib/clients/mp_web/toss/index.d.ts +2 -54
- package/lib/clients/mp_web/toss/index.js +2 -26
- package/lib/clients/mp_web/truemoney/index.d.ts +2 -56
- package/lib/clients/mp_web/truemoney/index.js +2 -28
- package/lib/clients/web/alipay/index.d.ts +3 -131
- package/lib/clients/web/alipay/index.js +3 -47
- package/lib/clients/web/demo/index.d.ts +2 -4
- package/lib/clients/web/demo/index.js +2 -4
- package/lib/clients/web/h5/index.d.ts +2 -42
- package/lib/clients/web/h5/index.js +2 -14
- package/lib/clients/web/tngdh5ng/index.d.ts +1 -3
- package/lib/clients/web/tngdh5ng/index.js +2 -4
- package/lib/common/apis/custom/web/h5/request.d.ts +1 -1
- package/lib/common/apis/generated/mp/request.d.ts +2 -2
- package/lib/common/apis/generated/mp_web/request.d.ts +2 -2
- package/lib/dsl.d.ts +1 -10
- package/lib/dsl.js +1 -28
- 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 -2
- package/lib/umd/mp_web_tngd.js +1 -1
- package/lib/umd/mp_web_toss.js +1 -2
- package/lib/umd/mp_web_truemoney.js +1 -1
- package/lib/umd/web_alipay.js +1 -2
- 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/package.json +6 -6
- package/lib/clients/mp/alipay/defineRuntimeConfig.d.ts +0 -2
- package/lib/clients/mp/alipay/defineRuntimeConfig.js +0 -3
- package/lib/clients/mp/alipayhk/defineRuntimeConfig.d.ts +0 -2
- package/lib/clients/mp/alipayhk/defineRuntimeConfig.js +0 -3
- package/lib/clients/mp/dana/defineRuntimeConfig.d.ts +0 -2
- package/lib/clients/mp/dana/defineRuntimeConfig.js +0 -3
- package/lib/clients/mp/gcash/defineRuntimeConfig.d.ts +0 -2
- package/lib/clients/mp/gcash/defineRuntimeConfig.js +0 -3
- package/lib/clients/mp/tngd/defineRuntimeConfig.d.ts +0 -2
- package/lib/clients/mp/tngd/defineRuntimeConfig.js +0 -3
- package/lib/clients/mp/truemoney/defineRuntimeConfig.d.ts +0 -2
- package/lib/clients/mp/truemoney/defineRuntimeConfig.js +0 -3
- package/lib/clients/mp_web/alipay/getCurrentLanguage.d.ts +0 -2
- package/lib/clients/mp_web/alipay/getCurrentLanguage.js +0 -3
- package/lib/clients/mp_web/alipayhk/createWithoutAuthRpc.d.ts +0 -2
- package/lib/clients/mp_web/alipayhk/createWithoutAuthRpc.js +0 -3
- package/lib/clients/mp_web/alipayhk/defineRuntimeConfig.d.ts +0 -2
- package/lib/clients/mp_web/alipayhk/defineRuntimeConfig.js +0 -3
- package/lib/clients/mp_web/alipayhk/getCurrentLanguage.d.ts +0 -2
- package/lib/clients/mp_web/alipayhk/getCurrentLanguage.js +0 -3
- package/lib/clients/mp_web/alipayhk/openApPayCodePage.d.ts +0 -2
- package/lib/clients/mp_web/alipayhk/openApPayCodePage.js +0 -3
- package/lib/clients/mp_web/alipayhk/openInApp.d.ts +0 -2
- package/lib/clients/mp_web/alipayhk/openInApp.js +0 -3
- package/lib/clients/mp_web/alipayhk/openInBrowser.d.ts +0 -2
- package/lib/clients/mp_web/alipayhk/openInBrowser.js +0 -3
- package/lib/clients/mp_web/alipayhk/openOtherApp.d.ts +0 -2
- package/lib/clients/mp_web/alipayhk/openOtherApp.js +0 -3
- package/lib/clients/mp_web/alipayhk/openPayCodePage.d.ts +0 -2
- package/lib/clients/mp_web/alipayhk/openPayCodePage.js +0 -3
- package/lib/clients/mp_web/alipayhk/openScanPage.d.ts +0 -2
- package/lib/clients/mp_web/alipayhk/openScanPage.js +0 -3
- package/lib/clients/mp_web/alipayhk/openURL.d.ts +0 -2
- package/lib/clients/mp_web/alipayhk/openURL.js +0 -3
- package/lib/clients/mp_web/alipayhk/openWebURL.d.ts +0 -2
- package/lib/clients/mp_web/alipayhk/openWebURL.js +0 -3
- package/lib/clients/mp_web/alipayhk/popWindow.d.ts +0 -2
- package/lib/clients/mp_web/alipayhk/popWindow.js +0 -3
- package/lib/clients/mp_web/alipayhk/rpcWithAuth.d.ts +0 -2
- package/lib/clients/mp_web/alipayhk/rpcWithAuth.js +0 -3
- package/lib/clients/mp_web/chope/getCurrentLanguage.d.ts +0 -2
- package/lib/clients/mp_web/chope/getCurrentLanguage.js +0 -3
- package/lib/clients/mp_web/dana/createWithoutAuthRpc.d.ts +0 -2
- package/lib/clients/mp_web/dana/createWithoutAuthRpc.js +0 -3
- package/lib/clients/mp_web/dana/defineRuntimeConfig.d.ts +0 -2
- package/lib/clients/mp_web/dana/defineRuntimeConfig.js +0 -3
- package/lib/clients/mp_web/dana/getCurrentLanguage.d.ts +0 -2
- package/lib/clients/mp_web/dana/getCurrentLanguage.js +0 -3
- package/lib/clients/mp_web/dana/openApPayCodePage.d.ts +0 -2
- package/lib/clients/mp_web/dana/openApPayCodePage.js +0 -3
- package/lib/clients/mp_web/dana/openInApp.d.ts +0 -2
- package/lib/clients/mp_web/dana/openInApp.js +0 -3
- package/lib/clients/mp_web/dana/openInBrowser.d.ts +0 -2
- package/lib/clients/mp_web/dana/openInBrowser.js +0 -3
- package/lib/clients/mp_web/dana/openOtherApp.d.ts +0 -2
- package/lib/clients/mp_web/dana/openOtherApp.js +0 -3
- package/lib/clients/mp_web/dana/openPayCodePage.d.ts +0 -2
- package/lib/clients/mp_web/dana/openPayCodePage.js +0 -3
- package/lib/clients/mp_web/dana/openScanPage.d.ts +0 -2
- package/lib/clients/mp_web/dana/openScanPage.js +0 -3
- package/lib/clients/mp_web/dana/openURL.d.ts +0 -2
- package/lib/clients/mp_web/dana/openURL.js +0 -3
- package/lib/clients/mp_web/dana/openWebURL.d.ts +0 -2
- package/lib/clients/mp_web/dana/openWebURL.js +0 -3
- package/lib/clients/mp_web/dana/popWindow.d.ts +0 -2
- package/lib/clients/mp_web/dana/popWindow.js +0 -3
- package/lib/clients/mp_web/dana/rpcWithAuth.d.ts +0 -2
- package/lib/clients/mp_web/dana/rpcWithAuth.js +0 -3
- package/lib/clients/mp_web/demo/getCurrentLanguage.d.ts +0 -2
- package/lib/clients/mp_web/demo/getCurrentLanguage.js +0 -3
- package/lib/clients/mp_web/gcash/createWithoutAuthRpc.d.ts +0 -2
- package/lib/clients/mp_web/gcash/createWithoutAuthRpc.js +0 -3
- package/lib/clients/mp_web/gcash/defineRuntimeConfig.d.ts +0 -2
- package/lib/clients/mp_web/gcash/defineRuntimeConfig.js +0 -3
- package/lib/clients/mp_web/gcash/getCurrentLanguage.d.ts +0 -2
- package/lib/clients/mp_web/gcash/getCurrentLanguage.js +0 -3
- package/lib/clients/mp_web/gcash/openApPayCodePage.d.ts +0 -2
- package/lib/clients/mp_web/gcash/openApPayCodePage.js +0 -3
- package/lib/clients/mp_web/gcash/openInApp.d.ts +0 -2
- package/lib/clients/mp_web/gcash/openInApp.js +0 -3
- package/lib/clients/mp_web/gcash/openInBrowser.d.ts +0 -2
- package/lib/clients/mp_web/gcash/openInBrowser.js +0 -3
- package/lib/clients/mp_web/gcash/openOtherApp.d.ts +0 -2
- package/lib/clients/mp_web/gcash/openOtherApp.js +0 -3
- package/lib/clients/mp_web/gcash/openPayCodePage.d.ts +0 -2
- package/lib/clients/mp_web/gcash/openPayCodePage.js +0 -3
- package/lib/clients/mp_web/gcash/openScanPage.d.ts +0 -2
- package/lib/clients/mp_web/gcash/openScanPage.js +0 -3
- package/lib/clients/mp_web/gcash/openURL.d.ts +0 -2
- package/lib/clients/mp_web/gcash/openURL.js +0 -3
- package/lib/clients/mp_web/gcash/openWebURL.d.ts +0 -2
- package/lib/clients/mp_web/gcash/openWebURL.js +0 -3
- package/lib/clients/mp_web/gcash/popWindow.d.ts +0 -2
- package/lib/clients/mp_web/gcash/popWindow.js +0 -3
- package/lib/clients/mp_web/gcash/rpcWithAuth.d.ts +0 -2
- package/lib/clients/mp_web/gcash/rpcWithAuth.js +0 -3
- package/lib/clients/mp_web/mpay/createWithoutAuthRpc.d.ts +0 -2
- package/lib/clients/mp_web/mpay/createWithoutAuthRpc.js +0 -3
- package/lib/clients/mp_web/mpay/defineRuntimeConfig.d.ts +0 -2
- package/lib/clients/mp_web/mpay/defineRuntimeConfig.js +0 -3
- package/lib/clients/mp_web/mpay/openApPayCodePage.d.ts +0 -2
- package/lib/clients/mp_web/mpay/openApPayCodePage.js +0 -3
- package/lib/clients/mp_web/mpay/openInApp.d.ts +0 -2
- package/lib/clients/mp_web/mpay/openInApp.js +0 -3
- package/lib/clients/mp_web/mpay/openInBrowser.d.ts +0 -2
- package/lib/clients/mp_web/mpay/openInBrowser.js +0 -3
- package/lib/clients/mp_web/mpay/openOtherApp.d.ts +0 -2
- package/lib/clients/mp_web/mpay/openOtherApp.js +0 -3
- package/lib/clients/mp_web/mpay/openPayCodePage.d.ts +0 -2
- package/lib/clients/mp_web/mpay/openPayCodePage.js +0 -3
- package/lib/clients/mp_web/mpay/openScanPage.d.ts +0 -2
- package/lib/clients/mp_web/mpay/openScanPage.js +0 -3
- package/lib/clients/mp_web/mpay/openURL.d.ts +0 -2
- package/lib/clients/mp_web/mpay/openURL.js +0 -3
- package/lib/clients/mp_web/mpay/openWebURL.d.ts +0 -2
- package/lib/clients/mp_web/mpay/openWebURL.js +0 -3
- package/lib/clients/mp_web/mpay/popWindow.d.ts +0 -2
- package/lib/clients/mp_web/mpay/popWindow.js +0 -3
- package/lib/clients/mp_web/mpay/rpcWithAuth.d.ts +0 -2
- package/lib/clients/mp_web/mpay/rpcWithAuth.js +0 -3
- package/lib/clients/mp_web/tngd/createWithoutAuthRpc.d.ts +0 -2
- package/lib/clients/mp_web/tngd/createWithoutAuthRpc.js +0 -3
- package/lib/clients/mp_web/tngd/defineRuntimeConfig.d.ts +0 -2
- package/lib/clients/mp_web/tngd/defineRuntimeConfig.js +0 -3
- package/lib/clients/mp_web/tngd/getCurrentLanguage.d.ts +0 -2
- package/lib/clients/mp_web/tngd/getCurrentLanguage.js +0 -3
- package/lib/clients/mp_web/tngd/openApPayCodePage.d.ts +0 -2
- package/lib/clients/mp_web/tngd/openApPayCodePage.js +0 -3
- package/lib/clients/mp_web/tngd/openInApp.d.ts +0 -2
- package/lib/clients/mp_web/tngd/openInApp.js +0 -3
- package/lib/clients/mp_web/tngd/openInBrowser.d.ts +0 -2
- package/lib/clients/mp_web/tngd/openInBrowser.js +0 -3
- package/lib/clients/mp_web/tngd/openOtherApp.d.ts +0 -2
- package/lib/clients/mp_web/tngd/openOtherApp.js +0 -3
- package/lib/clients/mp_web/tngd/openPayCodePage.d.ts +0 -2
- package/lib/clients/mp_web/tngd/openPayCodePage.js +0 -3
- package/lib/clients/mp_web/tngd/openScanPage.d.ts +0 -2
- package/lib/clients/mp_web/tngd/openScanPage.js +0 -3
- package/lib/clients/mp_web/tngd/openURL.d.ts +0 -2
- package/lib/clients/mp_web/tngd/openURL.js +0 -3
- package/lib/clients/mp_web/tngd/openWebURL.d.ts +0 -2
- package/lib/clients/mp_web/tngd/openWebURL.js +0 -3
- package/lib/clients/mp_web/tngd/popWindow.d.ts +0 -2
- package/lib/clients/mp_web/tngd/popWindow.js +0 -3
- package/lib/clients/mp_web/tngd/rpcWithAuth.d.ts +0 -2
- package/lib/clients/mp_web/tngd/rpcWithAuth.js +0 -3
- package/lib/clients/mp_web/toss/createWithoutAuthRpc.d.ts +0 -2
- package/lib/clients/mp_web/toss/createWithoutAuthRpc.js +0 -3
- package/lib/clients/mp_web/toss/defineRuntimeConfig.d.ts +0 -2
- package/lib/clients/mp_web/toss/defineRuntimeConfig.js +0 -3
- package/lib/clients/mp_web/toss/openApPayCodePage.d.ts +0 -2
- package/lib/clients/mp_web/toss/openApPayCodePage.js +0 -3
- package/lib/clients/mp_web/toss/openInApp.d.ts +0 -2
- package/lib/clients/mp_web/toss/openInApp.js +0 -3
- package/lib/clients/mp_web/toss/openInBrowser.d.ts +0 -2
- package/lib/clients/mp_web/toss/openInBrowser.js +0 -3
- package/lib/clients/mp_web/toss/openOtherApp.d.ts +0 -2
- package/lib/clients/mp_web/toss/openOtherApp.js +0 -3
- package/lib/clients/mp_web/toss/openPayCodePage.d.ts +0 -2
- package/lib/clients/mp_web/toss/openPayCodePage.js +0 -3
- package/lib/clients/mp_web/toss/openScanPage.d.ts +0 -2
- package/lib/clients/mp_web/toss/openScanPage.js +0 -3
- package/lib/clients/mp_web/toss/openURL.d.ts +0 -2
- package/lib/clients/mp_web/toss/openURL.js +0 -3
- package/lib/clients/mp_web/toss/openWebURL.d.ts +0 -2
- package/lib/clients/mp_web/toss/openWebURL.js +0 -3
- package/lib/clients/mp_web/toss/popWindow.d.ts +0 -2
- package/lib/clients/mp_web/toss/popWindow.js +0 -3
- package/lib/clients/mp_web/toss/rpcWithAuth.d.ts +0 -2
- package/lib/clients/mp_web/toss/rpcWithAuth.js +0 -3
- package/lib/clients/mp_web/truemoney/createWithoutAuthRpc.d.ts +0 -2
- package/lib/clients/mp_web/truemoney/createWithoutAuthRpc.js +0 -3
- package/lib/clients/mp_web/truemoney/defineRuntimeConfig.d.ts +0 -2
- package/lib/clients/mp_web/truemoney/defineRuntimeConfig.js +0 -3
- package/lib/clients/mp_web/truemoney/getCurrentLanguage.d.ts +0 -2
- package/lib/clients/mp_web/truemoney/getCurrentLanguage.js +0 -3
- package/lib/clients/mp_web/truemoney/openApPayCodePage.d.ts +0 -2
- package/lib/clients/mp_web/truemoney/openApPayCodePage.js +0 -3
- package/lib/clients/mp_web/truemoney/openInApp.d.ts +0 -2
- package/lib/clients/mp_web/truemoney/openInApp.js +0 -3
- package/lib/clients/mp_web/truemoney/openInBrowser.d.ts +0 -2
- package/lib/clients/mp_web/truemoney/openInBrowser.js +0 -3
- package/lib/clients/mp_web/truemoney/openOtherApp.d.ts +0 -2
- package/lib/clients/mp_web/truemoney/openOtherApp.js +0 -3
- package/lib/clients/mp_web/truemoney/openPayCodePage.d.ts +0 -2
- package/lib/clients/mp_web/truemoney/openPayCodePage.js +0 -3
- package/lib/clients/mp_web/truemoney/openScanPage.d.ts +0 -2
- package/lib/clients/mp_web/truemoney/openScanPage.js +0 -3
- package/lib/clients/mp_web/truemoney/openURL.d.ts +0 -2
- package/lib/clients/mp_web/truemoney/openURL.js +0 -3
- package/lib/clients/mp_web/truemoney/openWebURL.d.ts +0 -2
- package/lib/clients/mp_web/truemoney/openWebURL.js +0 -3
- package/lib/clients/mp_web/truemoney/popWindow.d.ts +0 -2
- package/lib/clients/mp_web/truemoney/popWindow.js +0 -3
- package/lib/clients/mp_web/truemoney/rpcWithAuth.d.ts +0 -2
- package/lib/clients/mp_web/truemoney/rpcWithAuth.js +0 -3
- package/lib/clients/web/alipay/addNotifyListener.d.ts +0 -2
- package/lib/clients/web/alipay/addNotifyListener.js +0 -3
- package/lib/clients/web/alipay/chooseDistrict.d.ts +0 -2
- package/lib/clients/web/alipay/chooseDistrict.js +0 -3
- package/lib/clients/web/alipay/createWithoutAuthRpc.d.ts +0 -2
- package/lib/clients/web/alipay/createWithoutAuthRpc.js +0 -3
- package/lib/clients/web/alipay/defineRuntimeConfig.d.ts +0 -2
- package/lib/clients/web/alipay/defineRuntimeConfig.js +0 -3
- package/lib/clients/web/alipay/easyShare.d.ts +0 -2
- package/lib/clients/web/alipay/easyShare.js +0 -3
- package/lib/clients/web/alipay/getCurrentLanguage.d.ts +0 -2
- package/lib/clients/web/alipay/getCurrentLanguage.js +0 -3
- package/lib/clients/web/alipay/getMainSelectedCity.d.ts +0 -2
- package/lib/clients/web/alipay/getMainSelectedCity.js +0 -3
- package/lib/clients/web/alipay/homeAddAppToMyApps.d.ts +0 -2
- package/lib/clients/web/alipay/homeAddAppToMyApps.js +0 -3
- package/lib/clients/web/alipay/homeCanAddAppToMyApps.d.ts +0 -2
- package/lib/clients/web/alipay/homeCanAddAppToMyApps.js +0 -3
- package/lib/clients/web/alipay/openApPayCodePage.d.ts +0 -2
- package/lib/clients/web/alipay/openApPayCodePage.js +0 -3
- package/lib/clients/web/alipay/openInApp.d.ts +0 -2
- package/lib/clients/web/alipay/openInApp.js +0 -3
- package/lib/clients/web/alipay/openInBrowser.d.ts +0 -2
- package/lib/clients/web/alipay/openInBrowser.js +0 -3
- package/lib/clients/web/alipay/openOtherApp.d.ts +0 -2
- package/lib/clients/web/alipay/openOtherApp.js +0 -3
- package/lib/clients/web/alipay/openPayCodePage.d.ts +0 -2
- package/lib/clients/web/alipay/openPayCodePage.js +0 -3
- package/lib/clients/web/alipay/openScanPage.d.ts +0 -2
- package/lib/clients/web/alipay/openScanPage.js +0 -3
- package/lib/clients/web/alipay/openURL.d.ts +0 -2
- package/lib/clients/web/alipay/openURL.js +0 -3
- package/lib/clients/web/alipay/openWebURL.d.ts +0 -2
- package/lib/clients/web/alipay/openWebURL.js +0 -3
- package/lib/clients/web/alipay/popWindow.d.ts +0 -2
- package/lib/clients/web/alipay/popWindow.js +0 -3
- package/lib/clients/web/alipay/postNotification.d.ts +0 -2
- package/lib/clients/web/alipay/postNotification.js +0 -3
- package/lib/clients/web/alipay/removeNotifyListener.d.ts +0 -2
- package/lib/clients/web/alipay/removeNotifyListener.js +0 -3
- package/lib/clients/web/alipay/rpcWithAuth.d.ts +0 -2
- package/lib/clients/web/alipay/rpcWithAuth.js +0 -3
- package/lib/clients/web/alipay/rpcWithAuthAPlus.d.ts +0 -2
- package/lib/clients/web/alipay/rpcWithAuthAPlus.js +0 -3
- package/lib/clients/web/demo/getCurrentLanguage.d.ts +0 -2
- package/lib/clients/web/demo/getCurrentLanguage.js +0 -3
- package/lib/clients/web/h5/createWithoutAuthRpc.d.ts +0 -2
- package/lib/clients/web/h5/createWithoutAuthRpc.js +0 -3
- package/lib/clients/web/h5/defineRuntimeConfig.d.ts +0 -2
- package/lib/clients/web/h5/defineRuntimeConfig.js +0 -3
- package/lib/clients/web/h5/getCurrentLanguage.d.ts +0 -2
- package/lib/clients/web/h5/getCurrentLanguage.js +0 -3
- package/lib/clients/web/h5/openURL.d.ts +0 -2
- package/lib/clients/web/h5/openURL.js +0 -3
- package/lib/clients/web/h5/popWindow.d.ts +0 -2
- package/lib/clients/web/h5/popWindow.js +0 -3
- package/lib/clients/web/h5/rpcWithAuth.d.ts +0 -2
- package/lib/clients/web/h5/rpcWithAuth.js +0 -3
- package/lib/clients/web/tngdh5ng/getCurrentLanguage.d.ts +0 -2
- package/lib/clients/web/tngdh5ng/getCurrentLanguage.js +0 -3
- package/lib/common/apis/generated/mp_web/createWithoutAuthRpc.d.ts +0 -27
- package/lib/common/apis/generated/mp_web/createWithoutAuthRpc.js +0 -7
- package/lib/common/apis/generated/mp_web/defineRuntimeConfig.d.ts +0 -2
- package/lib/common/apis/generated/mp_web/defineRuntimeConfig.js +0 -7
- package/lib/common/apis/generated/web/chooseDistrict.d.ts +0 -41
- package/lib/common/apis/generated/web/chooseDistrict.js +0 -8
- package/lib/common/apis/generated/web/easyShare.d.ts +0 -32
- package/lib/common/apis/generated/web/easyShare.js +0 -8
- package/lib/common/apis/generated/web/getMainSelectedCity.d.ts +0 -27
- package/lib/common/apis/generated/web/getMainSelectedCity.js +0 -8
- package/lib/common/apis/generated/web/homeAddAppToMyApps.d.ts +0 -5
- package/lib/common/apis/generated/web/homeAddAppToMyApps.js +0 -8
- package/lib/common/apis/generated/web/homeCanAddAppToMyApps.d.ts +0 -13
- package/lib/common/apis/generated/web/homeCanAddAppToMyApps.js +0 -8
- package/lib/common/apis/generated/web/postNotification.d.ts +0 -9
- package/lib/common/apis/generated/web/postNotification.js +0 -8
- package/lib/internal/apis/custom/mp_web/alipayhk/openApPayCodePage.d.ts +0 -3
- package/lib/internal/apis/custom/mp_web/alipayhk/openApPayCodePage.js +0 -3
- package/lib/internal/apis/custom/mp_web/alipayhk/openInApp.d.ts +0 -3
- package/lib/internal/apis/custom/mp_web/alipayhk/openInApp.js +0 -3
- package/lib/internal/apis/custom/mp_web/alipayhk/openInBrowser.d.ts +0 -3
- package/lib/internal/apis/custom/mp_web/alipayhk/openInBrowser.js +0 -3
- package/lib/internal/apis/custom/mp_web/alipayhk/openOtherApp.d.ts +0 -3
- package/lib/internal/apis/custom/mp_web/alipayhk/openOtherApp.js +0 -3
- package/lib/internal/apis/custom/mp_web/alipayhk/openPayCodePage.d.ts +0 -3
- package/lib/internal/apis/custom/mp_web/alipayhk/openPayCodePage.js +0 -3
- package/lib/internal/apis/custom/mp_web/alipayhk/openScanPage.d.ts +0 -3
- package/lib/internal/apis/custom/mp_web/alipayhk/openScanPage.js +0 -3
- package/lib/internal/apis/custom/mp_web/alipayhk/openURL.d.ts +0 -2
- package/lib/internal/apis/custom/mp_web/alipayhk/openURL.js +0 -26
- package/lib/internal/apis/custom/mp_web/alipayhk/openWebURL.d.ts +0 -3
- package/lib/internal/apis/custom/mp_web/alipayhk/openWebURL.js +0 -3
- package/lib/internal/apis/custom/mp_web/alipayhk/popWindow.d.ts +0 -2
- package/lib/internal/apis/custom/mp_web/alipayhk/popWindow.js +0 -4
- package/lib/internal/apis/custom/mp_web/alipayhk/rpcWithAuth.d.ts +0 -3
- package/lib/internal/apis/custom/mp_web/alipayhk/rpcWithAuth.js +0 -32
- package/lib/internal/apis/custom/mp_web/mpay/openApPayCodePage.d.ts +0 -3
- package/lib/internal/apis/custom/mp_web/mpay/openApPayCodePage.js +0 -3
- package/lib/internal/apis/custom/mp_web/mpay/openInApp.d.ts +0 -3
- package/lib/internal/apis/custom/mp_web/mpay/openInApp.js +0 -3
- package/lib/internal/apis/custom/mp_web/mpay/openInBrowser.d.ts +0 -3
- package/lib/internal/apis/custom/mp_web/mpay/openInBrowser.js +0 -3
- package/lib/internal/apis/custom/mp_web/mpay/openOtherApp.d.ts +0 -3
- package/lib/internal/apis/custom/mp_web/mpay/openOtherApp.js +0 -3
- package/lib/internal/apis/custom/mp_web/mpay/openPayCodePage.d.ts +0 -3
- package/lib/internal/apis/custom/mp_web/mpay/openPayCodePage.js +0 -3
- package/lib/internal/apis/custom/mp_web/mpay/openScanPage.d.ts +0 -3
- package/lib/internal/apis/custom/mp_web/mpay/openScanPage.js +0 -3
- package/lib/internal/apis/custom/mp_web/mpay/openURL.d.ts +0 -2
- package/lib/internal/apis/custom/mp_web/mpay/openURL.js +0 -26
- package/lib/internal/apis/custom/mp_web/mpay/openWebURL.d.ts +0 -3
- package/lib/internal/apis/custom/mp_web/mpay/openWebURL.js +0 -3
- package/lib/internal/apis/custom/mp_web/mpay/rpcWithAuth.d.ts +0 -3
- package/lib/internal/apis/custom/mp_web/mpay/rpcWithAuth.js +0 -27
- package/lib/internal/apis/custom/mp_web/tngd/openApPayCodePage.d.ts +0 -3
- package/lib/internal/apis/custom/mp_web/tngd/openApPayCodePage.js +0 -3
- package/lib/internal/apis/custom/mp_web/tngd/openInApp.d.ts +0 -3
- package/lib/internal/apis/custom/mp_web/tngd/openInApp.js +0 -3
- package/lib/internal/apis/custom/mp_web/tngd/openInBrowser.d.ts +0 -3
- package/lib/internal/apis/custom/mp_web/tngd/openInBrowser.js +0 -3
- package/lib/internal/apis/custom/mp_web/tngd/openOtherApp.d.ts +0 -3
- package/lib/internal/apis/custom/mp_web/tngd/openOtherApp.js +0 -3
- package/lib/internal/apis/custom/mp_web/tngd/openPayCodePage.d.ts +0 -3
- package/lib/internal/apis/custom/mp_web/tngd/openPayCodePage.js +0 -3
- package/lib/internal/apis/custom/mp_web/tngd/openScanPage.d.ts +0 -3
- package/lib/internal/apis/custom/mp_web/tngd/openScanPage.js +0 -3
- package/lib/internal/apis/custom/mp_web/tngd/openURL.d.ts +0 -6
- package/lib/internal/apis/custom/mp_web/tngd/openURL.js +0 -30
- package/lib/internal/apis/custom/mp_web/tngd/openWebURL.d.ts +0 -3
- package/lib/internal/apis/custom/mp_web/tngd/openWebURL.js +0 -3
- package/lib/internal/apis/custom/mp_web/toss/rpcWithAuth.d.ts +0 -3
- package/lib/internal/apis/custom/mp_web/toss/rpcWithAuth.js +0 -27
- package/lib/internal/apis/custom/mp_web/truemoney/openApPayCodePage.d.ts +0 -3
- package/lib/internal/apis/custom/mp_web/truemoney/openApPayCodePage.js +0 -12
- package/lib/internal/apis/custom/mp_web/truemoney/openInApp.d.ts +0 -3
- package/lib/internal/apis/custom/mp_web/truemoney/openInApp.js +0 -3
- package/lib/internal/apis/custom/mp_web/truemoney/openInBrowser.d.ts +0 -3
- package/lib/internal/apis/custom/mp_web/truemoney/openInBrowser.js +0 -3
- package/lib/internal/apis/custom/mp_web/truemoney/openOtherApp.d.ts +0 -3
- package/lib/internal/apis/custom/mp_web/truemoney/openOtherApp.js +0 -3
- package/lib/internal/apis/custom/mp_web/truemoney/openPayCodePage.d.ts +0 -3
- package/lib/internal/apis/custom/mp_web/truemoney/openPayCodePage.js +0 -12
- package/lib/internal/apis/custom/mp_web/truemoney/openScanPage.d.ts +0 -3
- package/lib/internal/apis/custom/mp_web/truemoney/openScanPage.js +0 -12
- package/lib/internal/apis/custom/mp_web/truemoney/openURL.d.ts +0 -6
- package/lib/internal/apis/custom/mp_web/truemoney/openURL.js +0 -30
- package/lib/internal/apis/custom/mp_web/truemoney/openWebURL.d.ts +0 -3
- package/lib/internal/apis/custom/mp_web/truemoney/openWebURL.js +0 -3
- package/lib/internal/apis/custom/web/addNotifyListener.d.ts +0 -6
- package/lib/internal/apis/custom/web/addNotifyListener.js +0 -170
- package/lib/internal/apis/custom/web/alipay/openApPayCodePage.d.ts +0 -3
- package/lib/internal/apis/custom/web/alipay/openApPayCodePage.js +0 -3
- package/lib/internal/apis/custom/web/alipay/openInApp.d.ts +0 -3
- package/lib/internal/apis/custom/web/alipay/openInApp.js +0 -3
- package/lib/internal/apis/custom/web/alipay/openInBrowser.d.ts +0 -3
- package/lib/internal/apis/custom/web/alipay/openInBrowser.js +0 -3
- package/lib/internal/apis/custom/web/alipay/openOtherApp.d.ts +0 -3
- package/lib/internal/apis/custom/web/alipay/openOtherApp.js +0 -3
- package/lib/internal/apis/custom/web/alipay/openPayCodePage.d.ts +0 -3
- package/lib/internal/apis/custom/web/alipay/openPayCodePage.js +0 -3
- package/lib/internal/apis/custom/web/alipay/openScanPage.d.ts +0 -3
- package/lib/internal/apis/custom/web/alipay/openScanPage.js +0 -3
- package/lib/internal/apis/custom/web/alipay/openURL.d.ts +0 -2
- package/lib/internal/apis/custom/web/alipay/openURL.js +0 -26
- package/lib/internal/apis/custom/web/alipay/openWebURL.d.ts +0 -3
- package/lib/internal/apis/custom/web/alipay/openWebURL.js +0 -3
- package/lib/internal/apis/custom/web/alipay/popWindow.d.ts +0 -2
- package/lib/internal/apis/custom/web/alipay/popWindow.js +0 -4
- package/lib/internal/apis/custom/web/createWithoutAuthRpc.d.ts +0 -3
- package/lib/internal/apis/custom/web/createWithoutAuthRpc.js +0 -51
- package/lib/internal/apis/custom/web/defineRuntimeConfig.d.ts +0 -3
- package/lib/internal/apis/custom/web/defineRuntimeConfig.js +0 -7
- package/lib/internal/apis/custom/web/getCurrentLanguage.d.ts +0 -2
- package/lib/internal/apis/custom/web/getCurrentLanguage.js +0 -12
- package/lib/internal/apis/custom/web/h5/openURL.d.ts +0 -2
- package/lib/internal/apis/custom/web/h5/openURL.js +0 -15
- package/lib/internal/apis/custom/web/h5/popWindow.d.ts +0 -2
- package/lib/internal/apis/custom/web/h5/popWindow.js +0 -3
- package/lib/internal/apis/custom/web/removeNotifyListener.d.ts +0 -4
- package/lib/internal/apis/custom/web/removeNotifyListener.js +0 -27
- package/lib/internal/apis/custom/web/rpcWithAuthAPlus.d.ts +0 -3
- package/lib/internal/apis/custom/web/rpcWithAuthAPlus.js +0 -31
- package/lib/internal/utils/baseOpenUrl.d.ts +0 -15
- package/lib/internal/utils/baseOpenUrl.js +0 -125
- package/lib/internal/utils/index.d.ts +0 -9
- package/lib/internal/utils/index.js +0 -71
- package/lib/internal/utils/language.d.ts +0 -4
- package/lib/internal/utils/language.js +0 -46
- package/lib/internal/utils/network/authLogin.d.ts +0 -8
- package/lib/internal/utils/network/authLogin.js +0 -564
- package/lib/internal/utils/network/index.d.ts +0 -7
- package/lib/internal/utils/network/index.js +0 -246
- package/lib/internal/utils/router.d.ts +0 -35
- package/lib/internal/utils/router.js +0 -157
- package/lib/umd/mp_web_mpay.js.LICENSE.txt +0 -1
- package/lib/umd/mp_web_toss.js.LICENSE.txt +0 -1
- package/lib/umd/web_alipay.js.LICENSE.txt +0 -1
package/lib/bridges.js
CHANGED
|
@@ -135,10 +135,7 @@ import mpCreateSelectorQuery from './common/apis/generated/mp/createSelectorQuer
|
|
|
135
135
|
import mpCanIUse from './common/apis/generated/mp/canIUse';
|
|
136
136
|
import mpGetStorageInfoSync from './common/apis/generated/mp/getStorageInfoSync';
|
|
137
137
|
import mpShowSharePanel from './common/apis/generated/mp/showSharePanel';
|
|
138
|
-
import mpAlipayDefineRuntimeConfig from './clients/mp/alipay/defineRuntimeConfig';
|
|
139
138
|
import mpTradePay from './common/apis/generated/mp/tradePay';
|
|
140
|
-
import mpAlipayhkDefineRuntimeConfig from './clients/mp/alipayhk/defineRuntimeConfig';
|
|
141
|
-
import mpDanaDefineRuntimeConfig from './clients/mp/dana/defineRuntimeConfig';
|
|
142
139
|
import mpAddFatigueAction from './common/apis/generated/mp/addFatigueAction';
|
|
143
140
|
import mpApDisableJSAPI from './common/apis/generated/mp/apDisableJSAPI';
|
|
144
141
|
import mpAppxrpc from './common/apis/generated/mp/appxrpc';
|
|
@@ -163,9 +160,6 @@ import mpThirdPartyAuthForAc from './common/apis/generated/mp/thirdPartyAuthForA
|
|
|
163
160
|
import mpUploadApdidToken from './common/apis/generated/mp/uploadApdidToken';
|
|
164
161
|
import mpGetStorageInfo from './common/apis/generated/mp/getStorageInfo';
|
|
165
162
|
import mpHideOptionButton from './common/apis/generated/mp/hideOptionButton';
|
|
166
|
-
import mpGcashDefineRuntimeConfig from './clients/mp/gcash/defineRuntimeConfig';
|
|
167
|
-
import mpTngdDefineRuntimeConfig from './clients/mp/tngd/defineRuntimeConfig';
|
|
168
|
-
import mpTruemoneyDefineRuntimeConfig from './clients/mp/truemoney/defineRuntimeConfig';
|
|
169
163
|
import mpWechatShowToast from './clients/mp/wechat/showToast';
|
|
170
164
|
import mpWebAddPhoneContact from './common/apis/generated/mp_web/addPhoneContact';
|
|
171
165
|
import mpWebAlert from './common/apis/generated/mp_web/alert';
|
|
@@ -283,49 +277,21 @@ import mpWebVibrate from './common/apis/generated/mp_web/vibrate';
|
|
|
283
277
|
import mpWebWatchShake from './common/apis/generated/mp_web/watchShake';
|
|
284
278
|
import mpWebWriteBLECharacteristicValue from './common/apis/generated/mp_web/writeBLECharacteristicValue';
|
|
285
279
|
import mpWebShowSharePanel from './common/apis/generated/mp_web/showSharePanel';
|
|
286
|
-
import mpWebAlipayGetCurrentLanguage from './clients/mp_web/alipay/getCurrentLanguage';
|
|
287
280
|
import mpWebAlipayGetAppId from './clients/mp_web/alipay/getAppId';
|
|
288
281
|
import mpWebAlipayGetCurrentPages from './clients/mp_web/alipay/getCurrentPages';
|
|
289
282
|
import mpWebAlipayGetSDKVersion from './clients/mp_web/alipay/getSDKVersion';
|
|
290
283
|
import mpWebGetAppToken from './common/apis/generated/mp_web/getAppToken';
|
|
291
284
|
import mpWebTradePay from './common/apis/generated/mp_web/tradePay';
|
|
292
|
-
import mpWebAlipayhkGetCurrentLanguage from './clients/mp_web/alipayhk/getCurrentLanguage';
|
|
293
|
-
import mpWebAlipayhkOpenURL from './clients/mp_web/alipayhk/openURL';
|
|
294
|
-
import mpWebAlipayhkOpenWebURL from './clients/mp_web/alipayhk/openWebURL';
|
|
295
|
-
import mpWebAlipayhkOpenInApp from './clients/mp_web/alipayhk/openInApp';
|
|
296
|
-
import mpWebAlipayhkOpenOtherApp from './clients/mp_web/alipayhk/openOtherApp';
|
|
297
|
-
import mpWebAlipayhkOpenInBrowser from './clients/mp_web/alipayhk/openInBrowser';
|
|
298
|
-
import mpWebAlipayhkOpenPayCodePage from './clients/mp_web/alipayhk/openPayCodePage';
|
|
299
|
-
import mpWebAlipayhkOpenApPayCodePage from './clients/mp_web/alipayhk/openApPayCodePage';
|
|
300
|
-
import mpWebAlipayhkOpenScanPage from './clients/mp_web/alipayhk/openScanPage';
|
|
301
|
-
import mpWebAlipayhkCreateWithoutAuthRpc from './clients/mp_web/alipayhk/createWithoutAuthRpc';
|
|
302
|
-
import mpWebAlipayhkRpcWithAuth from './clients/mp_web/alipayhk/rpcWithAuth';
|
|
303
285
|
import mpWebAlipayhkGetAppId from './clients/mp_web/alipayhk/getAppId';
|
|
304
286
|
import mpWebAlipayhkGetCurrentPages from './clients/mp_web/alipayhk/getCurrentPages';
|
|
305
287
|
import mpWebAlipayhkGetSDKVersion from './clients/mp_web/alipayhk/getSDKVersion';
|
|
306
|
-
import mpWebAlipayhkDefineRuntimeConfig from './clients/mp_web/alipayhk/defineRuntimeConfig';
|
|
307
|
-
import mpWebAlipayhkPopWindow from './clients/mp_web/alipayhk/popWindow';
|
|
308
288
|
import mpWebSetTransparentTitle from './common/apis/generated/mp_web/setTransparentTitle';
|
|
309
|
-
import mpWebChopeGetCurrentLanguage from './clients/mp_web/chope/getCurrentLanguage';
|
|
310
289
|
import mpWebChopeGetAppId from './clients/mp_web/chope/getAppId';
|
|
311
290
|
import mpWebChopeGetCurrentPages from './clients/mp_web/chope/getCurrentPages';
|
|
312
291
|
import mpWebChopeGetSDKVersion from './clients/mp_web/chope/getSDKVersion';
|
|
313
|
-
import mpWebDanaGetCurrentLanguage from './clients/mp_web/dana/getCurrentLanguage';
|
|
314
|
-
import mpWebDanaOpenURL from './clients/mp_web/dana/openURL';
|
|
315
|
-
import mpWebDanaOpenWebURL from './clients/mp_web/dana/openWebURL';
|
|
316
|
-
import mpWebDanaOpenInApp from './clients/mp_web/dana/openInApp';
|
|
317
|
-
import mpWebDanaOpenOtherApp from './clients/mp_web/dana/openOtherApp';
|
|
318
|
-
import mpWebDanaOpenInBrowser from './clients/mp_web/dana/openInBrowser';
|
|
319
|
-
import mpWebDanaOpenPayCodePage from './clients/mp_web/dana/openPayCodePage';
|
|
320
|
-
import mpWebDanaOpenApPayCodePage from './clients/mp_web/dana/openApPayCodePage';
|
|
321
|
-
import mpWebDanaOpenScanPage from './clients/mp_web/dana/openScanPage';
|
|
322
|
-
import mpWebDanaCreateWithoutAuthRpc from './clients/mp_web/dana/createWithoutAuthRpc';
|
|
323
|
-
import mpWebDanaRpcWithAuth from './clients/mp_web/dana/rpcWithAuth';
|
|
324
292
|
import mpWebDanaGetAppId from './clients/mp_web/dana/getAppId';
|
|
325
293
|
import mpWebDanaGetCurrentPages from './clients/mp_web/dana/getCurrentPages';
|
|
326
294
|
import mpWebDanaGetSDKVersion from './clients/mp_web/dana/getSDKVersion';
|
|
327
|
-
import mpWebDanaDefineRuntimeConfig from './clients/mp_web/dana/defineRuntimeConfig';
|
|
328
|
-
import mpWebDanaPopWindow from './clients/mp_web/dana/popWindow';
|
|
329
295
|
import mpWebAddFatigueAction from './common/apis/generated/mp_web/addFatigueAction';
|
|
330
296
|
import mpWebApDisableJSAPI from './common/apis/generated/mp_web/apDisableJSAPI';
|
|
331
297
|
import mpWebAppxrpc from './common/apis/generated/mp_web/appxrpc';
|
|
@@ -346,86 +312,24 @@ import mpWebStartBizService from './common/apis/generated/mp_web/startBizService
|
|
|
346
312
|
import mpWebThirdPartyAuthForAc from './common/apis/generated/mp_web/thirdPartyAuthForAc';
|
|
347
313
|
import mpWebUploadApdidToken from './common/apis/generated/mp_web/uploadApdidToken';
|
|
348
314
|
import mpWebHideOptionButton from './common/apis/generated/mp_web/hideOptionButton';
|
|
349
|
-
import mpWebDemoGetCurrentLanguage from './clients/mp_web/demo/getCurrentLanguage';
|
|
350
315
|
import mpWebDemoGetAppId from './clients/mp_web/demo/getAppId';
|
|
351
316
|
import mpWebDemoGetCurrentPages from './clients/mp_web/demo/getCurrentPages';
|
|
352
317
|
import mpWebDemoGetSDKVersion from './clients/mp_web/demo/getSDKVersion';
|
|
353
|
-
import mpWebGcashGetCurrentLanguage from './clients/mp_web/gcash/getCurrentLanguage';
|
|
354
|
-
import mpWebGcashOpenURL from './clients/mp_web/gcash/openURL';
|
|
355
|
-
import mpWebGcashOpenWebURL from './clients/mp_web/gcash/openWebURL';
|
|
356
|
-
import mpWebGcashOpenInApp from './clients/mp_web/gcash/openInApp';
|
|
357
|
-
import mpWebGcashOpenOtherApp from './clients/mp_web/gcash/openOtherApp';
|
|
358
|
-
import mpWebGcashOpenInBrowser from './clients/mp_web/gcash/openInBrowser';
|
|
359
|
-
import mpWebGcashOpenPayCodePage from './clients/mp_web/gcash/openPayCodePage';
|
|
360
|
-
import mpWebGcashOpenApPayCodePage from './clients/mp_web/gcash/openApPayCodePage';
|
|
361
|
-
import mpWebGcashOpenScanPage from './clients/mp_web/gcash/openScanPage';
|
|
362
|
-
import mpWebGcashCreateWithoutAuthRpc from './clients/mp_web/gcash/createWithoutAuthRpc';
|
|
363
|
-
import mpWebGcashRpcWithAuth from './clients/mp_web/gcash/rpcWithAuth';
|
|
364
318
|
import mpWebGcashGetAppId from './clients/mp_web/gcash/getAppId';
|
|
365
319
|
import mpWebGcashGetCurrentPages from './clients/mp_web/gcash/getCurrentPages';
|
|
366
320
|
import mpWebGcashGetSDKVersion from './clients/mp_web/gcash/getSDKVersion';
|
|
367
|
-
import mpWebGcashDefineRuntimeConfig from './clients/mp_web/gcash/defineRuntimeConfig';
|
|
368
|
-
import mpWebGcashPopWindow from './clients/mp_web/gcash/popWindow';
|
|
369
|
-
import mpWebTngdGetCurrentLanguage from './clients/mp_web/tngd/getCurrentLanguage';
|
|
370
|
-
import mpWebTngdOpenURL from './clients/mp_web/tngd/openURL';
|
|
371
|
-
import mpWebTngdOpenWebURL from './clients/mp_web/tngd/openWebURL';
|
|
372
|
-
import mpWebTngdOpenInApp from './clients/mp_web/tngd/openInApp';
|
|
373
|
-
import mpWebTngdOpenOtherApp from './clients/mp_web/tngd/openOtherApp';
|
|
374
|
-
import mpWebTngdOpenInBrowser from './clients/mp_web/tngd/openInBrowser';
|
|
375
|
-
import mpWebTngdOpenPayCodePage from './clients/mp_web/tngd/openPayCodePage';
|
|
376
|
-
import mpWebTngdOpenApPayCodePage from './clients/mp_web/tngd/openApPayCodePage';
|
|
377
|
-
import mpWebTngdOpenScanPage from './clients/mp_web/tngd/openScanPage';
|
|
378
|
-
import mpWebTngdCreateWithoutAuthRpc from './clients/mp_web/tngd/createWithoutAuthRpc';
|
|
379
|
-
import mpWebTngdRpcWithAuth from './clients/mp_web/tngd/rpcWithAuth';
|
|
380
321
|
import mpWebTngdGetAppId from './clients/mp_web/tngd/getAppId';
|
|
381
322
|
import mpWebTngdGetCurrentPages from './clients/mp_web/tngd/getCurrentPages';
|
|
382
323
|
import mpWebTngdGetSDKVersion from './clients/mp_web/tngd/getSDKVersion';
|
|
383
|
-
import mpWebTngdDefineRuntimeConfig from './clients/mp_web/tngd/defineRuntimeConfig';
|
|
384
|
-
import mpWebTngdPopWindow from './clients/mp_web/tngd/popWindow';
|
|
385
|
-
import mpWebTruemoneyGetCurrentLanguage from './clients/mp_web/truemoney/getCurrentLanguage';
|
|
386
|
-
import mpWebTruemoneyOpenURL from './clients/mp_web/truemoney/openURL';
|
|
387
|
-
import mpWebTruemoneyOpenWebURL from './clients/mp_web/truemoney/openWebURL';
|
|
388
|
-
import mpWebTruemoneyOpenInApp from './clients/mp_web/truemoney/openInApp';
|
|
389
|
-
import mpWebTruemoneyOpenOtherApp from './clients/mp_web/truemoney/openOtherApp';
|
|
390
|
-
import mpWebTruemoneyOpenInBrowser from './clients/mp_web/truemoney/openInBrowser';
|
|
391
|
-
import mpWebTruemoneyOpenPayCodePage from './clients/mp_web/truemoney/openPayCodePage';
|
|
392
|
-
import mpWebTruemoneyOpenApPayCodePage from './clients/mp_web/truemoney/openApPayCodePage';
|
|
393
|
-
import mpWebTruemoneyOpenScanPage from './clients/mp_web/truemoney/openScanPage';
|
|
394
|
-
import mpWebTruemoneyCreateWithoutAuthRpc from './clients/mp_web/truemoney/createWithoutAuthRpc';
|
|
395
|
-
import mpWebTruemoneyRpcWithAuth from './clients/mp_web/truemoney/rpcWithAuth';
|
|
396
324
|
import mpWebTruemoneyGetAppId from './clients/mp_web/truemoney/getAppId';
|
|
397
325
|
import mpWebTruemoneyGetCurrentPages from './clients/mp_web/truemoney/getCurrentPages';
|
|
398
326
|
import mpWebTruemoneyGetSDKVersion from './clients/mp_web/truemoney/getSDKVersion';
|
|
399
|
-
import mpWebTruemoneyDefineRuntimeConfig from './clients/mp_web/truemoney/defineRuntimeConfig';
|
|
400
|
-
import mpWebTruemoneyPopWindow from './clients/mp_web/truemoney/popWindow';
|
|
401
|
-
import mpWebMpayOpenURL from './clients/mp_web/mpay/openURL';
|
|
402
|
-
import mpWebMpayOpenWebURL from './clients/mp_web/mpay/openWebURL';
|
|
403
|
-
import mpWebMpayOpenInApp from './clients/mp_web/mpay/openInApp';
|
|
404
|
-
import mpWebMpayOpenOtherApp from './clients/mp_web/mpay/openOtherApp';
|
|
405
|
-
import mpWebMpayOpenInBrowser from './clients/mp_web/mpay/openInBrowser';
|
|
406
|
-
import mpWebMpayOpenPayCodePage from './clients/mp_web/mpay/openPayCodePage';
|
|
407
|
-
import mpWebMpayOpenApPayCodePage from './clients/mp_web/mpay/openApPayCodePage';
|
|
408
|
-
import mpWebMpayOpenScanPage from './clients/mp_web/mpay/openScanPage';
|
|
409
|
-
import mpWebCreateWithoutAuthRpc from './common/apis/generated/mp_web/createWithoutAuthRpc';
|
|
410
|
-
import mpWebMpayRpcWithAuth from './clients/mp_web/mpay/rpcWithAuth';
|
|
411
327
|
import mpWebMpayGetAppId from './clients/mp_web/mpay/getAppId';
|
|
412
328
|
import mpWebMpayGetCurrentPages from './clients/mp_web/mpay/getCurrentPages';
|
|
413
329
|
import mpWebMpayGetSDKVersion from './clients/mp_web/mpay/getSDKVersion';
|
|
414
|
-
import mpWebDefineRuntimeConfig from './common/apis/generated/mp_web/defineRuntimeConfig';
|
|
415
|
-
import mpWebMpayPopWindow from './clients/mp_web/mpay/popWindow';
|
|
416
|
-
import mpWebTossOpenURL from './clients/mp_web/toss/openURL';
|
|
417
|
-
import mpWebTossOpenWebURL from './clients/mp_web/toss/openWebURL';
|
|
418
|
-
import mpWebTossOpenInApp from './clients/mp_web/toss/openInApp';
|
|
419
|
-
import mpWebTossOpenOtherApp from './clients/mp_web/toss/openOtherApp';
|
|
420
|
-
import mpWebTossOpenInBrowser from './clients/mp_web/toss/openInBrowser';
|
|
421
|
-
import mpWebTossOpenPayCodePage from './clients/mp_web/toss/openPayCodePage';
|
|
422
|
-
import mpWebTossOpenApPayCodePage from './clients/mp_web/toss/openApPayCodePage';
|
|
423
|
-
import mpWebTossOpenScanPage from './clients/mp_web/toss/openScanPage';
|
|
424
|
-
import mpWebTossRpcWithAuth from './clients/mp_web/toss/rpcWithAuth';
|
|
425
330
|
import mpWebTossGetAppId from './clients/mp_web/toss/getAppId';
|
|
426
331
|
import mpWebTossGetCurrentPages from './clients/mp_web/toss/getCurrentPages';
|
|
427
332
|
import mpWebTossGetSDKVersion from './clients/mp_web/toss/getSDKVersion';
|
|
428
|
-
import mpWebTossPopWindow from './clients/mp_web/toss/popWindow';
|
|
429
333
|
import webAddPhoneContact from './common/apis/generated/web/addPhoneContact';
|
|
430
334
|
import webAlipayAlert from './clients/web/alipay/alert';
|
|
431
335
|
import webChooseImage from './common/apis/generated/web/chooseImage';
|
|
@@ -490,28 +394,6 @@ import webAlipayTradePay from './clients/web/alipay/tradePay';
|
|
|
490
394
|
import webCrossPay from './common/apis/generated/web/crossPay';
|
|
491
395
|
import webAlipayUploadFile from './clients/web/alipay/uploadFile';
|
|
492
396
|
import webVibrate from './common/apis/generated/web/vibrate';
|
|
493
|
-
import webAlipayGetCurrentLanguage from './clients/web/alipay/getCurrentLanguage';
|
|
494
|
-
import webAlipayOpenURL from './clients/web/alipay/openURL';
|
|
495
|
-
import webAlipayOpenWebURL from './clients/web/alipay/openWebURL';
|
|
496
|
-
import webAlipayOpenInApp from './clients/web/alipay/openInApp';
|
|
497
|
-
import webAlipayOpenOtherApp from './clients/web/alipay/openOtherApp';
|
|
498
|
-
import webAlipayOpenInBrowser from './clients/web/alipay/openInBrowser';
|
|
499
|
-
import webAlipayOpenPayCodePage from './clients/web/alipay/openPayCodePage';
|
|
500
|
-
import webAlipayOpenApPayCodePage from './clients/web/alipay/openApPayCodePage';
|
|
501
|
-
import webAlipayOpenScanPage from './clients/web/alipay/openScanPage';
|
|
502
|
-
import webAlipayCreateWithoutAuthRpc from './clients/web/alipay/createWithoutAuthRpc';
|
|
503
|
-
import webAlipayRpcWithAuth from './clients/web/alipay/rpcWithAuth';
|
|
504
|
-
import webAlipayDefineRuntimeConfig from './clients/web/alipay/defineRuntimeConfig';
|
|
505
|
-
import webAlipayRpcWithAuthAPlus from './clients/web/alipay/rpcWithAuthAPlus';
|
|
506
|
-
import webEasyShare from './common/apis/generated/web/easyShare';
|
|
507
|
-
import webHomeAddAppToMyApps from './common/apis/generated/web/homeAddAppToMyApps';
|
|
508
|
-
import webHomeCanAddAppToMyApps from './common/apis/generated/web/homeCanAddAppToMyApps';
|
|
509
|
-
import webPostNotification from './common/apis/generated/web/postNotification';
|
|
510
|
-
import webAlipayAddNotifyListener from './clients/web/alipay/addNotifyListener';
|
|
511
|
-
import webAlipayRemoveNotifyListener from './clients/web/alipay/removeNotifyListener';
|
|
512
|
-
import webGetMainSelectedCity from './common/apis/generated/web/getMainSelectedCity';
|
|
513
|
-
import webChooseDistrict from './common/apis/generated/web/chooseDistrict';
|
|
514
|
-
import webAlipayPopWindow from './clients/web/alipay/popWindow';
|
|
515
397
|
import webSetTransparentTitle from './common/apis/generated/web/setTransparentTitle';
|
|
516
398
|
import webAddFatigueAction from './common/apis/generated/web/addFatigueAction';
|
|
517
399
|
import webDemoAlert from './clients/web/demo/alert';
|
|
@@ -560,7 +442,6 @@ import webTradePay from './common/apis/generated/web/tradePay';
|
|
|
560
442
|
import webUploadApdidToken from './common/apis/generated/web/uploadApdidToken';
|
|
561
443
|
import webDemoUploadFile from './clients/web/demo/uploadFile';
|
|
562
444
|
import webWriteBLECharacteristicValue from './common/apis/generated/web/writeBLECharacteristicValue';
|
|
563
|
-
import webDemoGetCurrentLanguage from './clients/web/demo/getCurrentLanguage';
|
|
564
445
|
import webH5Alert from './clients/web/h5/alert';
|
|
565
446
|
import webH5ClearStorage from './clients/web/h5/clearStorage';
|
|
566
447
|
import webH5ClearStorageSync from './clients/web/h5/clearStorageSync';
|
|
@@ -593,12 +474,6 @@ import webH5ShowLoading from './clients/web/h5/showLoading';
|
|
|
593
474
|
import webH5ShowToast from './clients/web/h5/showToast';
|
|
594
475
|
import webH5GetLaunchOptionsSync from './clients/web/h5/getLaunchOptionsSync';
|
|
595
476
|
import webH5CreateSelectorQuery from './clients/web/h5/createSelectorQuery';
|
|
596
|
-
import webH5GetCurrentLanguage from './clients/web/h5/getCurrentLanguage';
|
|
597
|
-
import webH5OpenURL from './clients/web/h5/openURL';
|
|
598
|
-
import webH5CreateWithoutAuthRpc from './clients/web/h5/createWithoutAuthRpc';
|
|
599
|
-
import webH5RpcWithAuth from './clients/web/h5/rpcWithAuth';
|
|
600
|
-
import webH5DefineRuntimeConfig from './clients/web/h5/defineRuntimeConfig';
|
|
601
|
-
import webH5PopWindow from './clients/web/h5/popWindow';
|
|
602
477
|
import webTngdh5ngAlert from './clients/web/tngdh5ng/alert';
|
|
603
478
|
import webTngdh5ngConfirm from './clients/web/tngdh5ng/confirm';
|
|
604
479
|
import webTngdh5ngGetLocation from './clients/web/tngdh5ng/getLocation';
|
|
@@ -607,7 +482,6 @@ import webTngdh5ngNavigateBack from './clients/web/tngdh5ng/navigateBack';
|
|
|
607
482
|
import webTngdh5ngNavigateTo from './clients/web/tngdh5ng/navigateTo';
|
|
608
483
|
import webTngdh5ngSetNavigationBar from './clients/web/tngdh5ng/setNavigationBar';
|
|
609
484
|
import webTngdh5ngShowToast from './clients/web/tngdh5ng/showToast';
|
|
610
|
-
import webTngdh5ngGetCurrentLanguage from './clients/web/tngdh5ng/getCurrentLanguage';
|
|
611
485
|
/**
|
|
612
486
|
* @support
|
|
613
487
|
* | Platform | Apps |
|
|
@@ -6320,276 +6194,6 @@ export var hideOptionButton = function hideOptionButton() {
|
|
|
6320
6194
|
*/
|
|
6321
6195
|
// @ts-ignore
|
|
6322
6196
|
export var hideOptionButtonAsync = /*#__PURE__*/promisify(hideOptionButton);
|
|
6323
|
-
/**
|
|
6324
|
-
* @support
|
|
6325
|
-
* | Platform | Apps |
|
|
6326
|
-
* | ------------- | -------- |
|
|
6327
|
-
* | mp | |
|
|
6328
|
-
* | mp_web | alipay,alipayhk,chope,dana,demo,gcash,tngd,truemoney |
|
|
6329
|
-
* | web | alipay,demo,tngdh5ng,h5 |
|
|
6330
|
-
*/
|
|
6331
|
-
export var getCurrentLanguage = function getCurrentLanguage() {
|
|
6332
|
-
var rest = [];
|
|
6333
|
-
for (var _i = 0; _i < arguments.length; _i++) {
|
|
6334
|
-
rest[_i] = arguments[_i];
|
|
6335
|
-
}
|
|
6336
|
-
if (appEnv.isMpWebAlipay) return mpWebAlipayGetCurrentLanguage.apply(void 0, rest);
|
|
6337
|
-
if (appEnv.isMpWebAlipayhk) return mpWebAlipayhkGetCurrentLanguage.apply(void 0, rest);
|
|
6338
|
-
if (appEnv.isMpWebChope) return mpWebChopeGetCurrentLanguage.apply(void 0, rest);
|
|
6339
|
-
if (appEnv.isMpWebDana) return mpWebDanaGetCurrentLanguage.apply(void 0, rest);
|
|
6340
|
-
if (appEnv.isMpWebDemo) return mpWebDemoGetCurrentLanguage.apply(void 0, rest);
|
|
6341
|
-
if (appEnv.isMpWebGcash) return mpWebGcashGetCurrentLanguage.apply(void 0, rest);
|
|
6342
|
-
if (appEnv.isMpWebTngd) return mpWebTngdGetCurrentLanguage.apply(void 0, rest);
|
|
6343
|
-
if (appEnv.isMpWebTruemoney) return mpWebTruemoneyGetCurrentLanguage.apply(void 0, rest);
|
|
6344
|
-
if (appEnv.isWebAlipay) return webAlipayGetCurrentLanguage.apply(void 0, rest);
|
|
6345
|
-
if (appEnv.isWebDemo) return webDemoGetCurrentLanguage.apply(void 0, rest);
|
|
6346
|
-
if (appEnv.isWebH5) return webH5GetCurrentLanguage.apply(void 0, rest);
|
|
6347
|
-
if (appEnv.isWebTngdh5ng) return webTngdh5ngGetCurrentLanguage.apply(void 0, rest);
|
|
6348
|
-
return notFound.apply(void 0, __spreadArray(['getCurrentLanguage'], rest, false));
|
|
6349
|
-
};
|
|
6350
|
-
/**
|
|
6351
|
-
* @support
|
|
6352
|
-
* | Platform | Apps |
|
|
6353
|
-
* | ------------- | -------- |
|
|
6354
|
-
* | mp | |
|
|
6355
|
-
* | mp_web | alipayhk,dana,gcash,tngd,truemoney,toss,mpay |
|
|
6356
|
-
* | web | alipay,h5 |
|
|
6357
|
-
*/
|
|
6358
|
-
export var openURL = function openURL() {
|
|
6359
|
-
var rest = [];
|
|
6360
|
-
for (var _i = 0; _i < arguments.length; _i++) {
|
|
6361
|
-
rest[_i] = arguments[_i];
|
|
6362
|
-
}
|
|
6363
|
-
if (appEnv.isMpWebAlipayhk) return mpWebAlipayhkOpenURL.apply(void 0, rest);
|
|
6364
|
-
if (appEnv.isMpWebDana) return mpWebDanaOpenURL.apply(void 0, rest);
|
|
6365
|
-
if (appEnv.isMpWebGcash) return mpWebGcashOpenURL.apply(void 0, rest);
|
|
6366
|
-
if (appEnv.isMpWebTngd) return mpWebTngdOpenURL.apply(void 0, rest);
|
|
6367
|
-
if (appEnv.isMpWebTruemoney) return mpWebTruemoneyOpenURL.apply(void 0, rest);
|
|
6368
|
-
if (appEnv.isMpWebMpay) return mpWebMpayOpenURL.apply(void 0, rest);
|
|
6369
|
-
if (appEnv.isMpWebToss) return mpWebTossOpenURL.apply(void 0, rest);
|
|
6370
|
-
if (appEnv.isWebAlipay) return webAlipayOpenURL.apply(void 0, rest);
|
|
6371
|
-
if (appEnv.isWebH5) return webH5OpenURL.apply(void 0, rest);
|
|
6372
|
-
return notFound.apply(void 0, __spreadArray(['openURL'], rest, false));
|
|
6373
|
-
};
|
|
6374
|
-
/**
|
|
6375
|
-
* @support
|
|
6376
|
-
* | Platform | Apps |
|
|
6377
|
-
* | ------------- | -------- |
|
|
6378
|
-
* | mp | |
|
|
6379
|
-
* | mp_web | alipayhk,dana,gcash,tngd,truemoney,toss,mpay |
|
|
6380
|
-
* | web | alipay |
|
|
6381
|
-
*/
|
|
6382
|
-
export var openWebURL = function openWebURL() {
|
|
6383
|
-
var rest = [];
|
|
6384
|
-
for (var _i = 0; _i < arguments.length; _i++) {
|
|
6385
|
-
rest[_i] = arguments[_i];
|
|
6386
|
-
}
|
|
6387
|
-
if (appEnv.isMpWebAlipayhk) return mpWebAlipayhkOpenWebURL.apply(void 0, rest);
|
|
6388
|
-
if (appEnv.isMpWebDana) return mpWebDanaOpenWebURL.apply(void 0, rest);
|
|
6389
|
-
if (appEnv.isMpWebGcash) return mpWebGcashOpenWebURL.apply(void 0, rest);
|
|
6390
|
-
if (appEnv.isMpWebTngd) return mpWebTngdOpenWebURL.apply(void 0, rest);
|
|
6391
|
-
if (appEnv.isMpWebTruemoney) return mpWebTruemoneyOpenWebURL.apply(void 0, rest);
|
|
6392
|
-
if (appEnv.isMpWebMpay) return mpWebMpayOpenWebURL.apply(void 0, rest);
|
|
6393
|
-
if (appEnv.isMpWebToss) return mpWebTossOpenWebURL.apply(void 0, rest);
|
|
6394
|
-
if (appEnv.isWebAlipay) return webAlipayOpenWebURL.apply(void 0, rest);
|
|
6395
|
-
return notFound.apply(void 0, __spreadArray(['openWebURL'], rest, false));
|
|
6396
|
-
};
|
|
6397
|
-
/**
|
|
6398
|
-
* @support
|
|
6399
|
-
* | Platform | Apps |
|
|
6400
|
-
* | ------------- | -------- |
|
|
6401
|
-
* | mp | |
|
|
6402
|
-
* | mp_web | alipayhk,dana,gcash,tngd,truemoney,toss,mpay |
|
|
6403
|
-
* | web | alipay |
|
|
6404
|
-
*/
|
|
6405
|
-
export var openInApp = function openInApp() {
|
|
6406
|
-
var rest = [];
|
|
6407
|
-
for (var _i = 0; _i < arguments.length; _i++) {
|
|
6408
|
-
rest[_i] = arguments[_i];
|
|
6409
|
-
}
|
|
6410
|
-
if (appEnv.isMpWebAlipayhk) return mpWebAlipayhkOpenInApp.apply(void 0, rest);
|
|
6411
|
-
if (appEnv.isMpWebDana) return mpWebDanaOpenInApp.apply(void 0, rest);
|
|
6412
|
-
if (appEnv.isMpWebGcash) return mpWebGcashOpenInApp.apply(void 0, rest);
|
|
6413
|
-
if (appEnv.isMpWebTngd) return mpWebTngdOpenInApp.apply(void 0, rest);
|
|
6414
|
-
if (appEnv.isMpWebTruemoney) return mpWebTruemoneyOpenInApp.apply(void 0, rest);
|
|
6415
|
-
if (appEnv.isMpWebMpay) return mpWebMpayOpenInApp.apply(void 0, rest);
|
|
6416
|
-
if (appEnv.isMpWebToss) return mpWebTossOpenInApp.apply(void 0, rest);
|
|
6417
|
-
if (appEnv.isWebAlipay) return webAlipayOpenInApp.apply(void 0, rest);
|
|
6418
|
-
return notFound.apply(void 0, __spreadArray(['openInApp'], rest, false));
|
|
6419
|
-
};
|
|
6420
|
-
/**
|
|
6421
|
-
* @support
|
|
6422
|
-
* | Platform | Apps |
|
|
6423
|
-
* | ------------- | -------- |
|
|
6424
|
-
* | mp | |
|
|
6425
|
-
* | mp_web | alipayhk,dana,gcash,tngd,truemoney,toss,mpay |
|
|
6426
|
-
* | web | alipay |
|
|
6427
|
-
*/
|
|
6428
|
-
export var openOtherApp = function openOtherApp() {
|
|
6429
|
-
var rest = [];
|
|
6430
|
-
for (var _i = 0; _i < arguments.length; _i++) {
|
|
6431
|
-
rest[_i] = arguments[_i];
|
|
6432
|
-
}
|
|
6433
|
-
if (appEnv.isMpWebAlipayhk) return mpWebAlipayhkOpenOtherApp.apply(void 0, rest);
|
|
6434
|
-
if (appEnv.isMpWebDana) return mpWebDanaOpenOtherApp.apply(void 0, rest);
|
|
6435
|
-
if (appEnv.isMpWebGcash) return mpWebGcashOpenOtherApp.apply(void 0, rest);
|
|
6436
|
-
if (appEnv.isMpWebTngd) return mpWebTngdOpenOtherApp.apply(void 0, rest);
|
|
6437
|
-
if (appEnv.isMpWebTruemoney) return mpWebTruemoneyOpenOtherApp.apply(void 0, rest);
|
|
6438
|
-
if (appEnv.isMpWebMpay) return mpWebMpayOpenOtherApp.apply(void 0, rest);
|
|
6439
|
-
if (appEnv.isMpWebToss) return mpWebTossOpenOtherApp.apply(void 0, rest);
|
|
6440
|
-
if (appEnv.isWebAlipay) return webAlipayOpenOtherApp.apply(void 0, rest);
|
|
6441
|
-
return notFound.apply(void 0, __spreadArray(['openOtherApp'], rest, false));
|
|
6442
|
-
};
|
|
6443
|
-
/**
|
|
6444
|
-
* @support
|
|
6445
|
-
* | Platform | Apps |
|
|
6446
|
-
* | ------------- | -------- |
|
|
6447
|
-
* | mp | |
|
|
6448
|
-
* | mp_web | alipayhk,dana,gcash,tngd,truemoney,toss,mpay |
|
|
6449
|
-
* | web | alipay |
|
|
6450
|
-
*/
|
|
6451
|
-
export var openInBrowser = function openInBrowser() {
|
|
6452
|
-
var rest = [];
|
|
6453
|
-
for (var _i = 0; _i < arguments.length; _i++) {
|
|
6454
|
-
rest[_i] = arguments[_i];
|
|
6455
|
-
}
|
|
6456
|
-
if (appEnv.isMpWebAlipayhk) return mpWebAlipayhkOpenInBrowser.apply(void 0, rest);
|
|
6457
|
-
if (appEnv.isMpWebDana) return mpWebDanaOpenInBrowser.apply(void 0, rest);
|
|
6458
|
-
if (appEnv.isMpWebGcash) return mpWebGcashOpenInBrowser.apply(void 0, rest);
|
|
6459
|
-
if (appEnv.isMpWebTngd) return mpWebTngdOpenInBrowser.apply(void 0, rest);
|
|
6460
|
-
if (appEnv.isMpWebTruemoney) return mpWebTruemoneyOpenInBrowser.apply(void 0, rest);
|
|
6461
|
-
if (appEnv.isMpWebMpay) return mpWebMpayOpenInBrowser.apply(void 0, rest);
|
|
6462
|
-
if (appEnv.isMpWebToss) return mpWebTossOpenInBrowser.apply(void 0, rest);
|
|
6463
|
-
if (appEnv.isWebAlipay) return webAlipayOpenInBrowser.apply(void 0, rest);
|
|
6464
|
-
return notFound.apply(void 0, __spreadArray(['openInBrowser'], rest, false));
|
|
6465
|
-
};
|
|
6466
|
-
/**
|
|
6467
|
-
* @support
|
|
6468
|
-
* | Platform | Apps |
|
|
6469
|
-
* | ------------- | -------- |
|
|
6470
|
-
* | mp | |
|
|
6471
|
-
* | mp_web | alipayhk,dana,gcash,tngd,truemoney,toss,mpay |
|
|
6472
|
-
* | web | alipay |
|
|
6473
|
-
*/
|
|
6474
|
-
export var openPayCodePage = function openPayCodePage() {
|
|
6475
|
-
var rest = [];
|
|
6476
|
-
for (var _i = 0; _i < arguments.length; _i++) {
|
|
6477
|
-
rest[_i] = arguments[_i];
|
|
6478
|
-
}
|
|
6479
|
-
if (appEnv.isMpWebAlipayhk) return mpWebAlipayhkOpenPayCodePage.apply(void 0, rest);
|
|
6480
|
-
if (appEnv.isMpWebDana) return mpWebDanaOpenPayCodePage.apply(void 0, rest);
|
|
6481
|
-
if (appEnv.isMpWebGcash) return mpWebGcashOpenPayCodePage.apply(void 0, rest);
|
|
6482
|
-
if (appEnv.isMpWebTngd) return mpWebTngdOpenPayCodePage.apply(void 0, rest);
|
|
6483
|
-
if (appEnv.isMpWebTruemoney) return mpWebTruemoneyOpenPayCodePage.apply(void 0, rest);
|
|
6484
|
-
if (appEnv.isMpWebMpay) return mpWebMpayOpenPayCodePage.apply(void 0, rest);
|
|
6485
|
-
if (appEnv.isMpWebToss) return mpWebTossOpenPayCodePage.apply(void 0, rest);
|
|
6486
|
-
if (appEnv.isWebAlipay) return webAlipayOpenPayCodePage.apply(void 0, rest);
|
|
6487
|
-
return notFound.apply(void 0, __spreadArray(['openPayCodePage'], rest, false));
|
|
6488
|
-
};
|
|
6489
|
-
/**
|
|
6490
|
-
* @support
|
|
6491
|
-
* | Platform | Apps |
|
|
6492
|
-
* | ------------- | -------- |
|
|
6493
|
-
* | mp | |
|
|
6494
|
-
* | mp_web | alipayhk,dana,gcash,tngd,truemoney,toss,mpay |
|
|
6495
|
-
* | web | alipay |
|
|
6496
|
-
*/
|
|
6497
|
-
export var openApPayCodePage = function openApPayCodePage() {
|
|
6498
|
-
var rest = [];
|
|
6499
|
-
for (var _i = 0; _i < arguments.length; _i++) {
|
|
6500
|
-
rest[_i] = arguments[_i];
|
|
6501
|
-
}
|
|
6502
|
-
if (appEnv.isMpWebAlipayhk) return mpWebAlipayhkOpenApPayCodePage.apply(void 0, rest);
|
|
6503
|
-
if (appEnv.isMpWebDana) return mpWebDanaOpenApPayCodePage.apply(void 0, rest);
|
|
6504
|
-
if (appEnv.isMpWebGcash) return mpWebGcashOpenApPayCodePage.apply(void 0, rest);
|
|
6505
|
-
if (appEnv.isMpWebTngd) return mpWebTngdOpenApPayCodePage.apply(void 0, rest);
|
|
6506
|
-
if (appEnv.isMpWebTruemoney) return mpWebTruemoneyOpenApPayCodePage.apply(void 0, rest);
|
|
6507
|
-
if (appEnv.isMpWebMpay) return mpWebMpayOpenApPayCodePage.apply(void 0, rest);
|
|
6508
|
-
if (appEnv.isMpWebToss) return mpWebTossOpenApPayCodePage.apply(void 0, rest);
|
|
6509
|
-
if (appEnv.isWebAlipay) return webAlipayOpenApPayCodePage.apply(void 0, rest);
|
|
6510
|
-
return notFound.apply(void 0, __spreadArray(['openApPayCodePage'], rest, false));
|
|
6511
|
-
};
|
|
6512
|
-
/**
|
|
6513
|
-
* @support
|
|
6514
|
-
* | Platform | Apps |
|
|
6515
|
-
* | ------------- | -------- |
|
|
6516
|
-
* | mp | |
|
|
6517
|
-
* | mp_web | alipayhk,dana,gcash,tngd,truemoney,toss,mpay |
|
|
6518
|
-
* | web | alipay |
|
|
6519
|
-
*/
|
|
6520
|
-
export var openScanPage = function openScanPage() {
|
|
6521
|
-
var rest = [];
|
|
6522
|
-
for (var _i = 0; _i < arguments.length; _i++) {
|
|
6523
|
-
rest[_i] = arguments[_i];
|
|
6524
|
-
}
|
|
6525
|
-
if (appEnv.isMpWebAlipayhk) return mpWebAlipayhkOpenScanPage.apply(void 0, rest);
|
|
6526
|
-
if (appEnv.isMpWebDana) return mpWebDanaOpenScanPage.apply(void 0, rest);
|
|
6527
|
-
if (appEnv.isMpWebGcash) return mpWebGcashOpenScanPage.apply(void 0, rest);
|
|
6528
|
-
if (appEnv.isMpWebTngd) return mpWebTngdOpenScanPage.apply(void 0, rest);
|
|
6529
|
-
if (appEnv.isMpWebTruemoney) return mpWebTruemoneyOpenScanPage.apply(void 0, rest);
|
|
6530
|
-
if (appEnv.isMpWebMpay) return mpWebMpayOpenScanPage.apply(void 0, rest);
|
|
6531
|
-
if (appEnv.isMpWebToss) return mpWebTossOpenScanPage.apply(void 0, rest);
|
|
6532
|
-
if (appEnv.isWebAlipay) return webAlipayOpenScanPage.apply(void 0, rest);
|
|
6533
|
-
return notFound.apply(void 0, __spreadArray(['openScanPage'], rest, false));
|
|
6534
|
-
};
|
|
6535
|
-
/**
|
|
6536
|
-
* @support
|
|
6537
|
-
* | Platform | Apps |
|
|
6538
|
-
* | ------------- | -------- |
|
|
6539
|
-
* | mp | |
|
|
6540
|
-
* | mp_web | alipayhk,dana,gcash,tngd,truemoney,toss,mpay |
|
|
6541
|
-
* | web | alipay,h5 |
|
|
6542
|
-
*/
|
|
6543
|
-
export var createWithoutAuthRpc = function createWithoutAuthRpc() {
|
|
6544
|
-
var rest = [];
|
|
6545
|
-
for (var _i = 0; _i < arguments.length; _i++) {
|
|
6546
|
-
rest[_i] = arguments[_i];
|
|
6547
|
-
}
|
|
6548
|
-
if (appEnv.isMpWebAlipayhk) return mpWebAlipayhkCreateWithoutAuthRpc.apply(void 0, rest);
|
|
6549
|
-
if (appEnv.isMpWebDana) return mpWebDanaCreateWithoutAuthRpc.apply(void 0, rest);
|
|
6550
|
-
if (appEnv.isMpWebGcash) return mpWebGcashCreateWithoutAuthRpc.apply(void 0, rest);
|
|
6551
|
-
if (appEnv.isMpWebTngd) return mpWebTngdCreateWithoutAuthRpc.apply(void 0, rest);
|
|
6552
|
-
if (appEnv.isMpWebTruemoney) return mpWebTruemoneyCreateWithoutAuthRpc.apply(void 0, rest);
|
|
6553
|
-
if (appEnv.isMpWebMpay) return mpWebCreateWithoutAuthRpc.apply(void 0, rest);
|
|
6554
|
-
if (appEnv.isMpWebToss) return mpWebCreateWithoutAuthRpc.apply(void 0, rest);
|
|
6555
|
-
if (appEnv.isWebAlipay) return webAlipayCreateWithoutAuthRpc.apply(void 0, rest);
|
|
6556
|
-
if (appEnv.isWebH5) return webH5CreateWithoutAuthRpc.apply(void 0, rest);
|
|
6557
|
-
return notFound.apply(void 0, __spreadArray(['createWithoutAuthRpc'], rest, false));
|
|
6558
|
-
};
|
|
6559
|
-
/**
|
|
6560
|
-
* @support
|
|
6561
|
-
* | Platform | Apps |
|
|
6562
|
-
* | ------------- | -------- |
|
|
6563
|
-
* | mp | |
|
|
6564
|
-
* | mp_web | toss,mpay,alipayhk,gcash,dana,tngd,truemoney |
|
|
6565
|
-
* | web | alipay,h5 |
|
|
6566
|
-
*/
|
|
6567
|
-
export var rpcWithAuth = function rpcWithAuth() {
|
|
6568
|
-
var rest = [];
|
|
6569
|
-
for (var _i = 0; _i < arguments.length; _i++) {
|
|
6570
|
-
rest[_i] = arguments[_i];
|
|
6571
|
-
}
|
|
6572
|
-
if (appEnv.isMpWebAlipayhk) return mpWebAlipayhkRpcWithAuth.apply(void 0, rest);
|
|
6573
|
-
if (appEnv.isMpWebDana) return mpWebDanaRpcWithAuth.apply(void 0, rest);
|
|
6574
|
-
if (appEnv.isMpWebGcash) return mpWebGcashRpcWithAuth.apply(void 0, rest);
|
|
6575
|
-
if (appEnv.isMpWebTngd) return mpWebTngdRpcWithAuth.apply(void 0, rest);
|
|
6576
|
-
if (appEnv.isMpWebTruemoney) return mpWebTruemoneyRpcWithAuth.apply(void 0, rest);
|
|
6577
|
-
if (appEnv.isMpWebMpay) return mpWebMpayRpcWithAuth.apply(void 0, rest);
|
|
6578
|
-
if (appEnv.isMpWebToss) return mpWebTossRpcWithAuth.apply(void 0, rest);
|
|
6579
|
-
if (appEnv.isWebAlipay) return webAlipayRpcWithAuth.apply(void 0, rest);
|
|
6580
|
-
if (appEnv.isWebH5) return webH5RpcWithAuth.apply(void 0, rest);
|
|
6581
|
-
return notFound.apply(void 0, __spreadArray(['rpcWithAuth'], rest, false));
|
|
6582
|
-
};
|
|
6583
|
-
/**
|
|
6584
|
-
* @support
|
|
6585
|
-
* | Platform | Apps |
|
|
6586
|
-
* | ------------- | -------- |
|
|
6587
|
-
* | mp | |
|
|
6588
|
-
* | mp_web | toss,mpay,alipayhk,gcash,dana,tngd,truemoney |
|
|
6589
|
-
* | web | alipay,h5 |
|
|
6590
|
-
*/
|
|
6591
|
-
// @ts-ignore
|
|
6592
|
-
export var rpcWithAuthAsync = /*#__PURE__*/promisify(rpcWithAuth);
|
|
6593
6197
|
/**
|
|
6594
6198
|
* @support
|
|
6595
6199
|
* | Platform | Apps |
|
|
@@ -6689,304 +6293,6 @@ export var getSDKVersion = function getSDKVersion() {
|
|
|
6689
6293
|
*/
|
|
6690
6294
|
// @ts-ignore
|
|
6691
6295
|
export var getSDKVersionAsync = /*#__PURE__*/promisify(getSDKVersion);
|
|
6692
|
-
/**
|
|
6693
|
-
* @support
|
|
6694
|
-
* | Platform | Apps |
|
|
6695
|
-
* | ------------- | -------- |
|
|
6696
|
-
* | mp | gcash,tngd,alipay,alipayhk,dana,truemoney |
|
|
6697
|
-
* | mp_web | alipayhk,dana,gcash,tngd,truemoney,toss,mpay |
|
|
6698
|
-
* | web | alipay,h5 |
|
|
6699
|
-
*/
|
|
6700
|
-
export var defineRuntimeConfig = function defineRuntimeConfig() {
|
|
6701
|
-
var rest = [];
|
|
6702
|
-
for (var _i = 0; _i < arguments.length; _i++) {
|
|
6703
|
-
rest[_i] = arguments[_i];
|
|
6704
|
-
}
|
|
6705
|
-
if (appEnv.isMpAlipay) return mpAlipayDefineRuntimeConfig.apply(void 0, rest);
|
|
6706
|
-
if (appEnv.isMpAlipayhk) return mpAlipayhkDefineRuntimeConfig.apply(void 0, rest);
|
|
6707
|
-
if (appEnv.isMpDana) return mpDanaDefineRuntimeConfig.apply(void 0, rest);
|
|
6708
|
-
if (appEnv.isMpGcash) return mpGcashDefineRuntimeConfig.apply(void 0, rest);
|
|
6709
|
-
if (appEnv.isMpTngd) return mpTngdDefineRuntimeConfig.apply(void 0, rest);
|
|
6710
|
-
if (appEnv.isMpTruemoney) return mpTruemoneyDefineRuntimeConfig.apply(void 0, rest);
|
|
6711
|
-
if (appEnv.isMpWebAlipayhk) return mpWebAlipayhkDefineRuntimeConfig.apply(void 0, rest);
|
|
6712
|
-
if (appEnv.isMpWebDana) return mpWebDanaDefineRuntimeConfig.apply(void 0, rest);
|
|
6713
|
-
if (appEnv.isMpWebGcash) return mpWebGcashDefineRuntimeConfig.apply(void 0, rest);
|
|
6714
|
-
if (appEnv.isMpWebTngd) return mpWebTngdDefineRuntimeConfig.apply(void 0, rest);
|
|
6715
|
-
if (appEnv.isMpWebTruemoney) return mpWebTruemoneyDefineRuntimeConfig.apply(void 0, rest);
|
|
6716
|
-
if (appEnv.isMpWebMpay) return mpWebDefineRuntimeConfig.apply(void 0, rest);
|
|
6717
|
-
if (appEnv.isMpWebToss) return mpWebDefineRuntimeConfig.apply(void 0, rest);
|
|
6718
|
-
if (appEnv.isWebAlipay) return webAlipayDefineRuntimeConfig.apply(void 0, rest);
|
|
6719
|
-
if (appEnv.isWebH5) return webH5DefineRuntimeConfig.apply(void 0, rest);
|
|
6720
|
-
return notFound.apply(void 0, __spreadArray(['defineRuntimeConfig'], rest, false));
|
|
6721
|
-
};
|
|
6722
|
-
/**
|
|
6723
|
-
* @support
|
|
6724
|
-
* | Platform | Apps |
|
|
6725
|
-
* | ------------- | -------- |
|
|
6726
|
-
* | mp | |
|
|
6727
|
-
* | mp_web | |
|
|
6728
|
-
* | web | alipay |
|
|
6729
|
-
*/
|
|
6730
|
-
export var rpcWithAuthAPlus = function rpcWithAuthAPlus() {
|
|
6731
|
-
var rest = [];
|
|
6732
|
-
for (var _i = 0; _i < arguments.length; _i++) {
|
|
6733
|
-
rest[_i] = arguments[_i];
|
|
6734
|
-
}
|
|
6735
|
-
if (appEnv.isWebAlipay) return webAlipayRpcWithAuthAPlus.apply(void 0, rest);
|
|
6736
|
-
return notFound.apply(void 0, __spreadArray(['rpcWithAuthAPlus'], rest, false));
|
|
6737
|
-
};
|
|
6738
|
-
/**
|
|
6739
|
-
* @support
|
|
6740
|
-
* | Platform | Apps |
|
|
6741
|
-
* | ------------- | -------- |
|
|
6742
|
-
* | mp | |
|
|
6743
|
-
* | mp_web | |
|
|
6744
|
-
* | web | alipay |
|
|
6745
|
-
*/
|
|
6746
|
-
// @ts-ignore
|
|
6747
|
-
export var rpcWithAuthAPlusAsync = /*#__PURE__*/promisify(rpcWithAuthAPlus);
|
|
6748
|
-
/**
|
|
6749
|
-
* @support
|
|
6750
|
-
* | Platform | Apps |
|
|
6751
|
-
* | ------------- | -------- |
|
|
6752
|
-
* | mp | |
|
|
6753
|
-
* | mp_web | |
|
|
6754
|
-
* | web | alipay |
|
|
6755
|
-
*/
|
|
6756
|
-
export var easyShare = function easyShare() {
|
|
6757
|
-
var rest = [];
|
|
6758
|
-
for (var _i = 0; _i < arguments.length; _i++) {
|
|
6759
|
-
rest[_i] = arguments[_i];
|
|
6760
|
-
}
|
|
6761
|
-
if (appEnv.isWebAlipay) return webEasyShare.apply(void 0, rest);
|
|
6762
|
-
return notFound.apply(void 0, __spreadArray(['easyShare'], rest, false));
|
|
6763
|
-
};
|
|
6764
|
-
/**
|
|
6765
|
-
* @support
|
|
6766
|
-
* | Platform | Apps |
|
|
6767
|
-
* | ------------- | -------- |
|
|
6768
|
-
* | mp | |
|
|
6769
|
-
* | mp_web | |
|
|
6770
|
-
* | web | alipay |
|
|
6771
|
-
*/
|
|
6772
|
-
// @ts-ignore
|
|
6773
|
-
export var easyShareAsync = /*#__PURE__*/promisify(easyShare);
|
|
6774
|
-
/**
|
|
6775
|
-
* @support
|
|
6776
|
-
* | Platform | Apps |
|
|
6777
|
-
* | ------------- | -------- |
|
|
6778
|
-
* | mp | |
|
|
6779
|
-
* | mp_web | |
|
|
6780
|
-
* | web | alipay |
|
|
6781
|
-
*/
|
|
6782
|
-
export var homeAddAppToMyApps = function homeAddAppToMyApps() {
|
|
6783
|
-
var rest = [];
|
|
6784
|
-
for (var _i = 0; _i < arguments.length; _i++) {
|
|
6785
|
-
rest[_i] = arguments[_i];
|
|
6786
|
-
}
|
|
6787
|
-
if (appEnv.isWebAlipay) return webHomeAddAppToMyApps.apply(void 0, rest);
|
|
6788
|
-
return notFound.apply(void 0, __spreadArray(['homeAddAppToMyApps'], rest, false));
|
|
6789
|
-
};
|
|
6790
|
-
/**
|
|
6791
|
-
* @support
|
|
6792
|
-
* | Platform | Apps |
|
|
6793
|
-
* | ------------- | -------- |
|
|
6794
|
-
* | mp | |
|
|
6795
|
-
* | mp_web | |
|
|
6796
|
-
* | web | alipay |
|
|
6797
|
-
*/
|
|
6798
|
-
// @ts-ignore
|
|
6799
|
-
export var homeAddAppToMyAppsAsync = /*#__PURE__*/promisify(homeAddAppToMyApps);
|
|
6800
|
-
/**
|
|
6801
|
-
* @support
|
|
6802
|
-
* | Platform | Apps |
|
|
6803
|
-
* | ------------- | -------- |
|
|
6804
|
-
* | mp | |
|
|
6805
|
-
* | mp_web | |
|
|
6806
|
-
* | web | alipay |
|
|
6807
|
-
*/
|
|
6808
|
-
export var homeCanAddAppToMyApps = function homeCanAddAppToMyApps() {
|
|
6809
|
-
var rest = [];
|
|
6810
|
-
for (var _i = 0; _i < arguments.length; _i++) {
|
|
6811
|
-
rest[_i] = arguments[_i];
|
|
6812
|
-
}
|
|
6813
|
-
if (appEnv.isWebAlipay) return webHomeCanAddAppToMyApps.apply(void 0, rest);
|
|
6814
|
-
return notFound.apply(void 0, __spreadArray(['homeCanAddAppToMyApps'], rest, false));
|
|
6815
|
-
};
|
|
6816
|
-
/**
|
|
6817
|
-
* @support
|
|
6818
|
-
* | Platform | Apps |
|
|
6819
|
-
* | ------------- | -------- |
|
|
6820
|
-
* | mp | |
|
|
6821
|
-
* | mp_web | |
|
|
6822
|
-
* | web | alipay |
|
|
6823
|
-
*/
|
|
6824
|
-
// @ts-ignore
|
|
6825
|
-
export var homeCanAddAppToMyAppsAsync = /*#__PURE__*/promisify(homeCanAddAppToMyApps);
|
|
6826
|
-
/**
|
|
6827
|
-
* @support
|
|
6828
|
-
* | Platform | Apps |
|
|
6829
|
-
* | ------------- | -------- |
|
|
6830
|
-
* | mp | |
|
|
6831
|
-
* | mp_web | |
|
|
6832
|
-
* | web | alipay |
|
|
6833
|
-
*/
|
|
6834
|
-
export var postNotification = function postNotification() {
|
|
6835
|
-
var rest = [];
|
|
6836
|
-
for (var _i = 0; _i < arguments.length; _i++) {
|
|
6837
|
-
rest[_i] = arguments[_i];
|
|
6838
|
-
}
|
|
6839
|
-
if (appEnv.isWebAlipay) return webPostNotification.apply(void 0, rest);
|
|
6840
|
-
return notFound.apply(void 0, __spreadArray(['postNotification'], rest, false));
|
|
6841
|
-
};
|
|
6842
|
-
/**
|
|
6843
|
-
* @support
|
|
6844
|
-
* | Platform | Apps |
|
|
6845
|
-
* | ------------- | -------- |
|
|
6846
|
-
* | mp | |
|
|
6847
|
-
* | mp_web | |
|
|
6848
|
-
* | web | alipay |
|
|
6849
|
-
*/
|
|
6850
|
-
// @ts-ignore
|
|
6851
|
-
export var postNotificationAsync = /*#__PURE__*/promisify(postNotification);
|
|
6852
|
-
/**
|
|
6853
|
-
* @support
|
|
6854
|
-
* | Platform | Apps |
|
|
6855
|
-
* | ------------- | -------- |
|
|
6856
|
-
* | mp | |
|
|
6857
|
-
* | mp_web | |
|
|
6858
|
-
* | web | alipay |
|
|
6859
|
-
*/
|
|
6860
|
-
export var addNotifyListener = function addNotifyListener() {
|
|
6861
|
-
var rest = [];
|
|
6862
|
-
for (var _i = 0; _i < arguments.length; _i++) {
|
|
6863
|
-
rest[_i] = arguments[_i];
|
|
6864
|
-
}
|
|
6865
|
-
if (appEnv.isWebAlipay) return webAlipayAddNotifyListener.apply(void 0, rest);
|
|
6866
|
-
return notFound.apply(void 0, __spreadArray(['addNotifyListener'], rest, false));
|
|
6867
|
-
};
|
|
6868
|
-
/**
|
|
6869
|
-
* @support
|
|
6870
|
-
* | Platform | Apps |
|
|
6871
|
-
* | ------------- | -------- |
|
|
6872
|
-
* | mp | |
|
|
6873
|
-
* | mp_web | |
|
|
6874
|
-
* | web | alipay |
|
|
6875
|
-
*/
|
|
6876
|
-
// @ts-ignore
|
|
6877
|
-
export var addNotifyListenerAsync = /*#__PURE__*/promisify(addNotifyListener);
|
|
6878
|
-
/**
|
|
6879
|
-
* @support
|
|
6880
|
-
* | Platform | Apps |
|
|
6881
|
-
* | ------------- | -------- |
|
|
6882
|
-
* | mp | |
|
|
6883
|
-
* | mp_web | |
|
|
6884
|
-
* | web | alipay |
|
|
6885
|
-
*/
|
|
6886
|
-
export var removeNotifyListener = function removeNotifyListener() {
|
|
6887
|
-
var rest = [];
|
|
6888
|
-
for (var _i = 0; _i < arguments.length; _i++) {
|
|
6889
|
-
rest[_i] = arguments[_i];
|
|
6890
|
-
}
|
|
6891
|
-
if (appEnv.isWebAlipay) return webAlipayRemoveNotifyListener.apply(void 0, rest);
|
|
6892
|
-
return notFound.apply(void 0, __spreadArray(['removeNotifyListener'], rest, false));
|
|
6893
|
-
};
|
|
6894
|
-
/**
|
|
6895
|
-
* @support
|
|
6896
|
-
* | Platform | Apps |
|
|
6897
|
-
* | ------------- | -------- |
|
|
6898
|
-
* | mp | |
|
|
6899
|
-
* | mp_web | |
|
|
6900
|
-
* | web | alipay |
|
|
6901
|
-
*/
|
|
6902
|
-
// @ts-ignore
|
|
6903
|
-
export var removeNotifyListenerAsync = /*#__PURE__*/promisify(removeNotifyListener);
|
|
6904
|
-
/**
|
|
6905
|
-
* @support
|
|
6906
|
-
* | Platform | Apps |
|
|
6907
|
-
* | ------------- | -------- |
|
|
6908
|
-
* | mp | |
|
|
6909
|
-
* | mp_web | |
|
|
6910
|
-
* | web | alipay |
|
|
6911
|
-
*/
|
|
6912
|
-
export var getMainSelectedCity = function getMainSelectedCity() {
|
|
6913
|
-
var rest = [];
|
|
6914
|
-
for (var _i = 0; _i < arguments.length; _i++) {
|
|
6915
|
-
rest[_i] = arguments[_i];
|
|
6916
|
-
}
|
|
6917
|
-
if (appEnv.isWebAlipay) return webGetMainSelectedCity.apply(void 0, rest);
|
|
6918
|
-
return notFound.apply(void 0, __spreadArray(['getMainSelectedCity'], rest, false));
|
|
6919
|
-
};
|
|
6920
|
-
/**
|
|
6921
|
-
* @support
|
|
6922
|
-
* | Platform | Apps |
|
|
6923
|
-
* | ------------- | -------- |
|
|
6924
|
-
* | mp | |
|
|
6925
|
-
* | mp_web | |
|
|
6926
|
-
* | web | alipay |
|
|
6927
|
-
*/
|
|
6928
|
-
// @ts-ignore
|
|
6929
|
-
export var getMainSelectedCityAsync = /*#__PURE__*/promisify(getMainSelectedCity);
|
|
6930
|
-
/**
|
|
6931
|
-
* @support
|
|
6932
|
-
* | Platform | Apps |
|
|
6933
|
-
* | ------------- | -------- |
|
|
6934
|
-
* | mp | |
|
|
6935
|
-
* | mp_web | |
|
|
6936
|
-
* | web | alipay |
|
|
6937
|
-
*/
|
|
6938
|
-
export var chooseDistrict = function chooseDistrict() {
|
|
6939
|
-
var rest = [];
|
|
6940
|
-
for (var _i = 0; _i < arguments.length; _i++) {
|
|
6941
|
-
rest[_i] = arguments[_i];
|
|
6942
|
-
}
|
|
6943
|
-
if (appEnv.isWebAlipay) return webChooseDistrict.apply(void 0, rest);
|
|
6944
|
-
return notFound.apply(void 0, __spreadArray(['chooseDistrict'], rest, false));
|
|
6945
|
-
};
|
|
6946
|
-
/**
|
|
6947
|
-
* @support
|
|
6948
|
-
* | Platform | Apps |
|
|
6949
|
-
* | ------------- | -------- |
|
|
6950
|
-
* | mp | |
|
|
6951
|
-
* | mp_web | |
|
|
6952
|
-
* | web | alipay |
|
|
6953
|
-
*/
|
|
6954
|
-
// @ts-ignore
|
|
6955
|
-
export var chooseDistrictAsync = /*#__PURE__*/promisify(chooseDistrict);
|
|
6956
|
-
/**
|
|
6957
|
-
* @support
|
|
6958
|
-
* | Platform | Apps |
|
|
6959
|
-
* | ------------- | -------- |
|
|
6960
|
-
* | mp | |
|
|
6961
|
-
* | mp_web | alipayhk,dana,gcash,mpay,truemoney,tngd,toss |
|
|
6962
|
-
* | web | alipay,h5 |
|
|
6963
|
-
*/
|
|
6964
|
-
export var popWindow = function popWindow() {
|
|
6965
|
-
var rest = [];
|
|
6966
|
-
for (var _i = 0; _i < arguments.length; _i++) {
|
|
6967
|
-
rest[_i] = arguments[_i];
|
|
6968
|
-
}
|
|
6969
|
-
if (appEnv.isMpWebAlipayhk) return mpWebAlipayhkPopWindow.apply(void 0, rest);
|
|
6970
|
-
if (appEnv.isMpWebDana) return mpWebDanaPopWindow.apply(void 0, rest);
|
|
6971
|
-
if (appEnv.isMpWebGcash) return mpWebGcashPopWindow.apply(void 0, rest);
|
|
6972
|
-
if (appEnv.isMpWebTngd) return mpWebTngdPopWindow.apply(void 0, rest);
|
|
6973
|
-
if (appEnv.isMpWebTruemoney) return mpWebTruemoneyPopWindow.apply(void 0, rest);
|
|
6974
|
-
if (appEnv.isMpWebMpay) return mpWebMpayPopWindow.apply(void 0, rest);
|
|
6975
|
-
if (appEnv.isMpWebToss) return mpWebTossPopWindow.apply(void 0, rest);
|
|
6976
|
-
if (appEnv.isWebAlipay) return webAlipayPopWindow.apply(void 0, rest);
|
|
6977
|
-
if (appEnv.isWebH5) return webH5PopWindow.apply(void 0, rest);
|
|
6978
|
-
return notFound.apply(void 0, __spreadArray(['popWindow'], rest, false));
|
|
6979
|
-
};
|
|
6980
|
-
/**
|
|
6981
|
-
* @support
|
|
6982
|
-
* | Platform | Apps |
|
|
6983
|
-
* | ------------- | -------- |
|
|
6984
|
-
* | mp | |
|
|
6985
|
-
* | mp_web | alipayhk,dana,gcash,mpay,truemoney,tngd,toss |
|
|
6986
|
-
* | web | alipay,h5 |
|
|
6987
|
-
*/
|
|
6988
|
-
// @ts-ignore
|
|
6989
|
-
export var popWindowAsync = /*#__PURE__*/promisify(popWindow);
|
|
6990
6296
|
/**
|
|
6991
6297
|
* @support
|
|
6992
6298
|
* | Platform | Apps |
|