hylid-bridge 4.0.8 → 4.0.10
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 +144 -126
- package/canIUse.json +1 -1
- package/lib/bridges.d.ts +611 -442
- package/lib/bridges.js +1155 -694
- package/lib/clients/mp/demo/index.d.ts +2 -4
- package/lib/clients/mp/demo/index.js +2 -4
- package/lib/clients/mp_web/alipayhk/chooseFileFromDisk.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/chooseFileFromDisk.js +3 -0
- package/lib/clients/mp_web/alipayhk/chooseVideo.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/chooseVideo.js +3 -0
- package/lib/clients/mp_web/alipayhk/compressImage.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/compressImage.js +3 -0
- package/lib/clients/mp_web/alipayhk/exitApp.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/exitApp.js +3 -0
- package/lib/clients/mp_web/alipayhk/getRunScene.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/getRunScene.js +3 -0
- package/lib/clients/mp_web/alipayhk/index.d.ts +59 -2
- package/lib/clients/mp_web/alipayhk/index.js +18 -2
- package/lib/clients/mp_web/alipayhk/setTabBarItem.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/setTabBarItem.js +3 -0
- package/lib/clients/mp_web/alipayhk/showTabBar.d.ts +2 -0
- package/lib/clients/mp_web/alipayhk/showTabBar.js +3 -0
- package/lib/clients/mp_web/dana/chooseFileFromDisk.d.ts +2 -0
- package/lib/clients/mp_web/dana/chooseFileFromDisk.js +3 -0
- package/lib/clients/mp_web/dana/chooseVideo.d.ts +2 -0
- package/lib/clients/mp_web/dana/chooseVideo.js +3 -0
- package/lib/clients/mp_web/dana/compressImage.d.ts +2 -0
- package/lib/clients/mp_web/dana/compressImage.js +3 -0
- package/lib/clients/mp_web/dana/getRunScene.d.ts +2 -0
- package/lib/clients/mp_web/dana/getRunScene.js +3 -0
- package/lib/clients/mp_web/dana/index.d.ts +57 -2
- package/lib/clients/mp_web/dana/index.js +16 -2
- package/lib/clients/mp_web/dana/navigateToBizScene.d.ts +2 -0
- package/lib/clients/mp_web/dana/navigateToBizScene.js +3 -0
- package/lib/clients/mp_web/dana/setTabBarItem.d.ts +2 -0
- package/lib/clients/mp_web/dana/setTabBarItem.js +3 -0
- package/lib/clients/mp_web/dana/showTabBar.d.ts +2 -0
- package/lib/clients/mp_web/dana/showTabBar.js +3 -0
- package/lib/clients/mp_web/demo/index.d.ts +2 -4
- package/lib/clients/mp_web/demo/index.js +2 -4
- package/lib/clients/mp_web/gcash/chooseFileFromDisk.d.ts +2 -0
- package/lib/clients/mp_web/gcash/chooseFileFromDisk.js +3 -0
- package/lib/clients/mp_web/gcash/chooseVideo.d.ts +2 -0
- package/lib/clients/mp_web/gcash/chooseVideo.js +3 -0
- package/lib/clients/mp_web/gcash/compressImage.d.ts +2 -0
- package/lib/clients/mp_web/gcash/compressImage.js +3 -0
- package/lib/clients/mp_web/gcash/getRunScene.d.ts +2 -0
- package/lib/clients/mp_web/gcash/getRunScene.js +3 -0
- package/lib/clients/mp_web/gcash/index.d.ts +57 -2
- package/lib/clients/mp_web/gcash/index.js +16 -2
- package/lib/clients/mp_web/gcash/navigateToBizScene.d.ts +2 -0
- package/lib/clients/mp_web/gcash/navigateToBizScene.js +3 -0
- package/lib/clients/mp_web/gcash/setTabBarItem.d.ts +2 -0
- package/lib/clients/mp_web/gcash/setTabBarItem.js +3 -0
- package/lib/clients/mp_web/gcash/showTabBar.d.ts +2 -0
- package/lib/clients/mp_web/gcash/showTabBar.js +3 -0
- package/lib/clients/mp_web/mpay/chooseFileFromDisk.d.ts +2 -0
- package/lib/clients/mp_web/mpay/chooseFileFromDisk.js +3 -0
- package/lib/clients/mp_web/mpay/chooseVideo.d.ts +2 -0
- package/lib/clients/mp_web/mpay/chooseVideo.js +3 -0
- package/lib/clients/mp_web/mpay/compressImage.d.ts +2 -0
- package/lib/clients/mp_web/mpay/compressImage.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 +1 -1
- package/lib/clients/mp_web/mpay/getAppToken.js +1 -1
- package/lib/clients/mp_web/mpay/getRunScene.d.ts +2 -0
- package/lib/clients/mp_web/mpay/getRunScene.js +3 -0
- package/lib/clients/mp_web/mpay/index.d.ts +378 -4
- package/lib/clients/mp_web/mpay/index.js +234 -4
- package/lib/clients/mp_web/mpay/navigateToBizScene.d.ts +2 -0
- package/lib/clients/mp_web/mpay/navigateToBizScene.js +3 -0
- package/lib/clients/mp_web/mpay/setTabBarItem.d.ts +2 -0
- package/lib/clients/mp_web/mpay/setTabBarItem.js +3 -0
- package/lib/clients/mp_web/mpay/showTabBar.d.ts +2 -0
- package/lib/clients/mp_web/mpay/showTabBar.js +3 -0
- package/lib/clients/mp_web/tmn/addPhoneContact.d.ts +2 -0
- package/lib/clients/mp_web/tmn/addPhoneContact.js +3 -0
- package/lib/clients/mp_web/tmn/alert.d.ts +2 -0
- package/lib/clients/mp_web/tmn/alert.js +3 -0
- package/lib/clients/mp_web/tmn/chooseFileFromDisk.d.ts +2 -0
- package/lib/clients/mp_web/tmn/chooseFileFromDisk.js +3 -0
- package/lib/clients/mp_web/tmn/chooseImage.d.ts +2 -0
- package/lib/clients/mp_web/tmn/chooseImage.js +3 -0
- package/lib/clients/mp_web/tmn/choosePhoneContact.d.ts +2 -0
- package/lib/clients/mp_web/tmn/choosePhoneContact.js +3 -0
- package/lib/clients/mp_web/tmn/chooseVideo.d.ts +2 -0
- package/lib/clients/mp_web/tmn/chooseVideo.js +3 -0
- package/lib/clients/mp_web/tmn/clearStorage.d.ts +2 -0
- package/lib/clients/mp_web/tmn/clearStorage.js +3 -0
- package/lib/clients/mp_web/tmn/closeBluetoothAdapter.d.ts +2 -0
- package/lib/clients/mp_web/tmn/closeBluetoothAdapter.js +3 -0
- package/lib/clients/mp_web/tmn/closeSocket.d.ts +2 -0
- package/lib/clients/mp_web/tmn/closeSocket.js +3 -0
- package/lib/clients/mp_web/tmn/compressImage.d.ts +2 -0
- package/lib/clients/mp_web/tmn/compressImage.js +3 -0
- package/lib/clients/mp_web/tmn/confirm.d.ts +2 -0
- package/lib/clients/mp_web/tmn/confirm.js +3 -0
- package/lib/clients/mp_web/tmn/connectBLEDevice.d.ts +2 -0
- package/lib/clients/mp_web/tmn/connectBLEDevice.js +3 -0
- package/lib/clients/mp_web/tmn/connectSocket.d.ts +2 -0
- package/lib/clients/mp_web/tmn/connectSocket.js +3 -0
- package/lib/clients/mp_web/tmn/datePicker.d.ts +2 -0
- package/lib/clients/mp_web/tmn/datePicker.js +3 -0
- package/lib/clients/mp_web/tmn/disconnectBLEDevice.d.ts +2 -0
- package/lib/clients/mp_web/tmn/disconnectBLEDevice.js +3 -0
- package/lib/clients/mp_web/tmn/downloadFile.d.ts +2 -0
- package/lib/clients/mp_web/tmn/downloadFile.js +3 -0
- package/lib/clients/mp_web/tmn/getBLEDeviceCharacteristics.d.ts +2 -0
- package/lib/clients/mp_web/tmn/getBLEDeviceCharacteristics.js +3 -0
- package/lib/clients/mp_web/tmn/getBLEDeviceServices.d.ts +2 -0
- package/lib/clients/mp_web/tmn/getBLEDeviceServices.js +3 -0
- package/lib/clients/mp_web/tmn/getBatteryInfo.d.ts +2 -0
- package/lib/clients/mp_web/tmn/getBatteryInfo.js +3 -0
- package/lib/clients/mp_web/tmn/getBluetoothAdapterState.d.ts +2 -0
- package/lib/clients/mp_web/tmn/getBluetoothAdapterState.js +3 -0
- package/lib/clients/mp_web/tmn/getBluetoothDevices.d.ts +2 -0
- package/lib/clients/mp_web/tmn/getBluetoothDevices.js +3 -0
- package/lib/clients/mp_web/tmn/getClipboard.d.ts +2 -0
- package/lib/clients/mp_web/tmn/getClipboard.js +3 -0
- package/lib/clients/mp_web/tmn/getConnectedBluetoothDevices.d.ts +2 -0
- package/lib/clients/mp_web/tmn/getConnectedBluetoothDevices.js +3 -0
- package/lib/clients/mp_web/tmn/getFileInfo.d.ts +2 -0
- package/lib/clients/mp_web/tmn/getFileInfo.js +3 -0
- package/lib/clients/mp_web/tmn/getImageInfo.d.ts +2 -0
- package/lib/clients/mp_web/tmn/getImageInfo.js +3 -0
- package/lib/clients/mp_web/tmn/getLocation.d.ts +2 -0
- package/lib/clients/mp_web/tmn/getLocation.js +3 -0
- package/lib/clients/mp_web/tmn/getNetworkType.d.ts +2 -0
- package/lib/clients/mp_web/tmn/getNetworkType.js +3 -0
- package/lib/clients/mp_web/tmn/getOpenUserInfo.d.ts +2 -0
- package/lib/clients/mp_web/tmn/getOpenUserInfo.js +3 -0
- package/lib/clients/mp_web/tmn/getRunScene.d.ts +2 -0
- package/lib/clients/mp_web/tmn/getRunScene.js +3 -0
- package/lib/clients/mp_web/tmn/getSavedFileInfo.d.ts +2 -0
- package/lib/clients/mp_web/tmn/getSavedFileInfo.js +3 -0
- package/lib/clients/mp_web/tmn/getSavedFileList.d.ts +2 -0
- package/lib/clients/mp_web/tmn/getSavedFileList.js +3 -0
- package/lib/clients/mp_web/tmn/getScreenBrightness.d.ts +2 -0
- package/lib/clients/mp_web/tmn/getScreenBrightness.js +3 -0
- package/lib/clients/mp_web/tmn/getServerTime.d.ts +2 -0
- package/lib/clients/mp_web/tmn/getServerTime.js +3 -0
- package/lib/clients/mp_web/tmn/getSetting.d.ts +2 -0
- package/lib/clients/mp_web/tmn/getSetting.js +3 -0
- package/lib/clients/mp_web/tmn/getSiteInfo.d.ts +2 -0
- package/lib/clients/mp_web/tmn/getSiteInfo.js +3 -0
- package/lib/clients/mp_web/tmn/getSystemInfo.d.ts +2 -0
- package/lib/clients/mp_web/tmn/getSystemInfo.js +3 -0
- package/lib/clients/mp_web/tmn/hideBackHome.d.ts +2 -0
- package/lib/clients/mp_web/tmn/hideBackHome.js +3 -0
- package/lib/clients/mp_web/tmn/hideKeyboard.d.ts +2 -0
- package/lib/clients/mp_web/tmn/hideKeyboard.js +3 -0
- package/lib/clients/mp_web/tmn/hideLoading.d.ts +2 -0
- package/lib/clients/mp_web/tmn/hideLoading.js +3 -0
- package/lib/clients/mp_web/tmn/hideNavigationBarLoading.d.ts +2 -0
- package/lib/clients/mp_web/tmn/hideNavigationBarLoading.js +3 -0
- package/lib/clients/mp_web/tmn/hideTabBar.d.ts +2 -0
- package/lib/clients/mp_web/tmn/hideTabBar.js +3 -0
- package/lib/clients/mp_web/tmn/hideToast.d.ts +2 -0
- package/lib/clients/mp_web/tmn/hideToast.js +3 -0
- package/lib/clients/mp_web/tmn/index.d.ts +419 -0
- package/lib/clients/mp_web/tmn/index.js +253 -0
- package/lib/clients/mp_web/tmn/makePhoneCall.d.ts +2 -0
- package/lib/clients/mp_web/tmn/makePhoneCall.js +3 -0
- package/lib/clients/mp_web/tmn/multiLevelSelect.d.ts +2 -0
- package/lib/clients/mp_web/tmn/multiLevelSelect.js +3 -0
- package/lib/clients/mp_web/tmn/navigateBack.d.ts +2 -0
- package/lib/clients/mp_web/tmn/navigateBack.js +3 -0
- package/lib/clients/mp_web/tmn/navigateBackMiniProgram.d.ts +2 -0
- package/lib/clients/mp_web/tmn/navigateBackMiniProgram.js +3 -0
- package/lib/clients/mp_web/tmn/navigateTo.d.ts +2 -0
- package/lib/clients/mp_web/tmn/navigateTo.js +3 -0
- package/lib/clients/mp_web/tmn/navigateToBizScene.d.ts +2 -0
- package/lib/clients/mp_web/tmn/navigateToBizScene.js +3 -0
- package/lib/clients/mp_web/tmn/navigateToMiniProgram.d.ts +2 -0
- package/lib/clients/mp_web/tmn/navigateToMiniProgram.js +3 -0
- package/lib/clients/mp_web/tmn/notifyBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp_web/tmn/notifyBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp_web/tmn/offAccelerometerChange.d.ts +2 -0
- package/lib/clients/mp_web/tmn/offAccelerometerChange.js +3 -0
- package/lib/clients/mp_web/tmn/offBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp_web/tmn/offBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp_web/tmn/offBLEConnectionStateChanged.d.ts +2 -0
- package/lib/clients/mp_web/tmn/offBLEConnectionStateChanged.js +3 -0
- package/lib/clients/mp_web/tmn/offBluetoothAdapterStateChange.d.ts +2 -0
- package/lib/clients/mp_web/tmn/offBluetoothAdapterStateChange.js +3 -0
- package/lib/clients/mp_web/tmn/offBluetoothDeviceFound.d.ts +2 -0
- package/lib/clients/mp_web/tmn/offBluetoothDeviceFound.js +3 -0
- package/lib/clients/mp_web/tmn/offCompassChange.d.ts +2 -0
- package/lib/clients/mp_web/tmn/offCompassChange.js +3 -0
- package/lib/clients/mp_web/tmn/offMemoryWarning.d.ts +2 -0
- package/lib/clients/mp_web/tmn/offMemoryWarning.js +3 -0
- package/lib/clients/mp_web/tmn/offSocketClose.d.ts +2 -0
- package/lib/clients/mp_web/tmn/offSocketClose.js +3 -0
- package/lib/clients/mp_web/tmn/offSocketError.d.ts +2 -0
- package/lib/clients/mp_web/tmn/offSocketError.js +3 -0
- package/lib/clients/mp_web/tmn/offSocketMessage.d.ts +2 -0
- package/lib/clients/mp_web/tmn/offSocketMessage.js +3 -0
- package/lib/clients/mp_web/tmn/offSocketOpen.d.ts +2 -0
- package/lib/clients/mp_web/tmn/offSocketOpen.js +3 -0
- package/lib/clients/mp_web/tmn/offUserCaptureScreen.d.ts +2 -0
- package/lib/clients/mp_web/tmn/offUserCaptureScreen.js +3 -0
- package/lib/clients/mp_web/tmn/onAccelerometerChange.d.ts +2 -0
- package/lib/clients/mp_web/tmn/onAccelerometerChange.js +3 -0
- package/lib/clients/mp_web/tmn/onBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp_web/tmn/onBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp_web/tmn/onBLEConnectionStateChanged.d.ts +2 -0
- package/lib/clients/mp_web/tmn/onBLEConnectionStateChanged.js +3 -0
- package/lib/clients/mp_web/tmn/onBluetoothAdapterStateChange.d.ts +2 -0
- package/lib/clients/mp_web/tmn/onBluetoothAdapterStateChange.js +3 -0
- package/lib/clients/mp_web/tmn/onBluetoothDeviceFound.d.ts +2 -0
- package/lib/clients/mp_web/tmn/onBluetoothDeviceFound.js +3 -0
- package/lib/clients/mp_web/tmn/onCompassChange.d.ts +2 -0
- package/lib/clients/mp_web/tmn/onCompassChange.js +3 -0
- package/lib/clients/mp_web/tmn/onMemoryWarning.d.ts +2 -0
- package/lib/clients/mp_web/tmn/onMemoryWarning.js +3 -0
- package/lib/clients/mp_web/tmn/onSocketClose.d.ts +2 -0
- package/lib/clients/mp_web/tmn/onSocketClose.js +3 -0
- package/lib/clients/mp_web/tmn/onSocketError.d.ts +2 -0
- package/lib/clients/mp_web/tmn/onSocketError.js +3 -0
- package/lib/clients/mp_web/tmn/onSocketMessage.d.ts +2 -0
- package/lib/clients/mp_web/tmn/onSocketMessage.js +3 -0
- package/lib/clients/mp_web/tmn/onSocketOpen.d.ts +2 -0
- package/lib/clients/mp_web/tmn/onSocketOpen.js +3 -0
- package/lib/clients/mp_web/tmn/onUserCaptureScreen.d.ts +2 -0
- package/lib/clients/mp_web/tmn/onUserCaptureScreen.js +3 -0
- package/lib/clients/mp_web/tmn/openBluetoothAdapter.d.ts +2 -0
- package/lib/clients/mp_web/tmn/openBluetoothAdapter.js +3 -0
- package/lib/clients/mp_web/tmn/openDocument.d.ts +2 -0
- package/lib/clients/mp_web/tmn/openDocument.js +3 -0
- package/lib/clients/mp_web/tmn/openSetting.d.ts +2 -0
- package/lib/clients/mp_web/tmn/openSetting.js +3 -0
- package/lib/clients/mp_web/tmn/pageScrollTo.d.ts +2 -0
- package/lib/clients/mp_web/tmn/pageScrollTo.js +3 -0
- package/lib/clients/mp_web/tmn/previewImage.d.ts +2 -0
- package/lib/clients/mp_web/tmn/previewImage.js +3 -0
- package/lib/clients/mp_web/tmn/prompt.d.ts +2 -0
- package/lib/clients/mp_web/tmn/prompt.js +3 -0
- package/lib/clients/mp_web/tmn/reLaunch.d.ts +2 -0
- package/lib/clients/mp_web/tmn/reLaunch.js +3 -0
- package/lib/clients/mp_web/tmn/readBLECharacteristicValue.d.ts +2 -0
- package/lib/clients/mp_web/tmn/readBLECharacteristicValue.js +3 -0
- package/lib/clients/mp_web/tmn/redirectTo.d.ts +2 -0
- package/lib/clients/mp_web/tmn/redirectTo.js +3 -0
- package/lib/clients/mp_web/tmn/removeSavedFile.d.ts +2 -0
- package/lib/clients/mp_web/tmn/removeSavedFile.js +3 -0
- package/lib/clients/mp_web/tmn/removeStorage.d.ts +2 -0
- package/lib/clients/mp_web/tmn/removeStorage.js +3 -0
- package/lib/clients/mp_web/tmn/saveFile.d.ts +2 -0
- package/lib/clients/mp_web/tmn/saveFile.js +3 -0
- package/lib/clients/mp_web/tmn/saveImage.d.ts +2 -0
- package/lib/clients/mp_web/tmn/saveImage.js +3 -0
- package/lib/clients/mp_web/tmn/scan.d.ts +2 -0
- package/lib/clients/mp_web/tmn/scan.js +3 -0
- package/lib/clients/mp_web/tmn/sendSocketMessage.d.ts +2 -0
- package/lib/clients/mp_web/tmn/sendSocketMessage.js +3 -0
- package/lib/clients/mp_web/tmn/setBackgroundColor.d.ts +2 -0
- package/lib/clients/mp_web/tmn/setBackgroundColor.js +3 -0
- package/lib/clients/mp_web/tmn/setCanPullDown.d.ts +2 -0
- package/lib/clients/mp_web/tmn/setCanPullDown.js +3 -0
- package/lib/clients/mp_web/tmn/setClipboard.d.ts +2 -0
- package/lib/clients/mp_web/tmn/setClipboard.js +3 -0
- package/lib/clients/mp_web/tmn/setKeepScreenOn.d.ts +2 -0
- package/lib/clients/mp_web/tmn/setKeepScreenOn.js +3 -0
- package/lib/clients/mp_web/tmn/setNavigationBar.d.ts +2 -0
- package/lib/clients/mp_web/tmn/setNavigationBar.js +3 -0
- package/lib/clients/mp_web/tmn/setScreenBrightness.d.ts +2 -0
- package/lib/clients/mp_web/tmn/setScreenBrightness.js +3 -0
- package/lib/clients/mp_web/tmn/setTabBarItem.d.ts +2 -0
- package/lib/clients/mp_web/tmn/setTabBarItem.js +3 -0
- package/lib/clients/mp_web/tmn/setTabBarStyle.d.ts +2 -0
- package/lib/clients/mp_web/tmn/setTabBarStyle.js +3 -0
- package/lib/clients/mp_web/tmn/showActionSheet.d.ts +2 -0
- package/lib/clients/mp_web/tmn/showActionSheet.js +3 -0
- package/lib/clients/mp_web/tmn/showAuthGuide.d.ts +2 -0
- package/lib/clients/mp_web/tmn/showAuthGuide.js +3 -0
- package/lib/clients/mp_web/tmn/showLoading.d.ts +2 -0
- package/lib/clients/mp_web/tmn/showLoading.js +3 -0
- package/lib/clients/mp_web/tmn/showNavigationBarLoading.d.ts +2 -0
- package/lib/clients/mp_web/tmn/showNavigationBarLoading.js +3 -0
- package/lib/clients/mp_web/tmn/showSharePanel.d.ts +2 -0
- package/lib/clients/mp_web/tmn/showSharePanel.js +3 -0
- package/lib/clients/mp_web/tmn/showTabBar.d.ts +2 -0
- package/lib/clients/mp_web/tmn/showTabBar.js +3 -0
- package/lib/clients/mp_web/tmn/showToast.d.ts +2 -0
- package/lib/clients/mp_web/tmn/showToast.js +3 -0
- package/lib/clients/mp_web/tmn/signContract.d.ts +2 -0
- package/lib/clients/mp_web/tmn/signContract.js +3 -0
- package/lib/clients/mp_web/tmn/startBluetoothDevicesDiscovery.d.ts +2 -0
- package/lib/clients/mp_web/tmn/startBluetoothDevicesDiscovery.js +3 -0
- package/lib/clients/mp_web/tmn/startPullDownRefresh.d.ts +2 -0
- package/lib/clients/mp_web/tmn/startPullDownRefresh.js +3 -0
- package/lib/clients/mp_web/tmn/stopBluetoothDevicesDiscovery.d.ts +2 -0
- package/lib/clients/mp_web/tmn/stopBluetoothDevicesDiscovery.js +3 -0
- package/lib/clients/mp_web/tmn/stopPullDownRefresh.d.ts +2 -0
- package/lib/clients/mp_web/tmn/stopPullDownRefresh.js +3 -0
- package/lib/clients/mp_web/tmn/switchTab.d.ts +2 -0
- package/lib/clients/mp_web/tmn/switchTab.js +3 -0
- package/lib/clients/mp_web/tmn/tradePay.d.ts +2 -0
- package/lib/clients/mp_web/tmn/tradePay.js +3 -0
- package/lib/clients/mp_web/tmn/uploadFile.d.ts +2 -0
- package/lib/clients/mp_web/tmn/uploadFile.js +3 -0
- package/lib/clients/mp_web/tmn/vibrate.d.ts +2 -0
- package/lib/clients/mp_web/tmn/vibrate.js +3 -0
- package/lib/clients/mp_web/tmn/watchShake.d.ts +2 -0
- package/lib/clients/mp_web/tmn/watchShake.js +3 -0
- package/lib/clients/mp_web/tmn/writeBLECharacteristicValue.d.ts +2 -0
- package/lib/clients/mp_web/tmn/writeBLECharacteristicValue.js +3 -0
- package/lib/clients/mp_web/tngd/chooseFileFromDisk.d.ts +2 -0
- package/lib/clients/mp_web/tngd/chooseFileFromDisk.js +3 -0
- package/lib/clients/mp_web/tngd/chooseVideo.d.ts +2 -0
- package/lib/clients/mp_web/tngd/chooseVideo.js +3 -0
- package/lib/clients/mp_web/tngd/compressImage.d.ts +2 -0
- package/lib/clients/mp_web/tngd/compressImage.js +3 -0
- package/lib/clients/mp_web/tngd/getRunScene.d.ts +2 -0
- package/lib/clients/mp_web/tngd/getRunScene.js +3 -0
- package/lib/clients/mp_web/tngd/index.d.ts +57 -2
- package/lib/clients/mp_web/tngd/index.js +16 -2
- package/lib/clients/mp_web/tngd/navigateToBizScene.d.ts +2 -0
- package/lib/clients/mp_web/tngd/navigateToBizScene.js +3 -0
- package/lib/clients/mp_web/tngd/setTabBarItem.d.ts +2 -0
- package/lib/clients/mp_web/tngd/setTabBarItem.js +3 -0
- package/lib/clients/mp_web/tngd/showTabBar.d.ts +2 -0
- package/lib/clients/mp_web/tngd/showTabBar.js +3 -0
- package/lib/clients/mp_web/toss/addPhoneContact.d.ts +2 -0
- package/lib/clients/mp_web/toss/addPhoneContact.js +3 -0
- package/lib/clients/mp_web/toss/alert.d.ts +2 -0
- package/lib/clients/mp_web/toss/alert.js +3 -0
- package/lib/clients/mp_web/toss/chooseFileFromDisk.d.ts +2 -0
- package/lib/clients/mp_web/toss/chooseFileFromDisk.js +3 -0
- package/lib/clients/mp_web/toss/chooseImage.d.ts +2 -0
- package/lib/clients/mp_web/toss/chooseImage.js +3 -0
- package/lib/clients/mp_web/toss/choosePhoneContact.d.ts +2 -0
- package/lib/clients/mp_web/toss/choosePhoneContact.js +3 -0
- package/lib/clients/mp_web/toss/chooseVideo.d.ts +2 -0
- package/lib/clients/mp_web/toss/chooseVideo.js +3 -0
- package/lib/clients/mp_web/toss/clearStorage.d.ts +2 -0
- package/lib/clients/mp_web/toss/clearStorage.js +3 -0
- package/lib/clients/mp_web/toss/closeBluetoothAdapter.d.ts +2 -0
- package/lib/clients/mp_web/toss/closeBluetoothAdapter.js +3 -0
- package/lib/clients/mp_web/toss/closeSocket.d.ts +2 -0
- package/lib/clients/mp_web/toss/closeSocket.js +3 -0
- package/lib/clients/mp_web/toss/compressImage.d.ts +2 -0
- package/lib/clients/mp_web/toss/compressImage.js +3 -0
- package/lib/clients/mp_web/toss/confirm.d.ts +2 -0
- package/lib/clients/mp_web/toss/confirm.js +3 -0
- package/lib/clients/mp_web/toss/connectBLEDevice.d.ts +2 -0
- package/lib/clients/mp_web/toss/connectBLEDevice.js +3 -0
- package/lib/clients/mp_web/toss/connectSocket.d.ts +2 -0
- package/lib/clients/mp_web/toss/connectSocket.js +3 -0
- package/lib/clients/mp_web/toss/datePicker.d.ts +2 -0
- package/lib/clients/mp_web/toss/datePicker.js +3 -0
- package/lib/clients/mp_web/toss/disconnectBLEDevice.d.ts +2 -0
- package/lib/clients/mp_web/toss/disconnectBLEDevice.js +3 -0
- package/lib/clients/mp_web/toss/downloadFile.d.ts +2 -0
- package/lib/clients/mp_web/toss/downloadFile.js +3 -0
- package/lib/clients/mp_web/toss/exitApp.d.ts +2 -0
- package/lib/clients/mp_web/toss/exitApp.js +3 -0
- package/lib/clients/mp_web/toss/getAppToken.d.ts +2 -0
- package/lib/clients/mp_web/toss/getAppToken.js +3 -0
- package/lib/clients/mp_web/toss/getBLEDeviceCharacteristics.d.ts +2 -0
- package/lib/clients/mp_web/toss/getBLEDeviceCharacteristics.js +3 -0
- package/lib/clients/mp_web/toss/getBLEDeviceServices.d.ts +2 -0
- package/lib/clients/mp_web/toss/getBLEDeviceServices.js +3 -0
- package/lib/clients/mp_web/toss/getBatteryInfo.d.ts +2 -0
- package/lib/clients/mp_web/toss/getBatteryInfo.js +3 -0
- package/lib/clients/mp_web/toss/getBluetoothAdapterState.d.ts +2 -0
- package/lib/clients/mp_web/toss/getBluetoothAdapterState.js +3 -0
- package/lib/clients/mp_web/toss/getBluetoothDevices.d.ts +2 -0
- package/lib/clients/mp_web/toss/getBluetoothDevices.js +3 -0
- package/lib/clients/mp_web/toss/getClipboard.d.ts +2 -0
- package/lib/clients/mp_web/toss/getClipboard.js +3 -0
- package/lib/clients/mp_web/toss/getConnectedBluetoothDevices.d.ts +2 -0
- package/lib/clients/mp_web/toss/getConnectedBluetoothDevices.js +3 -0
- package/lib/clients/mp_web/toss/getFileInfo.d.ts +2 -0
- package/lib/clients/mp_web/toss/getFileInfo.js +3 -0
- package/lib/clients/mp_web/toss/getImageInfo.d.ts +2 -0
- package/lib/clients/mp_web/toss/getImageInfo.js +3 -0
- package/lib/clients/mp_web/toss/getLocation.d.ts +2 -0
- package/lib/clients/mp_web/toss/getLocation.js +3 -0
- package/lib/clients/mp_web/toss/getNetworkType.d.ts +2 -0
- package/lib/clients/mp_web/toss/getNetworkType.js +3 -0
- package/lib/clients/mp_web/toss/getOpenUserInfo.d.ts +2 -0
- package/lib/clients/mp_web/toss/getOpenUserInfo.js +3 -0
- package/lib/clients/mp_web/toss/getRunScene.d.ts +2 -0
- package/lib/clients/mp_web/toss/getRunScene.js +3 -0
- package/lib/clients/mp_web/toss/getSavedFileInfo.d.ts +2 -0
- package/lib/clients/mp_web/toss/getSavedFileInfo.js +3 -0
- package/lib/clients/mp_web/toss/getSavedFileList.d.ts +2 -0
- package/lib/clients/mp_web/toss/getSavedFileList.js +3 -0
- package/lib/clients/mp_web/toss/getScreenBrightness.d.ts +2 -0
- package/lib/clients/mp_web/toss/getScreenBrightness.js +3 -0
- package/lib/clients/mp_web/toss/getServerTime.d.ts +2 -0
- package/lib/clients/mp_web/toss/getServerTime.js +3 -0
- package/lib/clients/mp_web/toss/getSetting.d.ts +2 -0
- package/lib/clients/mp_web/toss/getSetting.js +3 -0
- package/lib/clients/mp_web/toss/getSiteInfo.d.ts +2 -0
- package/lib/clients/mp_web/toss/getSiteInfo.js +3 -0
- package/lib/clients/mp_web/toss/getSystemInfo.d.ts +2 -0
- package/lib/clients/mp_web/toss/getSystemInfo.js +3 -0
- package/lib/clients/mp_web/toss/hideBackHome.d.ts +2 -0
- package/lib/clients/mp_web/toss/hideBackHome.js +3 -0
- package/lib/clients/mp_web/toss/hideKeyboard.d.ts +2 -0
- package/lib/clients/mp_web/toss/hideKeyboard.js +3 -0
- package/lib/clients/mp_web/toss/hideLoading.d.ts +2 -0
- package/lib/clients/mp_web/toss/hideLoading.js +3 -0
- package/lib/clients/mp_web/toss/hideNavigationBarLoading.d.ts +2 -0
- package/lib/clients/mp_web/toss/hideNavigationBarLoading.js +3 -0
- package/lib/clients/mp_web/toss/hideTabBar.d.ts +2 -0
- package/lib/clients/mp_web/toss/hideTabBar.js +3 -0
- package/lib/clients/mp_web/toss/hideToast.d.ts +2 -0
- package/lib/clients/mp_web/toss/hideToast.js +3 -0
- package/lib/clients/mp_web/toss/index.d.ts +385 -2
- package/lib/clients/mp_web/toss/index.js +238 -2
- package/lib/clients/mp_web/toss/makePhoneCall.d.ts +2 -0
- package/lib/clients/mp_web/toss/makePhoneCall.js +3 -0
- package/lib/clients/mp_web/toss/multiLevelSelect.d.ts +2 -0
- package/lib/clients/mp_web/toss/multiLevelSelect.js +3 -0
- package/lib/clients/mp_web/toss/navigateBack.d.ts +2 -0
- package/lib/clients/mp_web/toss/navigateBack.js +3 -0
- package/lib/clients/mp_web/toss/navigateBackMiniProgram.d.ts +2 -0
- package/lib/clients/mp_web/toss/navigateBackMiniProgram.js +3 -0
- package/lib/clients/mp_web/toss/navigateTo.d.ts +2 -0
- package/lib/clients/mp_web/toss/navigateTo.js +3 -0
- package/lib/clients/mp_web/toss/navigateToBizScene.d.ts +2 -0
- package/lib/clients/mp_web/toss/navigateToBizScene.js +3 -0
- package/lib/clients/mp_web/toss/navigateToMiniProgram.d.ts +2 -0
- package/lib/clients/mp_web/toss/navigateToMiniProgram.js +3 -0
- package/lib/clients/mp_web/toss/notifyBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp_web/toss/notifyBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp_web/toss/offAccelerometerChange.d.ts +2 -0
- package/lib/clients/mp_web/toss/offAccelerometerChange.js +3 -0
- package/lib/clients/mp_web/toss/offBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp_web/toss/offBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp_web/toss/offBLEConnectionStateChanged.d.ts +2 -0
- package/lib/clients/mp_web/toss/offBLEConnectionStateChanged.js +3 -0
- package/lib/clients/mp_web/toss/offBluetoothAdapterStateChange.d.ts +2 -0
- package/lib/clients/mp_web/toss/offBluetoothAdapterStateChange.js +3 -0
- package/lib/clients/mp_web/toss/offBluetoothDeviceFound.d.ts +2 -0
- package/lib/clients/mp_web/toss/offBluetoothDeviceFound.js +3 -0
- package/lib/clients/mp_web/toss/offCompassChange.d.ts +2 -0
- package/lib/clients/mp_web/toss/offCompassChange.js +3 -0
- package/lib/clients/mp_web/toss/offMemoryWarning.d.ts +2 -0
- package/lib/clients/mp_web/toss/offMemoryWarning.js +3 -0
- package/lib/clients/mp_web/toss/offSocketClose.d.ts +2 -0
- package/lib/clients/mp_web/toss/offSocketClose.js +3 -0
- package/lib/clients/mp_web/toss/offSocketError.d.ts +2 -0
- package/lib/clients/mp_web/toss/offSocketError.js +3 -0
- package/lib/clients/mp_web/toss/offSocketMessage.d.ts +2 -0
- package/lib/clients/mp_web/toss/offSocketMessage.js +3 -0
- package/lib/clients/mp_web/toss/offSocketOpen.d.ts +2 -0
- package/lib/clients/mp_web/toss/offSocketOpen.js +3 -0
- package/lib/clients/mp_web/toss/offUserCaptureScreen.d.ts +2 -0
- package/lib/clients/mp_web/toss/offUserCaptureScreen.js +3 -0
- package/lib/clients/mp_web/toss/onAccelerometerChange.d.ts +2 -0
- package/lib/clients/mp_web/toss/onAccelerometerChange.js +3 -0
- package/lib/clients/mp_web/toss/onBLECharacteristicValueChange.d.ts +2 -0
- package/lib/clients/mp_web/toss/onBLECharacteristicValueChange.js +3 -0
- package/lib/clients/mp_web/toss/onBLEConnectionStateChanged.d.ts +2 -0
- package/lib/clients/mp_web/toss/onBLEConnectionStateChanged.js +3 -0
- package/lib/clients/mp_web/toss/onBluetoothAdapterStateChange.d.ts +2 -0
- package/lib/clients/mp_web/toss/onBluetoothAdapterStateChange.js +3 -0
- package/lib/clients/mp_web/toss/onBluetoothDeviceFound.d.ts +2 -0
- package/lib/clients/mp_web/toss/onBluetoothDeviceFound.js +3 -0
- package/lib/clients/mp_web/toss/onCompassChange.d.ts +2 -0
- package/lib/clients/mp_web/toss/onCompassChange.js +3 -0
- package/lib/clients/mp_web/toss/onMemoryWarning.d.ts +2 -0
- package/lib/clients/mp_web/toss/onMemoryWarning.js +3 -0
- package/lib/clients/mp_web/toss/onSocketClose.d.ts +2 -0
- package/lib/clients/mp_web/toss/onSocketClose.js +3 -0
- package/lib/clients/mp_web/toss/onSocketError.d.ts +2 -0
- package/lib/clients/mp_web/toss/onSocketError.js +3 -0
- package/lib/clients/mp_web/toss/onSocketMessage.d.ts +2 -0
- package/lib/clients/mp_web/toss/onSocketMessage.js +3 -0
- package/lib/clients/mp_web/toss/onSocketOpen.d.ts +2 -0
- package/lib/clients/mp_web/toss/onSocketOpen.js +3 -0
- package/lib/clients/mp_web/toss/onUserCaptureScreen.d.ts +2 -0
- package/lib/clients/mp_web/toss/onUserCaptureScreen.js +3 -0
- package/lib/clients/mp_web/toss/openBluetoothAdapter.d.ts +2 -0
- package/lib/clients/mp_web/toss/openBluetoothAdapter.js +3 -0
- package/lib/clients/mp_web/toss/openDocument.d.ts +2 -0
- package/lib/clients/mp_web/toss/openDocument.js +3 -0
- package/lib/clients/mp_web/toss/openSetting.d.ts +2 -0
- package/lib/clients/mp_web/toss/openSetting.js +3 -0
- package/lib/clients/mp_web/toss/pageScrollTo.d.ts +2 -0
- package/lib/clients/mp_web/toss/pageScrollTo.js +3 -0
- package/lib/clients/mp_web/toss/previewImage.d.ts +2 -0
- package/lib/clients/mp_web/toss/previewImage.js +3 -0
- package/lib/clients/mp_web/toss/prompt.d.ts +2 -0
- package/lib/clients/mp_web/toss/prompt.js +3 -0
- package/lib/clients/mp_web/toss/reLaunch.d.ts +2 -0
- package/lib/clients/mp_web/toss/reLaunch.js +3 -0
- package/lib/clients/mp_web/toss/readBLECharacteristicValue.d.ts +2 -0
- package/lib/clients/mp_web/toss/readBLECharacteristicValue.js +3 -0
- package/lib/clients/mp_web/toss/redirectTo.d.ts +2 -0
- package/lib/clients/mp_web/toss/redirectTo.js +3 -0
- package/lib/clients/mp_web/toss/removeSavedFile.d.ts +2 -0
- package/lib/clients/mp_web/toss/removeSavedFile.js +3 -0
- package/lib/clients/mp_web/toss/removeStorage.d.ts +2 -0
- package/lib/clients/mp_web/toss/removeStorage.js +3 -0
- package/lib/clients/mp_web/toss/rpc.d.ts +2 -0
- package/lib/clients/mp_web/toss/rpc.js +3 -0
- package/lib/clients/mp_web/toss/saveFile.d.ts +2 -0
- package/lib/clients/mp_web/toss/saveFile.js +3 -0
- package/lib/clients/mp_web/toss/saveImage.d.ts +2 -0
- package/lib/clients/mp_web/toss/saveImage.js +3 -0
- package/lib/clients/mp_web/toss/scan.d.ts +2 -0
- package/lib/clients/mp_web/toss/scan.js +3 -0
- package/lib/clients/mp_web/toss/sendSocketMessage.d.ts +2 -0
- package/lib/clients/mp_web/toss/sendSocketMessage.js +3 -0
- package/lib/clients/mp_web/toss/setBackgroundColor.d.ts +2 -0
- package/lib/clients/mp_web/toss/setBackgroundColor.js +3 -0
- package/lib/clients/mp_web/toss/setCanPullDown.d.ts +2 -0
- package/lib/clients/mp_web/toss/setCanPullDown.js +3 -0
- package/lib/clients/mp_web/toss/setClipboard.d.ts +2 -0
- package/lib/clients/mp_web/toss/setClipboard.js +3 -0
- package/lib/clients/mp_web/toss/setKeepScreenOn.d.ts +2 -0
- package/lib/clients/mp_web/toss/setKeepScreenOn.js +3 -0
- package/lib/clients/mp_web/toss/setNavigationBar.d.ts +2 -0
- package/lib/clients/mp_web/toss/setNavigationBar.js +3 -0
- package/lib/clients/mp_web/toss/setScreenBrightness.d.ts +2 -0
- package/lib/clients/mp_web/toss/setScreenBrightness.js +3 -0
- package/lib/clients/mp_web/toss/setTabBarItem.d.ts +2 -0
- package/lib/clients/mp_web/toss/setTabBarItem.js +3 -0
- package/lib/clients/mp_web/toss/setTabBarStyle.d.ts +2 -0
- package/lib/clients/mp_web/toss/setTabBarStyle.js +3 -0
- package/lib/clients/mp_web/toss/showActionSheet.d.ts +2 -0
- package/lib/clients/mp_web/toss/showActionSheet.js +3 -0
- package/lib/clients/mp_web/toss/showAuthGuide.d.ts +2 -0
- package/lib/clients/mp_web/toss/showAuthGuide.js +3 -0
- package/lib/clients/mp_web/toss/showLoading.d.ts +2 -0
- package/lib/clients/mp_web/toss/showLoading.js +3 -0
- package/lib/clients/mp_web/toss/showNavigationBarLoading.d.ts +2 -0
- package/lib/clients/mp_web/toss/showNavigationBarLoading.js +3 -0
- package/lib/clients/mp_web/toss/showSharePanel.d.ts +2 -0
- package/lib/clients/mp_web/toss/showSharePanel.js +3 -0
- package/lib/clients/mp_web/toss/showTabBar.d.ts +2 -0
- package/lib/clients/mp_web/toss/showTabBar.js +3 -0
- package/lib/clients/mp_web/toss/showToast.d.ts +2 -0
- package/lib/clients/mp_web/toss/showToast.js +3 -0
- package/lib/clients/mp_web/toss/signContract.d.ts +2 -0
- package/lib/clients/mp_web/toss/signContract.js +3 -0
- package/lib/clients/mp_web/toss/startBluetoothDevicesDiscovery.d.ts +2 -0
- package/lib/clients/mp_web/toss/startBluetoothDevicesDiscovery.js +3 -0
- package/lib/clients/mp_web/toss/startPullDownRefresh.d.ts +2 -0
- package/lib/clients/mp_web/toss/startPullDownRefresh.js +3 -0
- package/lib/clients/mp_web/toss/stopBluetoothDevicesDiscovery.d.ts +2 -0
- package/lib/clients/mp_web/toss/stopBluetoothDevicesDiscovery.js +3 -0
- package/lib/clients/mp_web/toss/stopPullDownRefresh.d.ts +2 -0
- package/lib/clients/mp_web/toss/stopPullDownRefresh.js +3 -0
- package/lib/clients/mp_web/toss/switchTab.d.ts +2 -0
- package/lib/clients/mp_web/toss/switchTab.js +3 -0
- package/lib/clients/mp_web/toss/tradePay.d.ts +2 -0
- package/lib/clients/mp_web/toss/tradePay.js +3 -0
- package/lib/clients/mp_web/toss/uploadFile.d.ts +2 -0
- package/lib/clients/mp_web/toss/uploadFile.js +3 -0
- package/lib/clients/mp_web/toss/vibrate.d.ts +2 -0
- package/lib/clients/mp_web/toss/vibrate.js +3 -0
- package/lib/clients/mp_web/toss/watchShake.d.ts +2 -0
- package/lib/clients/mp_web/toss/watchShake.js +3 -0
- package/lib/clients/mp_web/toss/writeBLECharacteristicValue.d.ts +2 -0
- package/lib/clients/mp_web/toss/writeBLECharacteristicValue.js +3 -0
- package/lib/clients/web/alipay/chooseFileFromDisk.d.ts +2 -0
- package/lib/clients/web/alipay/chooseFileFromDisk.js +3 -0
- package/lib/clients/web/alipay/chooseVideo.d.ts +2 -0
- package/lib/clients/web/alipay/chooseVideo.js +3 -0
- package/lib/clients/web/alipay/compressImage.d.ts +2 -0
- package/lib/clients/web/alipay/compressImage.js +3 -0
- package/lib/clients/web/alipay/getRunScene.d.ts +2 -0
- package/lib/clients/web/alipay/getRunScene.js +3 -0
- package/lib/clients/web/alipay/hideBackHome.d.ts +2 -0
- package/lib/clients/web/alipay/hideBackHome.js +3 -0
- package/lib/clients/web/alipay/hideTabBar.d.ts +2 -0
- package/lib/clients/web/alipay/hideTabBar.js +3 -0
- package/lib/clients/web/alipay/index.d.ts +73 -4
- package/lib/clients/web/alipay/index.js +37 -5
- package/lib/clients/web/alipay/onUserCaptureScreen.d.ts +2 -0
- package/lib/clients/web/alipay/onUserCaptureScreen.js +3 -0
- package/lib/clients/web/alipay/setBackgroundColor.d.ts +2 -0
- package/lib/clients/web/alipay/setBackgroundColor.js +3 -0
- package/lib/clients/web/alipay/setCanPullDown.d.ts +2 -0
- package/lib/clients/web/alipay/setCanPullDown.js +3 -0
- package/lib/clients/web/alipay/setKeepScreenOn.d.ts +1 -1
- package/lib/clients/web/alipay/setKeepScreenOn.js +1 -1
- package/lib/clients/web/alipay/setOptionMenu.d.ts +2 -0
- package/lib/clients/web/alipay/setOptionMenu.js +3 -0
- package/lib/clients/web/alipay/setTabBarItem.d.ts +2 -0
- package/lib/clients/web/alipay/setTabBarItem.js +3 -0
- package/lib/clients/web/alipay/setTabBarStyle.d.ts +2 -0
- package/lib/clients/web/alipay/setTabBarStyle.js +3 -0
- package/lib/clients/web/alipay/showTabBar.d.ts +2 -0
- package/lib/clients/web/alipay/showTabBar.js +3 -0
- package/lib/clients/web/alipay/startPullDownRefresh.d.ts +2 -0
- package/lib/clients/web/alipay/startPullDownRefresh.js +3 -0
- package/lib/clients/web/alipay/stopPullDownRefresh.d.ts +2 -0
- package/lib/clients/web/alipay/stopPullDownRefresh.js +3 -0
- package/lib/clients/web/alipay/watchShake.d.ts +2 -0
- package/lib/clients/web/alipay/watchShake.js +3 -0
- 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 +7 -1
- package/lib/common/apis/custom/mp_web/mpay/getAppId.d.ts +4 -0
- package/lib/common/apis/custom/mp_web/mpay/getAppId.js +4 -0
- package/lib/common/apis/custom/mp_web/mpay/getAppToken.d.ts +2 -0
- package/lib/common/apis/custom/mp_web/mpay/getAppToken.js +166 -0
- package/lib/common/apis/custom/web/getAppId.js +2 -1
- package/lib/common/apis/custom/web/h5/getStorage.js +3 -1
- package/lib/common/apis/custom/web/hideBackHome.d.ts +3 -0
- package/lib/common/apis/custom/web/hideBackHome.js +7 -0
- package/lib/common/apis/custom/web/hideTabBar.d.ts +3 -0
- package/lib/common/apis/custom/web/hideTabBar.js +17 -0
- package/lib/common/apis/custom/web/onUserCaptureScreen.d.ts +3 -0
- package/lib/common/apis/custom/web/onUserCaptureScreen.js +5 -0
- package/lib/common/apis/custom/web/setKeepScreenOn.js +12 -2
- package/lib/common/apis/custom/web/setTabBarItem.d.ts +3 -0
- package/lib/common/apis/custom/web/setTabBarItem.js +17 -0
- package/lib/common/apis/custom/web/showTabBar.d.ts +3 -0
- package/lib/common/apis/custom/web/showTabBar.js +17 -0
- package/lib/common/apis/custom/web/uploadFile.js +1 -1
- package/lib/common/apis/generated/mp_web/chooseFileFromDisk.d.ts +16 -0
- package/lib/common/apis/generated/mp_web/chooseFileFromDisk.js +8 -0
- package/lib/common/apis/generated/mp_web/chooseVideo.d.ts +34 -0
- package/lib/common/apis/generated/mp_web/chooseVideo.js +8 -0
- package/lib/common/apis/generated/mp_web/compressImage.d.ts +23 -0
- package/lib/common/apis/generated/mp_web/compressImage.js +8 -0
- package/lib/common/apis/generated/mp_web/getRunScene.d.ts +9 -0
- package/lib/common/apis/generated/mp_web/getRunScene.js +8 -0
- package/lib/common/apis/generated/mp_web/navigateToBizScene.d.ts +14 -2
- package/lib/common/apis/generated/mp_web/setTabBarItem.d.ts +13 -0
- package/lib/common/apis/generated/mp_web/setTabBarItem.js +8 -0
- package/lib/common/apis/generated/mp_web/showTabBar.d.ts +7 -0
- package/lib/common/apis/generated/mp_web/showTabBar.js +8 -0
- package/lib/common/apis/generated/web/chooseFileFromDisk.d.ts +16 -0
- package/lib/common/apis/generated/web/chooseFileFromDisk.js +8 -0
- package/lib/common/apis/generated/web/chooseVideo.d.ts +34 -0
- package/lib/common/apis/generated/web/chooseVideo.js +8 -0
- package/lib/common/apis/generated/web/compressImage.d.ts +23 -0
- package/lib/common/apis/generated/web/compressImage.js +8 -0
- package/lib/common/apis/generated/web/getRunScene.d.ts +9 -0
- package/lib/common/apis/generated/web/getRunScene.js +8 -0
- package/lib/common/apis/generated/web/navigateToBizScene.d.ts +14 -2
- package/lib/common/apis/generated/web/setBackgroundColor.d.ts +9 -0
- package/lib/common/apis/generated/web/setBackgroundColor.js +14 -0
- package/lib/common/apis/generated/web/setCanPullDown.d.ts +13 -0
- package/lib/common/apis/generated/web/setCanPullDown.js +14 -0
- package/lib/common/apis/generated/web/setOptionMenu.d.ts +3 -0
- package/lib/common/apis/generated/web/setOptionMenu.js +8 -0
- package/lib/common/apis/generated/web/startPullDownRefresh.d.ts +9 -0
- package/lib/common/apis/generated/web/startPullDownRefresh.js +14 -0
- package/lib/common/apis/generated/web/watchShake.d.ts +9 -0
- package/lib/common/apis/generated/web/watchShake.js +14 -0
- package/lib/dsl.d.ts +444 -446
- package/lib/dsl.js +557 -576
- 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 +2 -1
- package/lib/umd/mp_web_mpay.js.LICENSE.txt +1 -0
- package/lib/umd/mp_web_tmn.js +1 -0
- package/lib/umd/mp_web_tngd.js +1 -1
- package/lib/umd/mp_web_toss.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/package.json +18 -9
- package/lib/clients/mp/demo/navigateToBizScene.d.ts +0 -2
- package/lib/clients/mp/demo/navigateToBizScene.js +0 -3
- package/lib/clients/mp_web/truemoney/index.d.ts +0 -364
- package/lib/clients/mp_web/truemoney/index.js +0 -239
- package/lib/clients/web/demo/navigateToBizScene.d.ts +0 -2
- package/lib/clients/web/demo/navigateToBizScene.js +0 -3
- package/lib/common/apis/generated/mp/navigateToBizScene.d.ts +0 -3
- package/lib/common/apis/generated/mp/navigateToBizScene.js +0 -8
- package/lib/umd/mp_web_truemoney.js +0 -1
- /package/lib/clients/mp/{truemoney → tmn}/addPhoneContact.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/addPhoneContact.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/alert.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/alert.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/canIUse.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/canIUse.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/chooseImage.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/chooseImage.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/choosePhoneContact.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/choosePhoneContact.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/clearStorage.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/clearStorage.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/clearStorageSync.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/clearStorageSync.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/closeBluetoothAdapter.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/closeBluetoothAdapter.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/closeSocket.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/closeSocket.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/confirm.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/confirm.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/connectBLEDevice.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/connectBLEDevice.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/connectSocket.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/connectSocket.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/createAnimation.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/createAnimation.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/createSelectorQuery.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/createSelectorQuery.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/createWebViewContext.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/createWebViewContext.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/datePicker.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/datePicker.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/disconnectBLEDevice.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/disconnectBLEDevice.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/downloadFile.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/downloadFile.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/getAppIdSync.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/getAppIdSync.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/getAuthCode.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/getAuthCode.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/getBLEDeviceCharacteristics.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/getBLEDeviceCharacteristics.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/getBLEDeviceServices.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/getBLEDeviceServices.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/getBatteryInfo.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/getBatteryInfo.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/getBluetoothAdapterState.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/getBluetoothAdapterState.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/getBluetoothDevices.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/getBluetoothDevices.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/getClipboard.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/getClipboard.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/getConnectedBluetoothDevices.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/getConnectedBluetoothDevices.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/getFileInfo.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/getFileInfo.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/getImageInfo.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/getImageInfo.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/getLocation.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/getLocation.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/getNetworkType.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/getNetworkType.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/getOpenUserInfo.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/getOpenUserInfo.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/getSavedFileInfo.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/getSavedFileInfo.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/getSavedFileList.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/getSavedFileList.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/getScreenBrightness.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/getScreenBrightness.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/getServerTime.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/getServerTime.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/getSetting.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/getSetting.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/getSiteInfo.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/getSiteInfo.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/getStorage.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/getStorage.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/getStorageSync.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/getStorageSync.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/getSystemInfo.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/getSystemInfo.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/getSystemInfoSync.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/getSystemInfoSync.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/hideBackHome.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/hideBackHome.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/hideKeyboard.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/hideKeyboard.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/hideLoading.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/hideLoading.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/hideNavigationBarLoading.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/hideNavigationBarLoading.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/hideTabBar.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/hideTabBar.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/hideToast.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/hideToast.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/index.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/index.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/makePhoneCall.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/makePhoneCall.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/multiLevelSelect.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/multiLevelSelect.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/navigateBack.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/navigateBack.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/navigateBackMiniProgram.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/navigateBackMiniProgram.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/navigateTo.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/navigateTo.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/navigateToMiniProgram.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/navigateToMiniProgram.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/notifyBLECharacteristicValueChange.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/notifyBLECharacteristicValueChange.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/offAccelerometerChange.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/offAccelerometerChange.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/offBLECharacteristicValueChange.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/offBLECharacteristicValueChange.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/offBLEConnectionStateChanged.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/offBLEConnectionStateChanged.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/offBluetoothAdapterStateChange.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/offBluetoothAdapterStateChange.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/offBluetoothDeviceFound.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/offBluetoothDeviceFound.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/offCompassChange.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/offCompassChange.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/offMemoryWarning.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/offMemoryWarning.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/offSocketClose.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/offSocketClose.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/offSocketError.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/offSocketError.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/offSocketMessage.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/offSocketMessage.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/offSocketOpen.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/offSocketOpen.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/offUserCaptureScreen.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/offUserCaptureScreen.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/onAccelerometerChange.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/onAccelerometerChange.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/onBLECharacteristicValueChange.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/onBLECharacteristicValueChange.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/onBLEConnectionStateChanged.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/onBLEConnectionStateChanged.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/onBluetoothAdapterStateChange.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/onBluetoothAdapterStateChange.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/onBluetoothDeviceFound.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/onBluetoothDeviceFound.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/onCompassChange.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/onCompassChange.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/onMemoryWarning.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/onMemoryWarning.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/onSocketClose.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/onSocketClose.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/onSocketError.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/onSocketError.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/onSocketMessage.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/onSocketMessage.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/onSocketOpen.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/onSocketOpen.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/onUserCaptureScreen.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/onUserCaptureScreen.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/openBluetoothAdapter.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/openBluetoothAdapter.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/openDocument.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/openDocument.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/openSetting.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/openSetting.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/pageScrollTo.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/pageScrollTo.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/previewImage.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/previewImage.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/prompt.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/prompt.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/reLaunch.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/reLaunch.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/readBLECharacteristicValue.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/readBLECharacteristicValue.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/redirectTo.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/redirectTo.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/removeSavedFile.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/removeSavedFile.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/removeStorage.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/removeStorage.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/removeStorageSync.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/removeStorageSync.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/request.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/request.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/saveFile.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/saveFile.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/saveImage.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/saveImage.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/scan.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/scan.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/sendSocketMessage.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/sendSocketMessage.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/setBackgroundColor.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/setBackgroundColor.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/setCanPullDown.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/setCanPullDown.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/setClipboard.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/setClipboard.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/setKeepScreenOn.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/setKeepScreenOn.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/setNavigationBar.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/setNavigationBar.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/setScreenBrightness.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/setScreenBrightness.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/setStorage.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/setStorage.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/setStorageSync.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/setStorageSync.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/setTabBarStyle.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/setTabBarStyle.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/showActionSheet.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/showActionSheet.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/showAuthGuide.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/showAuthGuide.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/showLoading.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/showLoading.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/showNavigationBarLoading.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/showNavigationBarLoading.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/showSharePanel.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/showSharePanel.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/showToast.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/showToast.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/signContract.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/signContract.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/startBluetoothDevicesDiscovery.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/startBluetoothDevicesDiscovery.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/startPullDownRefresh.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/startPullDownRefresh.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/stopBluetoothDevicesDiscovery.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/stopBluetoothDevicesDiscovery.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/stopPullDownRefresh.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/stopPullDownRefresh.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/switchTab.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/switchTab.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/tradePay.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/tradePay.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/uploadFile.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/uploadFile.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/vibrate.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/vibrate.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/watchShake.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/watchShake.js +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/writeBLECharacteristicValue.d.ts +0 -0
- /package/lib/clients/mp/{truemoney → tmn}/writeBLECharacteristicValue.js +0 -0
- /package/lib/clients/mp_web/{demo → alipayhk}/navigateToBizScene.d.ts +0 -0
- /package/lib/clients/mp_web/{demo → alipayhk}/navigateToBizScene.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/addPhoneContact.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/addPhoneContact.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/alert.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/alert.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/chooseImage.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/chooseImage.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/choosePhoneContact.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/choosePhoneContact.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/clearStorage.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/clearStorage.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/closeBluetoothAdapter.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/closeBluetoothAdapter.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/closeSocket.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/closeSocket.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/confirm.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/confirm.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/connectBLEDevice.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/connectBLEDevice.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/connectSocket.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/connectSocket.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/datePicker.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/datePicker.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/disconnectBLEDevice.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/disconnectBLEDevice.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/downloadFile.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/downloadFile.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/getBLEDeviceCharacteristics.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/getBLEDeviceCharacteristics.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/getBLEDeviceServices.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/getBLEDeviceServices.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/getBatteryInfo.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/getBatteryInfo.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/getBluetoothAdapterState.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/getBluetoothAdapterState.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/getBluetoothDevices.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/getBluetoothDevices.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/getClipboard.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/getClipboard.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/getConnectedBluetoothDevices.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/getConnectedBluetoothDevices.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/getFileInfo.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/getFileInfo.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/getImageInfo.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/getImageInfo.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/getLocation.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/getLocation.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/getNetworkType.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/getNetworkType.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/getOpenUserInfo.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/getOpenUserInfo.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/getSavedFileInfo.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/getSavedFileInfo.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/getSavedFileList.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/getSavedFileList.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/getScreenBrightness.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/getScreenBrightness.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/getServerTime.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/getServerTime.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/getSetting.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/getSetting.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/getSiteInfo.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/getSiteInfo.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/getSystemInfo.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/getSystemInfo.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/hideBackHome.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/hideBackHome.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/hideKeyboard.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/hideKeyboard.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/hideLoading.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/hideLoading.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/hideNavigationBarLoading.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/hideNavigationBarLoading.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/hideTabBar.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/hideTabBar.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/hideToast.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/hideToast.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/makePhoneCall.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/makePhoneCall.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/multiLevelSelect.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/multiLevelSelect.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/navigateBack.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/navigateBack.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/navigateBackMiniProgram.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/navigateBackMiniProgram.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/navigateTo.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/navigateTo.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/navigateToMiniProgram.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/navigateToMiniProgram.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/notifyBLECharacteristicValueChange.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/notifyBLECharacteristicValueChange.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/offAccelerometerChange.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/offAccelerometerChange.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/offBLECharacteristicValueChange.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/offBLECharacteristicValueChange.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/offBLEConnectionStateChanged.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/offBLEConnectionStateChanged.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/offBluetoothAdapterStateChange.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/offBluetoothAdapterStateChange.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/offBluetoothDeviceFound.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/offBluetoothDeviceFound.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/offCompassChange.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/offCompassChange.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/offMemoryWarning.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/offMemoryWarning.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/offSocketClose.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/offSocketClose.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/offSocketError.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/offSocketError.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/offSocketMessage.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/offSocketMessage.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/offSocketOpen.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/offSocketOpen.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/offUserCaptureScreen.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/offUserCaptureScreen.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/onAccelerometerChange.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/onAccelerometerChange.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/onBLECharacteristicValueChange.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/onBLECharacteristicValueChange.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/onBLEConnectionStateChanged.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/onBLEConnectionStateChanged.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/onBluetoothAdapterStateChange.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/onBluetoothAdapterStateChange.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/onBluetoothDeviceFound.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/onBluetoothDeviceFound.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/onCompassChange.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/onCompassChange.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/onMemoryWarning.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/onMemoryWarning.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/onSocketClose.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/onSocketClose.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/onSocketError.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/onSocketError.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/onSocketMessage.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/onSocketMessage.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/onSocketOpen.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/onSocketOpen.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/onUserCaptureScreen.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/onUserCaptureScreen.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/openBluetoothAdapter.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/openBluetoothAdapter.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/openDocument.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/openDocument.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/openSetting.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/openSetting.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/pageScrollTo.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/pageScrollTo.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/previewImage.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/previewImage.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/prompt.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/prompt.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/reLaunch.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/reLaunch.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/readBLECharacteristicValue.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/readBLECharacteristicValue.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/redirectTo.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/redirectTo.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/removeSavedFile.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/removeSavedFile.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/removeStorage.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/removeStorage.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/saveFile.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/saveFile.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/saveImage.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/saveImage.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/scan.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/scan.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/sendSocketMessage.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/sendSocketMessage.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/setBackgroundColor.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/setBackgroundColor.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/setCanPullDown.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/setCanPullDown.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/setClipboard.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/setClipboard.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/setKeepScreenOn.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/setKeepScreenOn.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/setNavigationBar.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/setNavigationBar.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/setScreenBrightness.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/setScreenBrightness.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/setTabBarStyle.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/setTabBarStyle.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/showActionSheet.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/showActionSheet.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/showAuthGuide.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/showAuthGuide.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/showLoading.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/showLoading.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/showNavigationBarLoading.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/showNavigationBarLoading.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/showSharePanel.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/showSharePanel.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/showToast.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/showToast.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/signContract.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/signContract.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/startBluetoothDevicesDiscovery.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/startBluetoothDevicesDiscovery.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/startPullDownRefresh.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/startPullDownRefresh.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/stopBluetoothDevicesDiscovery.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/stopBluetoothDevicesDiscovery.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/stopPullDownRefresh.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/stopPullDownRefresh.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/switchTab.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/switchTab.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/tradePay.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/tradePay.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/uploadFile.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/uploadFile.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/vibrate.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/vibrate.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/watchShake.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/watchShake.js +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/writeBLECharacteristicValue.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → mpay}/writeBLECharacteristicValue.js +0 -0
- /package/lib/clients/mp_web/{truemoney → tmn}/getAppId.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → tmn}/getAppId.js +0 -0
- /package/lib/clients/mp_web/{truemoney → tmn}/getAppToken.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → tmn}/getAppToken.js +0 -0
- /package/lib/clients/mp_web/{truemoney → tmn}/getAuthCode.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → tmn}/getAuthCode.js +0 -0
- /package/lib/clients/mp_web/{truemoney → tmn}/getCurrentPages.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → tmn}/getCurrentPages.js +0 -0
- /package/lib/clients/mp_web/{truemoney → tmn}/getSDKVersion.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → tmn}/getSDKVersion.js +0 -0
- /package/lib/clients/mp_web/{truemoney → tmn}/getStorage.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → tmn}/getStorage.js +0 -0
- /package/lib/clients/mp_web/{truemoney → tmn}/request.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → tmn}/request.js +0 -0
- /package/lib/clients/mp_web/{truemoney → tmn}/setStorage.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → tmn}/setStorage.js +0 -0
- /package/lib/clients/mp_web/{truemoney → tmn}/setTransparentTitle.d.ts +0 -0
- /package/lib/clients/mp_web/{truemoney → tmn}/setTransparentTitle.js +0 -0
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","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"]},"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","alipayhk","gcash","dana","tngd","truemoney"],"web":["alipay","h5"]},"custom":{"mp_web":["toss","mpay","alipayhk","gcash","dana","tngd","truemoney"],"web":["alipay","h5"]}},{"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":["gcash","tngd","alipay","alipayhk","dana","truemoney"],"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"]}},{"name":"popWindow","internal":true,"includes":{"mp":[],"mp_web":["alipayhk","dana","gcash","mpay","truemoney","tngd","toss"],"web":["alipay","h5"]}},{"name":"setTransparentTitle","includes":{"mp":[],"mp_web":["alipayhk","dana","gcash","mpay","truemoney","tngd","toss"],"web":["alipay"]}}]
|
|
1
|
+
[{"name":"addFatigueAction","includes":{"mp":["demo"],"mp_web":["demo"],"web":["demo"]}},{"name":"addPhoneContact","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","tmn"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","tmn","toss","mpay"],"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","tmn"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","tmn","toss","mpay"],"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","tmn"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","tmn","toss","mpay"],"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","tmn"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","tmn","toss","mpay"],"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","tmn"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","tmn","toss","mpay"],"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","tmn"],"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","tmn"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","tmn","toss","mpay"],"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","tmn"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","tmn","toss","mpay"],"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","tmn"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","tmn","toss","mpay"],"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","tmn"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","tmn","toss","mpay"],"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","tmn"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","tmn","toss","mpay"],"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","tmn"],"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","tmn"],"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","tmn"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","tmn","toss","mpay"],"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","tmn"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","tmn","toss","mpay"],"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","tmn"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","tmn","toss","mpay"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_downloadFile"},{"name":"exitApp","includes":{"mp":["demo"],"mp_web":["demo","toss","alipayhk"],"web":["demo","alipay","h5","tngdh5ng"]},"custom":{"web":["h5"]}},{"name":"getAppIdSync","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","tmn"]},"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","tmn","tngd","toss"],"web":["demo","alipay"]},"custom":{"mp_web":["mpay"]}},{"name":"getAuthCode","custom":{"mp":[],"web":["alipay","demo"]},"includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","tmn"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","tmn","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","tmn"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","tmn","toss","mpay"],"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","tmn"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","tmn","toss","mpay"],"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","tmn"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","tmn","toss","mpay"],"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","tmn"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","tmn","toss","mpay"],"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","tmn"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","tmn","toss","mpay"],"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","tmn"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","tmn","toss","mpay"],"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","tmn"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","tmn","toss","mpay"],"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","tmn"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","tmn","toss","mpay"],"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","tmn"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","tmn","toss","mpay"],"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","tmn"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","tmn","toss","mpay"],"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","tmn"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","tmn","toss","mpay"],"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","tmn"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","tmn","toss","mpay"],"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","tmn"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","tmn","toss","mpay"],"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","tmn"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","tmn","toss","mpay"],"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","tmn"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","tmn","toss","mpay"],"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","tmn"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","tmn","toss","mpay"],"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","tmn"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","tmn","toss","mpay"],"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","tmn"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","tmn","toss","mpay"],"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","tmn"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","tmn","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","tmn"],"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","tmn"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","tmn","toss","mpay"],"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","tmn"],"web":["h5"]},"custom":{"web":["h5"]},"type":"sync"},{"name":"hideBackHome","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","tmn"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","tmn","toss","mpay"],"web":["alipay"]},"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","tmn"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","tmn","toss","mpay"],"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","tmn"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","tmn","toss","mpay"],"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","tmn"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","tmn","toss","mpay"],"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","tmn"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","tmn","toss","mpay"],"web":["alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_TabBar_hideTabBar"},{"name":"hideToast","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","tmn"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","tmn","toss","mpay"],"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","tmn"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","tmn","toss","mpay"],"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","tmn"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","tmn","toss","mpay"],"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","tmn"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","tmn","toss","mpay"],"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","tmn"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","tmn","toss","mpay"],"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","tmn"],"web":["alipay","demo","h5","tngdh5ng"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","tmn","toss","mpay"]},"custom":{"web":["demo","alipay","h5","tngdh5ng"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Route_navigateTo"},{"name":"navigateToBizScene","includes":{"mp_web":["alipayhk","dana","gcash","mpay","tmn","tngd","toss"],"web":["h5"]},"custom":{"web":["h5"]}},{"name":"navigateToMiniProgram","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","tmn"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","tmn","toss","mpay"],"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","tmn"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","tmn","toss","mpay"],"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","tmn"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","tmn","toss","mpay"]},"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","tmn"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","tmn","toss","mpay"],"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","tmn"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","tmn","toss","mpay"],"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","tmn"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","tmn","toss","mpay"],"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","tmn"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","tmn","toss","mpay"],"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","tmn"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","tmn","toss","mpay"]},"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","tmn"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","tmn","toss","mpay"]},"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","tmn"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","tmn","toss","mpay"],"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","tmn"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","tmn","toss","mpay"],"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","tmn"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","tmn","toss","mpay"],"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","tmn"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","tmn","toss","mpay"],"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","tmn"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","tmn","toss","mpay"],"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","tmn"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","tmn","toss","mpay"]},"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","tmn"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","tmn","toss","mpay"],"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","tmn"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","tmn","toss","mpay"],"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","tmn"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","tmn","toss","mpay"],"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","tmn"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","tmn","toss","mpay"],"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","tmn"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","tmn","toss","mpay"]},"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","tmn"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","tmn","toss","mpay"]},"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","tmn"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","tmn","toss","mpay"],"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","tmn"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","tmn","toss","mpay"],"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","tmn"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","tmn","toss","mpay"],"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","tmn"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","tmn","toss","mpay"],"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","tmn"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","tmn","toss","mpay"],"web":["alipay"]},"custom":{"web":["alipay"]},"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","tmn"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","tmn","toss","mpay"],"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","tmn"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","tmn","toss","mpay"],"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","tmn"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","tmn","toss","mpay"],"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","tmn"],"web":["h5"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","tmn","toss","mpay"]},"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","tmn"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","tmn","toss","mpay"],"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","tmn"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","tmn","toss","mpay"],"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","tmn"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","tmn","toss","mpay"],"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","tmn"],"web":["alipay","demo","h5"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","tmn","toss","mpay"]},"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","tmn"],"web":[],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","tmn","toss","mpay"]},"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","tmn"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","tmn","toss","mpay"],"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","tmn"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","tmn","toss","mpay"],"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","tmn"],"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","tmn"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","tmn","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","toss"],"web":["alipay","demo","h5"]},"custom":{"web":["h5"]}},{"name":"saveFile","page":"file","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","tmn"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","tmn","toss","mpay"],"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","tmn"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","tmn","toss","mpay"],"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","tmn"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","tmn","toss","mpay"],"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","tmn"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","tmn","toss","mpay"],"web":[]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_sendSocketMessage"},{"name":"setBackgroundColor","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","tmn"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","tmn","toss","mpay"],"web":["alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Set-Background_setBackgroundColor"},{"name":"setCanPullDown","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","tmn"],"web":["alipay"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","tmn","toss","mpay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Set-Pulldown_setCanPullDown"},{"name":"setClipboard","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","tmn"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","tmn","toss","mpay"],"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","tmn"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","tmn","toss","mpay"],"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","tmn"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","tmn","toss","mpay"],"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"],"web":["alipay"]}},{"name":"setScreenBrightness","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","tmn"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","tmn","toss","mpay"],"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","tmn"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","tmn","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","tmn"],"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","tmn"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","tmn","toss","mpay"],"web":["alipay"]},"custom":{"web":["alipay"]},"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","tmn"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","tmn","toss","mpay"],"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","tmn"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","tmn","toss","mpay"],"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","tmn"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","tmn","toss","mpay"],"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","tmn"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","tmn","toss","mpay"],"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","tmn","wechat"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","tmn","toss","mpay"],"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","tmn"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","tmn","toss","mpay"],"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","tmn"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","tmn","toss","mpay"],"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","tmn"],"web":["alipay"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","tmn","toss","mpay"]},"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","tmn"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","tmn","toss","mpay"],"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","tmn"],"web":["alipay"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","tmn","toss","mpay"]},"custom":{"web":["alipay"]},"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","tmn"],"web":[],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","tmn","toss","mpay"]},"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","tmn"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","tmn","toss","mpay"],"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","tmn"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","tmn","toss","mpay"],"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","tmn"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","tmn","toss","mpay"],"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","tmn"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","tmn","toss","mpay"],"web":["alipay"]},"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","tmn"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","tmn","toss","mpay"],"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","tmn"],"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","tmn"],"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","tmn"],"web":[],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","tmn","toss","mpay"]},"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","tmn","mpay","toss"],"web":["alipay","demo","tngdh5ng","h5"]},"custom":{"mp_web":["alipay","alipayhk","chope","dana","demo","gcash","tngd","tmn","mpay","toss"],"web":["alipay","demo","tngdh5ng","h5"]}},{"name":"openURL","type":"sync","internal":true,"includes":{"mp":[],"mp_web":["alipayhk","dana","gcash","tngd","tmn","toss","mpay"],"web":["alipay","h5"]},"custom":{"mp_web":["alipayhk","dana","gcash","tngd","tmn","toss","mpay"],"web":["alipay","h5"]}},{"name":"openWebURL","type":"sync","internal":true,"includes":{"mp":[],"mp_web":["alipayhk","dana","gcash","tngd","tmn","toss","mpay"],"web":["alipay"]},"custom":{"mp_web":["alipayhk","dana","gcash","tngd","tmn","toss","mpay"],"web":["alipay"]}},{"name":"openInApp","type":"sync","internal":true,"includes":{"mp":[],"mp_web":["alipayhk","dana","gcash","tngd","tmn","toss","mpay"],"web":["alipay"]},"custom":{"mp_web":["alipayhk","dana","gcash","tngd","tmn","toss","mpay"],"web":["alipay"]}},{"name":"openOtherApp","type":"sync","internal":true,"includes":{"mp":[],"mp_web":["alipayhk","dana","gcash","tngd","tmn","toss","mpay"],"web":["alipay"]},"custom":{"mp_web":["alipayhk","dana","gcash","tngd","tmn","toss","mpay"],"web":["alipay"]}},{"name":"openInBrowser","type":"sync","internal":true,"includes":{"mp":[],"mp_web":["alipayhk","dana","gcash","tngd","tmn","toss","mpay"],"web":["alipay"]},"custom":{"mp_web":["alipayhk","dana","gcash","tngd","tmn","toss","mpay"],"web":["alipay"]}},{"name":"openPayCodePage","type":"sync","internal":true,"includes":{"mp":[],"mp_web":["alipayhk","dana","gcash","tngd","tmn","toss","mpay"],"web":["alipay"]},"custom":{"mp_web":["alipayhk","dana","gcash","tngd","tmn","toss","mpay"],"web":["alipay"]}},{"name":"openApPayCodePage","type":"sync","internal":true,"includes":{"mp":[],"mp_web":["alipayhk","dana","gcash","tngd","tmn","toss","mpay"],"web":["alipay"]},"custom":{"mp_web":["alipayhk","dana","gcash","tngd","tmn","toss","mpay"],"web":["alipay"]}},{"name":"openScanPage","type":"sync","internal":true,"includes":{"mp":[],"mp_web":["alipayhk","dana","gcash","tngd","tmn","toss","mpay"],"web":["alipay"]},"custom":{"mp_web":["alipayhk","dana","gcash","tngd","tmn","toss","mpay"],"web":["alipay"]}},{"name":"createWithoutAuthRpc","type":"sync","internal":true,"includes":{"mp":[],"mp_web":["alipayhk","dana","gcash","tngd","tmn","toss","mpay"],"web":["alipay","h5"]},"custom":{"mp_web":["alipayhk","dana","gcash","tngd","tmn","toss","mpay"],"web":["alipay","h5"]}},{"name":"rpcWithAuth","type":"async","internal":true,"includes":{"mp":[],"mp_web":["toss","mpay","alipayhk","gcash","dana","tngd","tmn"],"web":["alipay","h5"]},"custom":{"mp_web":["toss","mpay","alipayhk","gcash","dana","tngd","tmn"],"web":["alipay","h5"]}},{"name":"getAppId","type":"async","includes":{"mp":[],"mp_web":["alipay","alipayhk","chope","dana","demo","gcash","mpay","tngd","tmn","toss"]},"custom":{"mp_web":["alipay","alipayhk","chope","dana","demo","gcash","mpay","tngd","tmn","toss"]}},{"name":"getCurrentPages","type":"async","includes":{"mp":[],"mp_web":["alipay","alipayhk","chope","dana","demo","gcash","mpay","tngd","tmn","toss","mpay"]}},{"name":"getSDKVersion","type":"async","includes":{"mp":[],"mp_web":["alipay","alipayhk","chope","dana","demo","gcash","mpay","tngd","tmn","toss","mpay"]}},{"name":"defineRuntimeConfig","type":"sync","internal":true,"includes":{"mp":["gcash","tngd","alipay","alipayhk","dana","tmn"],"mp_web":["alipayhk","dana","gcash","tngd","tmn","toss","mpay"],"web":["alipay","h5"]},"custom":{"mp_web":["alipayhk","dana","gcash","tngd","tmn","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"]}},{"name":"popWindow","internal":true,"includes":{"mp":[],"mp_web":["alipayhk","dana","gcash","mpay","tmn","tngd","toss"],"web":["alipay","h5"]}},{"name":"setTransparentTitle","includes":{"mp":[],"mp_web":["alipayhk","dana","gcash","mpay","tmn","tngd","toss"],"web":["alipay"]}},{"name":"getRunScene","includes":{"mp":[],"mp_web":["alipayhk","dana","gcash","mpay","tmn","tngd","toss"],"web":["alipay"]}},{"name":"chooseFileFromDisk","includes":{"mp":[],"mp_web":["alipayhk","dana","gcash","mpay","tmn","tngd","toss"],"web":["alipay"]}},{"name":"chooseVideo","includes":{"mp":[],"mp_web":["alipayhk","dana","gcash","mpay","tmn","tngd","toss"],"web":["alipay"]}},{"name":"compressImage","includes":{"mp":[],"mp_web":["alipayhk","dana","gcash","mpay","tmn","tngd","toss"],"web":["alipay"]}},{"name":"setTabBarItem","includes":{"mp":[],"mp_web":["alipayhk","dana","gcash","mpay","tmn","tngd","toss"],"web":["alipay"]},"custom":{"web":["alipay"]}},{"name":"showTabBar","includes":{"mp":[],"mp_web":["alipayhk","dana","gcash","mpay","tmn","tngd","toss"],"web":["alipay"]},"custom":{"web":["alipay"]}}]
|