hylid-bridge 3.3.0-alpha.19 → 4.0.0-alpha.11

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.
Files changed (968) hide show
  1. package/README.md +58 -7
  2. package/canIUse.json +1 -1
  3. package/lib/bridges.d.ts +485 -162
  4. package/lib/bridges.js +541 -15
  5. package/lib/clients/mp/alipay/index.d.ts +28 -5
  6. package/lib/clients/mp/alipay/tradePay.d.ts +1 -1
  7. package/lib/clients/mp/alipay/tradePay.js +1 -1
  8. package/lib/clients/mp/alipayhk/index.d.ts +27 -4
  9. package/lib/clients/mp/chope/index.d.ts +27 -4
  10. package/lib/clients/mp/dana/index.d.ts +27 -4
  11. package/lib/clients/mp/demo/index.d.ts +29 -6
  12. package/lib/clients/mp/gcash/index.d.ts +27 -4
  13. package/lib/clients/mp/tngd/index.d.ts +27 -4
  14. package/lib/clients/mp/truemoney/index.d.ts +27 -4
  15. package/lib/clients/mp/wechat/showToast.d.ts +1 -1
  16. package/lib/clients/mp/wechat/showToast.js +1 -1
  17. package/lib/clients/mp_web/alipay/getAppId.d.ts +1 -1
  18. package/lib/clients/mp_web/alipay/getAppId.js +1 -1
  19. package/lib/clients/mp_web/alipay/getCurrentLanguage.d.ts +1 -1
  20. package/lib/clients/mp_web/alipay/getCurrentLanguage.js +1 -1
  21. package/lib/clients/mp_web/alipay/getCurrentPages.d.ts +1 -1
  22. package/lib/clients/mp_web/alipay/getCurrentPages.js +1 -1
  23. package/lib/clients/mp_web/alipay/getSDKVersion.d.ts +1 -1
  24. package/lib/clients/mp_web/alipay/getSDKVersion.js +1 -1
  25. package/lib/clients/mp_web/alipay/index.d.ts +31 -8
  26. package/lib/clients/mp_web/alipay/tradePay.d.ts +1 -1
  27. package/lib/clients/mp_web/alipay/tradePay.js +1 -1
  28. package/lib/clients/mp_web/alipayhk/createWithoutAuthRpc.d.ts +1 -1
  29. package/lib/clients/mp_web/alipayhk/createWithoutAuthRpc.js +1 -1
  30. package/lib/clients/mp_web/alipayhk/defineRuntimeConfig.d.ts +1 -1
  31. package/lib/clients/mp_web/alipayhk/defineRuntimeConfig.js +1 -1
  32. package/lib/clients/mp_web/alipayhk/getAppId.d.ts +1 -1
  33. package/lib/clients/mp_web/alipayhk/getAppId.js +1 -1
  34. package/lib/clients/mp_web/alipayhk/getAppToken.d.ts +2 -0
  35. package/lib/clients/mp_web/alipayhk/getAppToken.js +3 -0
  36. package/lib/clients/mp_web/alipayhk/getCurrentLanguage.d.ts +1 -1
  37. package/lib/clients/mp_web/alipayhk/getCurrentLanguage.js +1 -1
  38. package/lib/clients/mp_web/alipayhk/getCurrentPages.d.ts +1 -1
  39. package/lib/clients/mp_web/alipayhk/getCurrentPages.js +1 -1
  40. package/lib/clients/mp_web/alipayhk/getSDKVersion.d.ts +1 -1
  41. package/lib/clients/mp_web/alipayhk/getSDKVersion.js +1 -1
  42. package/lib/clients/mp_web/alipayhk/index.d.ts +73 -15
  43. package/lib/clients/mp_web/alipayhk/index.js +23 -3
  44. package/lib/clients/mp_web/alipayhk/openApPayCodePage.d.ts +2 -0
  45. package/lib/clients/mp_web/alipayhk/openApPayCodePage.js +3 -0
  46. package/lib/clients/mp_web/alipayhk/openInApp.d.ts +2 -0
  47. package/lib/clients/mp_web/alipayhk/openInApp.js +3 -0
  48. package/lib/clients/mp_web/alipayhk/openInBrowser.d.ts +2 -0
  49. package/lib/clients/mp_web/alipayhk/openInBrowser.js +3 -0
  50. package/lib/clients/mp_web/alipayhk/openOtherApp.d.ts +2 -0
  51. package/lib/clients/mp_web/alipayhk/openOtherApp.js +3 -0
  52. package/lib/clients/mp_web/alipayhk/openPayCodePage.d.ts +2 -0
  53. package/lib/clients/mp_web/alipayhk/openPayCodePage.js +3 -0
  54. package/lib/clients/mp_web/alipayhk/openScanPage.d.ts +2 -0
  55. package/lib/clients/mp_web/alipayhk/openScanPage.js +3 -0
  56. package/lib/clients/mp_web/alipayhk/openURL.d.ts +1 -1
  57. package/lib/clients/mp_web/alipayhk/openURL.js +1 -1
  58. package/lib/clients/mp_web/alipayhk/openWebURL.d.ts +2 -0
  59. package/lib/clients/mp_web/alipayhk/openWebURL.js +3 -0
  60. package/lib/clients/mp_web/alipayhk/popWindow.d.ts +2 -0
  61. package/lib/clients/mp_web/alipayhk/popWindow.js +3 -0
  62. package/lib/clients/mp_web/alipayhk/setTransparentTitle.d.ts +2 -0
  63. package/lib/clients/mp_web/alipayhk/setTransparentTitle.js +3 -0
  64. package/lib/clients/mp_web/chope/getAppId.d.ts +1 -1
  65. package/lib/clients/mp_web/chope/getAppId.js +1 -1
  66. package/lib/clients/mp_web/chope/getCurrentLanguage.d.ts +1 -1
  67. package/lib/clients/mp_web/chope/getCurrentLanguage.js +1 -1
  68. package/lib/clients/mp_web/chope/getCurrentPages.d.ts +1 -1
  69. package/lib/clients/mp_web/chope/getCurrentPages.js +1 -1
  70. package/lib/clients/mp_web/chope/getSDKVersion.d.ts +1 -1
  71. package/lib/clients/mp_web/chope/getSDKVersion.js +1 -1
  72. package/lib/clients/mp_web/chope/index.d.ts +29 -6
  73. package/lib/clients/mp_web/dana/createWithoutAuthRpc.d.ts +1 -1
  74. package/lib/clients/mp_web/dana/createWithoutAuthRpc.js +1 -1
  75. package/lib/clients/mp_web/dana/defineRuntimeConfig.d.ts +1 -1
  76. package/lib/clients/mp_web/dana/defineRuntimeConfig.js +1 -1
  77. package/lib/clients/mp_web/dana/getAppId.d.ts +1 -1
  78. package/lib/clients/mp_web/dana/getAppId.js +1 -1
  79. package/lib/clients/mp_web/dana/getAppToken.d.ts +2 -0
  80. package/lib/clients/mp_web/dana/getAppToken.js +3 -0
  81. package/lib/clients/mp_web/dana/getCurrentLanguage.d.ts +1 -1
  82. package/lib/clients/mp_web/dana/getCurrentLanguage.js +1 -1
  83. package/lib/clients/mp_web/dana/getCurrentPages.d.ts +1 -1
  84. package/lib/clients/mp_web/dana/getCurrentPages.js +1 -1
  85. package/lib/clients/mp_web/dana/getSDKVersion.d.ts +1 -1
  86. package/lib/clients/mp_web/dana/getSDKVersion.js +1 -1
  87. package/lib/clients/mp_web/dana/index.d.ts +73 -15
  88. package/lib/clients/mp_web/dana/index.js +23 -3
  89. package/lib/clients/mp_web/dana/openApPayCodePage.d.ts +2 -0
  90. package/lib/clients/mp_web/dana/openApPayCodePage.js +3 -0
  91. package/lib/clients/mp_web/dana/openInApp.d.ts +2 -0
  92. package/lib/clients/mp_web/dana/openInApp.js +3 -0
  93. package/lib/clients/mp_web/dana/openInBrowser.d.ts +2 -0
  94. package/lib/clients/mp_web/dana/openInBrowser.js +3 -0
  95. package/lib/clients/mp_web/dana/openOtherApp.d.ts +2 -0
  96. package/lib/clients/mp_web/dana/openOtherApp.js +3 -0
  97. package/lib/clients/mp_web/dana/openPayCodePage.d.ts +2 -0
  98. package/lib/clients/mp_web/dana/openPayCodePage.js +3 -0
  99. package/lib/clients/mp_web/dana/openScanPage.d.ts +2 -0
  100. package/lib/clients/mp_web/dana/openScanPage.js +3 -0
  101. package/lib/clients/mp_web/dana/openURL.d.ts +1 -1
  102. package/lib/clients/mp_web/dana/openURL.js +1 -1
  103. package/lib/clients/mp_web/dana/openWebURL.d.ts +2 -0
  104. package/lib/clients/mp_web/dana/openWebURL.js +3 -0
  105. package/lib/clients/mp_web/dana/popWindow.d.ts +2 -0
  106. package/lib/clients/mp_web/dana/popWindow.js +3 -0
  107. package/lib/clients/mp_web/dana/setTransparentTitle.d.ts +2 -0
  108. package/lib/clients/mp_web/dana/setTransparentTitle.js +3 -0
  109. package/lib/clients/mp_web/demo/getAppId.d.ts +1 -1
  110. package/lib/clients/mp_web/demo/getAppId.js +1 -1
  111. package/lib/clients/mp_web/demo/getCurrentLanguage.d.ts +1 -1
  112. package/lib/clients/mp_web/demo/getCurrentLanguage.js +1 -1
  113. package/lib/clients/mp_web/demo/getCurrentPages.d.ts +1 -1
  114. package/lib/clients/mp_web/demo/getCurrentPages.js +1 -1
  115. package/lib/clients/mp_web/demo/getSDKVersion.d.ts +1 -1
  116. package/lib/clients/mp_web/demo/getSDKVersion.js +1 -1
  117. package/lib/clients/mp_web/demo/index.d.ts +31 -8
  118. package/lib/clients/mp_web/gcash/createWithoutAuthRpc.d.ts +1 -1
  119. package/lib/clients/mp_web/gcash/createWithoutAuthRpc.js +1 -1
  120. package/lib/clients/mp_web/gcash/defineRuntimeConfig.d.ts +1 -1
  121. package/lib/clients/mp_web/gcash/defineRuntimeConfig.js +1 -1
  122. package/lib/clients/mp_web/gcash/getAppId.d.ts +1 -1
  123. package/lib/clients/mp_web/gcash/getAppId.js +1 -1
  124. package/lib/clients/mp_web/gcash/getAppToken.d.ts +2 -0
  125. package/lib/clients/mp_web/gcash/getAppToken.js +3 -0
  126. package/lib/clients/mp_web/gcash/getCurrentLanguage.d.ts +1 -1
  127. package/lib/clients/mp_web/gcash/getCurrentLanguage.js +1 -1
  128. package/lib/clients/mp_web/gcash/getCurrentPages.d.ts +1 -1
  129. package/lib/clients/mp_web/gcash/getCurrentPages.js +1 -1
  130. package/lib/clients/mp_web/gcash/getSDKVersion.d.ts +1 -1
  131. package/lib/clients/mp_web/gcash/getSDKVersion.js +1 -1
  132. package/lib/clients/mp_web/gcash/index.d.ts +73 -15
  133. package/lib/clients/mp_web/gcash/index.js +23 -3
  134. package/lib/clients/mp_web/gcash/openApPayCodePage.d.ts +2 -0
  135. package/lib/clients/mp_web/gcash/openApPayCodePage.js +3 -0
  136. package/lib/clients/mp_web/gcash/openInApp.d.ts +2 -0
  137. package/lib/clients/mp_web/gcash/openInApp.js +3 -0
  138. package/lib/clients/mp_web/gcash/openInBrowser.d.ts +2 -0
  139. package/lib/clients/mp_web/gcash/openInBrowser.js +3 -0
  140. package/lib/clients/mp_web/gcash/openOtherApp.d.ts +2 -0
  141. package/lib/clients/mp_web/gcash/openOtherApp.js +3 -0
  142. package/lib/clients/mp_web/gcash/openPayCodePage.d.ts +2 -0
  143. package/lib/clients/mp_web/gcash/openPayCodePage.js +3 -0
  144. package/lib/clients/mp_web/gcash/openScanPage.d.ts +2 -0
  145. package/lib/clients/mp_web/gcash/openScanPage.js +3 -0
  146. package/lib/clients/mp_web/gcash/openURL.d.ts +1 -1
  147. package/lib/clients/mp_web/gcash/openURL.js +1 -1
  148. package/lib/clients/mp_web/gcash/openWebURL.d.ts +2 -0
  149. package/lib/clients/mp_web/gcash/openWebURL.js +3 -0
  150. package/lib/clients/mp_web/gcash/popWindow.d.ts +2 -0
  151. package/lib/clients/mp_web/gcash/popWindow.js +3 -0
  152. package/lib/clients/mp_web/gcash/setTransparentTitle.d.ts +2 -0
  153. package/lib/clients/mp_web/gcash/setTransparentTitle.js +3 -0
  154. package/lib/clients/mp_web/mpay/getAppId.d.ts +1 -1
  155. package/lib/clients/mp_web/mpay/getAppId.js +1 -1
  156. package/lib/clients/mp_web/mpay/getAppToken.d.ts +2 -0
  157. package/lib/clients/mp_web/mpay/getAppToken.js +3 -0
  158. package/lib/clients/mp_web/mpay/getAuthCode.d.ts +2 -0
  159. package/lib/clients/mp_web/mpay/getAuthCode.js +3 -0
  160. package/lib/clients/mp_web/mpay/getCurrentPages.d.ts +1 -1
  161. package/lib/clients/mp_web/mpay/getCurrentPages.js +1 -1
  162. package/lib/clients/mp_web/mpay/getSDKVersion.d.ts +1 -1
  163. package/lib/clients/mp_web/mpay/getSDKVersion.js +1 -1
  164. package/lib/clients/mp_web/mpay/getStorage.d.ts +2 -0
  165. package/lib/clients/mp_web/mpay/getStorage.js +3 -0
  166. package/lib/clients/mp_web/mpay/index.d.ts +70 -11
  167. package/lib/clients/mp_web/mpay/index.js +31 -2
  168. package/lib/clients/mp_web/mpay/openApPayCodePage.d.ts +2 -0
  169. package/lib/clients/mp_web/mpay/openApPayCodePage.js +3 -0
  170. package/lib/clients/mp_web/mpay/openInApp.d.ts +2 -0
  171. package/lib/clients/mp_web/mpay/openInApp.js +3 -0
  172. package/lib/clients/mp_web/mpay/openInBrowser.d.ts +2 -0
  173. package/lib/clients/mp_web/mpay/openInBrowser.js +3 -0
  174. package/lib/clients/mp_web/mpay/openOtherApp.d.ts +2 -0
  175. package/lib/clients/mp_web/mpay/openOtherApp.js +3 -0
  176. package/lib/clients/mp_web/mpay/openPayCodePage.d.ts +2 -0
  177. package/lib/clients/mp_web/mpay/openPayCodePage.js +3 -0
  178. package/lib/clients/mp_web/mpay/openScanPage.d.ts +2 -0
  179. package/lib/clients/mp_web/mpay/openScanPage.js +3 -0
  180. package/lib/clients/mp_web/mpay/openURL.d.ts +1 -1
  181. package/lib/clients/mp_web/mpay/openURL.js +1 -1
  182. package/lib/clients/mp_web/mpay/openWebURL.d.ts +2 -0
  183. package/lib/clients/mp_web/mpay/openWebURL.js +3 -0
  184. package/lib/clients/mp_web/mpay/popWindow.d.ts +2 -0
  185. package/lib/clients/mp_web/mpay/popWindow.js +3 -0
  186. package/lib/clients/mp_web/mpay/request.d.ts +2 -0
  187. package/lib/clients/mp_web/mpay/request.js +3 -0
  188. package/lib/clients/mp_web/mpay/rpcWithAuth.d.ts +1 -1
  189. package/lib/clients/mp_web/mpay/rpcWithAuth.js +1 -1
  190. package/lib/clients/mp_web/mpay/setStorage.d.ts +2 -0
  191. package/lib/clients/mp_web/mpay/setStorage.js +3 -0
  192. package/lib/clients/mp_web/mpay/setTransparentTitle.d.ts +2 -0
  193. package/lib/clients/mp_web/mpay/setTransparentTitle.js +3 -0
  194. package/lib/clients/mp_web/tngd/createWithoutAuthRpc.d.ts +1 -1
  195. package/lib/clients/mp_web/tngd/createWithoutAuthRpc.js +1 -1
  196. package/lib/clients/mp_web/tngd/defineRuntimeConfig.d.ts +1 -1
  197. package/lib/clients/mp_web/tngd/defineRuntimeConfig.js +1 -1
  198. package/lib/clients/mp_web/tngd/getAppId.d.ts +1 -1
  199. package/lib/clients/mp_web/tngd/getAppId.js +1 -1
  200. package/lib/clients/mp_web/tngd/getAppToken.d.ts +2 -0
  201. package/lib/clients/mp_web/tngd/getAppToken.js +3 -0
  202. package/lib/clients/mp_web/tngd/getCurrentLanguage.d.ts +1 -1
  203. package/lib/clients/mp_web/tngd/getCurrentLanguage.js +1 -1
  204. package/lib/clients/mp_web/tngd/getCurrentPages.d.ts +1 -1
  205. package/lib/clients/mp_web/tngd/getCurrentPages.js +1 -1
  206. package/lib/clients/mp_web/tngd/getSDKVersion.d.ts +1 -1
  207. package/lib/clients/mp_web/tngd/getSDKVersion.js +1 -1
  208. package/lib/clients/mp_web/tngd/index.d.ts +73 -15
  209. package/lib/clients/mp_web/tngd/index.js +23 -3
  210. package/lib/clients/mp_web/tngd/openApPayCodePage.d.ts +2 -0
  211. package/lib/clients/mp_web/tngd/openApPayCodePage.js +3 -0
  212. package/lib/clients/mp_web/tngd/openInApp.d.ts +2 -0
  213. package/lib/clients/mp_web/tngd/openInApp.js +3 -0
  214. package/lib/clients/mp_web/tngd/openInBrowser.d.ts +2 -0
  215. package/lib/clients/mp_web/tngd/openInBrowser.js +3 -0
  216. package/lib/clients/mp_web/tngd/openOtherApp.d.ts +2 -0
  217. package/lib/clients/mp_web/tngd/openOtherApp.js +3 -0
  218. package/lib/clients/mp_web/tngd/openPayCodePage.d.ts +2 -0
  219. package/lib/clients/mp_web/tngd/openPayCodePage.js +3 -0
  220. package/lib/clients/mp_web/tngd/openScanPage.d.ts +2 -0
  221. package/lib/clients/mp_web/tngd/openScanPage.js +3 -0
  222. package/lib/clients/mp_web/tngd/openURL.d.ts +1 -1
  223. package/lib/clients/mp_web/tngd/openURL.js +1 -1
  224. package/lib/clients/mp_web/tngd/openWebURL.d.ts +2 -0
  225. package/lib/clients/mp_web/tngd/openWebURL.js +3 -0
  226. package/lib/clients/mp_web/tngd/popWindow.d.ts +2 -0
  227. package/lib/clients/mp_web/tngd/popWindow.js +3 -0
  228. package/lib/clients/mp_web/tngd/setTransparentTitle.d.ts +2 -0
  229. package/lib/clients/mp_web/tngd/setTransparentTitle.js +3 -0
  230. package/lib/clients/mp_web/toss/getAppId.d.ts +1 -1
  231. package/lib/clients/mp_web/toss/getAppId.js +1 -1
  232. package/lib/clients/mp_web/toss/getAuthCode.d.ts +2 -0
  233. package/lib/clients/mp_web/toss/getAuthCode.js +3 -0
  234. package/lib/clients/mp_web/toss/getCurrentPages.d.ts +1 -1
  235. package/lib/clients/mp_web/toss/getCurrentPages.js +1 -1
  236. package/lib/clients/mp_web/toss/getSDKVersion.d.ts +1 -1
  237. package/lib/clients/mp_web/toss/getSDKVersion.js +1 -1
  238. package/lib/clients/mp_web/toss/getStorage.d.ts +2 -0
  239. package/lib/clients/mp_web/toss/getStorage.js +3 -0
  240. package/lib/clients/mp_web/toss/index.d.ts +68 -11
  241. package/lib/clients/mp_web/toss/index.js +29 -2
  242. package/lib/clients/mp_web/toss/openApPayCodePage.d.ts +2 -0
  243. package/lib/clients/mp_web/toss/openApPayCodePage.js +3 -0
  244. package/lib/clients/mp_web/toss/openInApp.d.ts +2 -0
  245. package/lib/clients/mp_web/toss/openInApp.js +3 -0
  246. package/lib/clients/mp_web/toss/openInBrowser.d.ts +2 -0
  247. package/lib/clients/mp_web/toss/openInBrowser.js +3 -0
  248. package/lib/clients/mp_web/toss/openOtherApp.d.ts +2 -0
  249. package/lib/clients/mp_web/toss/openOtherApp.js +3 -0
  250. package/lib/clients/mp_web/toss/openPayCodePage.d.ts +2 -0
  251. package/lib/clients/mp_web/toss/openPayCodePage.js +3 -0
  252. package/lib/clients/mp_web/toss/openScanPage.d.ts +2 -0
  253. package/lib/clients/mp_web/toss/openScanPage.js +3 -0
  254. package/lib/clients/mp_web/toss/openURL.d.ts +1 -1
  255. package/lib/clients/mp_web/toss/openURL.js +1 -1
  256. package/lib/clients/mp_web/toss/openWebURL.d.ts +2 -0
  257. package/lib/clients/mp_web/toss/openWebURL.js +3 -0
  258. package/lib/clients/mp_web/toss/popWindow.d.ts +2 -0
  259. package/lib/clients/mp_web/toss/popWindow.js +3 -0
  260. package/lib/clients/mp_web/toss/request.d.ts +2 -0
  261. package/lib/clients/mp_web/toss/request.js +3 -0
  262. package/lib/clients/mp_web/toss/rpcWithAuth.d.ts +1 -1
  263. package/lib/clients/mp_web/toss/rpcWithAuth.js +1 -1
  264. package/lib/clients/mp_web/toss/setStorage.d.ts +2 -0
  265. package/lib/clients/mp_web/toss/setStorage.js +3 -0
  266. package/lib/clients/mp_web/toss/setTransparentTitle.d.ts +2 -0
  267. package/lib/clients/mp_web/toss/setTransparentTitle.js +3 -0
  268. package/lib/clients/mp_web/truemoney/createWithoutAuthRpc.d.ts +1 -1
  269. package/lib/clients/mp_web/truemoney/createWithoutAuthRpc.js +1 -1
  270. package/lib/clients/mp_web/truemoney/defineRuntimeConfig.d.ts +1 -1
  271. package/lib/clients/mp_web/truemoney/defineRuntimeConfig.js +1 -1
  272. package/lib/clients/mp_web/truemoney/getAppId.d.ts +1 -1
  273. package/lib/clients/mp_web/truemoney/getAppId.js +1 -1
  274. package/lib/clients/mp_web/truemoney/getAppToken.d.ts +2 -0
  275. package/lib/clients/mp_web/truemoney/getAppToken.js +3 -0
  276. package/lib/clients/mp_web/truemoney/getCurrentLanguage.d.ts +1 -1
  277. package/lib/clients/mp_web/truemoney/getCurrentLanguage.js +1 -1
  278. package/lib/clients/mp_web/truemoney/getCurrentPages.d.ts +1 -1
  279. package/lib/clients/mp_web/truemoney/getCurrentPages.js +1 -1
  280. package/lib/clients/mp_web/truemoney/getSDKVersion.d.ts +1 -1
  281. package/lib/clients/mp_web/truemoney/getSDKVersion.js +1 -1
  282. package/lib/clients/mp_web/truemoney/index.d.ts +73 -15
  283. package/lib/clients/mp_web/truemoney/index.js +23 -3
  284. package/lib/clients/mp_web/truemoney/openApPayCodePage.d.ts +2 -0
  285. package/lib/clients/mp_web/truemoney/openApPayCodePage.js +3 -0
  286. package/lib/clients/mp_web/truemoney/openInApp.d.ts +2 -0
  287. package/lib/clients/mp_web/truemoney/openInApp.js +3 -0
  288. package/lib/clients/mp_web/truemoney/openInBrowser.d.ts +2 -0
  289. package/lib/clients/mp_web/truemoney/openInBrowser.js +3 -0
  290. package/lib/clients/mp_web/truemoney/openOtherApp.d.ts +2 -0
  291. package/lib/clients/mp_web/truemoney/openOtherApp.js +3 -0
  292. package/lib/clients/mp_web/truemoney/openPayCodePage.d.ts +2 -0
  293. package/lib/clients/mp_web/truemoney/openPayCodePage.js +3 -0
  294. package/lib/clients/mp_web/truemoney/openScanPage.d.ts +2 -0
  295. package/lib/clients/mp_web/truemoney/openScanPage.js +3 -0
  296. package/lib/clients/mp_web/truemoney/openURL.d.ts +1 -1
  297. package/lib/clients/mp_web/truemoney/openURL.js +1 -1
  298. package/lib/clients/mp_web/truemoney/openWebURL.d.ts +2 -0
  299. package/lib/clients/mp_web/truemoney/openWebURL.js +3 -0
  300. package/lib/clients/mp_web/truemoney/popWindow.d.ts +2 -0
  301. package/lib/clients/mp_web/truemoney/popWindow.js +3 -0
  302. package/lib/clients/mp_web/truemoney/setTransparentTitle.d.ts +2 -0
  303. package/lib/clients/mp_web/truemoney/setTransparentTitle.js +3 -0
  304. package/lib/clients/web/alipay/addNotifyListener.d.ts +2 -0
  305. package/lib/clients/web/alipay/addNotifyListener.js +3 -0
  306. package/lib/clients/web/alipay/alert.d.ts +1 -1
  307. package/lib/clients/web/alipay/alert.js +1 -1
  308. package/lib/clients/web/alipay/chooseDistrict.d.ts +2 -0
  309. package/lib/clients/web/alipay/chooseDistrict.js +3 -0
  310. package/lib/clients/web/alipay/choosePhoneContact.d.ts +1 -1
  311. package/lib/clients/web/alipay/choosePhoneContact.js +1 -1
  312. package/lib/clients/web/alipay/clearStorage.d.ts +1 -1
  313. package/lib/clients/web/alipay/clearStorage.js +1 -1
  314. package/lib/clients/web/alipay/confirm.d.ts +1 -1
  315. package/lib/clients/web/alipay/confirm.js +1 -1
  316. package/lib/clients/web/alipay/createWithoutAuthRpc.d.ts +1 -1
  317. package/lib/clients/web/alipay/createWithoutAuthRpc.js +1 -1
  318. package/lib/clients/web/alipay/datePicker.d.ts +1 -1
  319. package/lib/clients/web/alipay/datePicker.js +1 -1
  320. package/lib/clients/web/alipay/defineRuntimeConfig.d.ts +1 -1
  321. package/lib/clients/web/alipay/defineRuntimeConfig.js +1 -1
  322. package/lib/clients/web/alipay/downloadFile.d.ts +1 -1
  323. package/lib/clients/web/alipay/downloadFile.js +1 -1
  324. package/lib/clients/web/alipay/easyShare.d.ts +2 -0
  325. package/lib/clients/web/alipay/easyShare.js +3 -0
  326. package/lib/clients/web/alipay/getAppToken.d.ts +2 -0
  327. package/lib/clients/web/alipay/getAppToken.js +3 -0
  328. package/lib/clients/web/alipay/getAuthCode.d.ts +1 -1
  329. package/lib/clients/web/alipay/getAuthCode.js +1 -1
  330. package/lib/clients/web/alipay/getCurrentLanguage.d.ts +1 -1
  331. package/lib/clients/web/alipay/getCurrentLanguage.js +1 -1
  332. package/lib/clients/web/alipay/getLocation.d.ts +1 -1
  333. package/lib/clients/web/alipay/getLocation.js +1 -1
  334. package/lib/clients/web/alipay/getMainSelectedCity.d.ts +2 -0
  335. package/lib/clients/web/alipay/getMainSelectedCity.js +3 -0
  336. package/lib/clients/web/alipay/getNetworkType.d.ts +1 -1
  337. package/lib/clients/web/alipay/getNetworkType.js +1 -1
  338. package/lib/clients/web/alipay/getPhoneNumber.d.ts +1 -1
  339. package/lib/clients/web/alipay/getPhoneNumber.js +1 -1
  340. package/lib/clients/web/alipay/getSiteInfo.d.ts +1 -1
  341. package/lib/clients/web/alipay/getSiteInfo.js +1 -1
  342. package/lib/clients/web/alipay/getStorage.d.ts +1 -1
  343. package/lib/clients/web/alipay/getStorage.js +1 -1
  344. package/lib/clients/web/alipay/hideNavigationBarLoading.d.ts +1 -1
  345. package/lib/clients/web/alipay/hideNavigationBarLoading.js +1 -1
  346. package/lib/clients/web/alipay/homeAddAppToMyApps.d.ts +2 -0
  347. package/lib/clients/web/alipay/homeAddAppToMyApps.js +3 -0
  348. package/lib/clients/web/alipay/homeCanAddAppToMyApps.d.ts +2 -0
  349. package/lib/clients/web/alipay/homeCanAddAppToMyApps.js +3 -0
  350. package/lib/clients/web/alipay/index.d.ts +142 -15
  351. package/lib/clients/web/alipay/index.js +39 -3
  352. package/lib/clients/web/alipay/multiLevelSelect.d.ts +1 -1
  353. package/lib/clients/web/alipay/multiLevelSelect.js +1 -1
  354. package/lib/clients/web/alipay/navigateBack.d.ts +1 -1
  355. package/lib/clients/web/alipay/navigateBack.js +1 -1
  356. package/lib/clients/web/alipay/navigateTo.d.ts +1 -1
  357. package/lib/clients/web/alipay/navigateTo.js +1 -1
  358. package/lib/clients/web/alipay/openApPayCodePage.d.ts +2 -0
  359. package/lib/clients/web/alipay/openApPayCodePage.js +3 -0
  360. package/lib/clients/web/alipay/openInApp.d.ts +2 -0
  361. package/lib/clients/web/alipay/openInApp.js +3 -0
  362. package/lib/clients/web/alipay/openInBrowser.d.ts +2 -0
  363. package/lib/clients/web/alipay/openInBrowser.js +3 -0
  364. package/lib/clients/web/alipay/openOtherApp.d.ts +2 -0
  365. package/lib/clients/web/alipay/openOtherApp.js +3 -0
  366. package/lib/clients/web/alipay/openPayCodePage.d.ts +2 -0
  367. package/lib/clients/web/alipay/openPayCodePage.js +3 -0
  368. package/lib/clients/web/alipay/openScanPage.d.ts +2 -0
  369. package/lib/clients/web/alipay/openScanPage.js +3 -0
  370. package/lib/clients/web/alipay/openURL.d.ts +1 -1
  371. package/lib/clients/web/alipay/openURL.js +1 -1
  372. package/lib/clients/web/alipay/openWebURL.d.ts +2 -0
  373. package/lib/clients/web/alipay/openWebURL.js +3 -0
  374. package/lib/clients/web/alipay/popWindow.d.ts +2 -0
  375. package/lib/clients/web/alipay/popWindow.js +3 -0
  376. package/lib/clients/web/alipay/postNotification.d.ts +2 -0
  377. package/lib/clients/web/alipay/postNotification.js +3 -0
  378. package/lib/clients/web/alipay/previewImage.d.ts +1 -1
  379. package/lib/clients/web/alipay/previewImage.js +1 -1
  380. package/lib/clients/web/alipay/redirectTo.d.ts +1 -1
  381. package/lib/clients/web/alipay/redirectTo.js +1 -1
  382. package/lib/clients/web/alipay/removeNotifyListener.d.ts +2 -0
  383. package/lib/clients/web/alipay/removeNotifyListener.js +3 -0
  384. package/lib/clients/web/alipay/removeStorage.d.ts +1 -1
  385. package/lib/clients/web/alipay/removeStorage.js +1 -1
  386. package/lib/clients/web/alipay/request.d.ts +1 -1
  387. package/lib/clients/web/alipay/request.js +1 -1
  388. package/lib/clients/web/alipay/rpcWithAuthAPlus.d.ts +1 -1
  389. package/lib/clients/web/alipay/rpcWithAuthAPlus.js +1 -1
  390. package/lib/clients/web/alipay/setNavigationBar.d.ts +1 -1
  391. package/lib/clients/web/alipay/setNavigationBar.js +1 -1
  392. package/lib/clients/web/alipay/setStorage.d.ts +1 -1
  393. package/lib/clients/web/alipay/setStorage.js +1 -1
  394. package/lib/clients/web/alipay/setTransparentTitle.d.ts +2 -0
  395. package/lib/clients/web/alipay/setTransparentTitle.js +3 -0
  396. package/lib/clients/web/alipay/showActionSheet.d.ts +1 -1
  397. package/lib/clients/web/alipay/showActionSheet.js +1 -1
  398. package/lib/clients/web/alipay/showAuthGuide.d.ts +1 -1
  399. package/lib/clients/web/alipay/showAuthGuide.js +1 -1
  400. package/lib/clients/web/alipay/showNavigationBarLoading.d.ts +1 -1
  401. package/lib/clients/web/alipay/showNavigationBarLoading.js +1 -1
  402. package/lib/clients/web/alipay/showToast.d.ts +1 -1
  403. package/lib/clients/web/alipay/showToast.js +1 -1
  404. package/lib/clients/web/alipay/tradePay.d.ts +1 -1
  405. package/lib/clients/web/alipay/tradePay.js +1 -1
  406. package/lib/clients/web/alipay/uploadFile.d.ts +1 -1
  407. package/lib/clients/web/alipay/uploadFile.js +1 -1
  408. package/lib/clients/web/demo/alert.d.ts +1 -1
  409. package/lib/clients/web/demo/alert.js +1 -1
  410. package/lib/clients/web/demo/choosePhoneContact.d.ts +1 -1
  411. package/lib/clients/web/demo/choosePhoneContact.js +1 -1
  412. package/lib/clients/web/demo/clearStorage.d.ts +1 -1
  413. package/lib/clients/web/demo/clearStorage.js +1 -1
  414. package/lib/clients/web/demo/confirm.d.ts +1 -1
  415. package/lib/clients/web/demo/confirm.js +1 -1
  416. package/lib/clients/web/demo/datePicker.d.ts +1 -1
  417. package/lib/clients/web/demo/datePicker.js +1 -1
  418. package/lib/clients/web/demo/downloadFile.d.ts +1 -1
  419. package/lib/clients/web/demo/downloadFile.js +1 -1
  420. package/lib/clients/web/demo/getAuthCode.d.ts +1 -1
  421. package/lib/clients/web/demo/getAuthCode.js +1 -1
  422. package/lib/clients/web/demo/getCurrentLanguage.d.ts +1 -1
  423. package/lib/clients/web/demo/getCurrentLanguage.js +1 -1
  424. package/lib/clients/web/demo/getLocation.d.ts +1 -1
  425. package/lib/clients/web/demo/getLocation.js +1 -1
  426. package/lib/clients/web/demo/getNetworkType.d.ts +1 -1
  427. package/lib/clients/web/demo/getNetworkType.js +1 -1
  428. package/lib/clients/web/demo/getPhoneNumber.d.ts +1 -1
  429. package/lib/clients/web/demo/getPhoneNumber.js +1 -1
  430. package/lib/clients/web/demo/getSiteInfo.d.ts +1 -1
  431. package/lib/clients/web/demo/getSiteInfo.js +1 -1
  432. package/lib/clients/web/demo/getStorage.d.ts +1 -1
  433. package/lib/clients/web/demo/getStorage.js +1 -1
  434. package/lib/clients/web/demo/hideNavigationBarLoading.d.ts +1 -1
  435. package/lib/clients/web/demo/hideNavigationBarLoading.js +1 -1
  436. package/lib/clients/web/demo/index.d.ts +28 -5
  437. package/lib/clients/web/demo/multiLevelSelect.d.ts +1 -1
  438. package/lib/clients/web/demo/multiLevelSelect.js +1 -1
  439. package/lib/clients/web/demo/navigateBack.d.ts +1 -1
  440. package/lib/clients/web/demo/navigateBack.js +1 -1
  441. package/lib/clients/web/demo/navigateTo.d.ts +1 -1
  442. package/lib/clients/web/demo/navigateTo.js +1 -1
  443. package/lib/clients/web/demo/previewImage.d.ts +1 -1
  444. package/lib/clients/web/demo/previewImage.js +1 -1
  445. package/lib/clients/web/demo/redirectTo.d.ts +1 -1
  446. package/lib/clients/web/demo/redirectTo.js +1 -1
  447. package/lib/clients/web/demo/removeStorage.d.ts +1 -1
  448. package/lib/clients/web/demo/removeStorage.js +1 -1
  449. package/lib/clients/web/demo/request.d.ts +1 -1
  450. package/lib/clients/web/demo/request.js +1 -1
  451. package/lib/clients/web/demo/setNavigationBar.d.ts +1 -1
  452. package/lib/clients/web/demo/setNavigationBar.js +1 -1
  453. package/lib/clients/web/demo/setStorage.d.ts +1 -1
  454. package/lib/clients/web/demo/setStorage.js +1 -1
  455. package/lib/clients/web/demo/showActionSheet.d.ts +1 -1
  456. package/lib/clients/web/demo/showActionSheet.js +1 -1
  457. package/lib/clients/web/demo/showAuthGuide.d.ts +1 -1
  458. package/lib/clients/web/demo/showAuthGuide.js +1 -1
  459. package/lib/clients/web/demo/showNavigationBarLoading.d.ts +1 -1
  460. package/lib/clients/web/demo/showNavigationBarLoading.js +1 -1
  461. package/lib/clients/web/demo/showToast.d.ts +1 -1
  462. package/lib/clients/web/demo/showToast.js +1 -1
  463. package/lib/clients/web/demo/uploadFile.d.ts +1 -1
  464. package/lib/clients/web/demo/uploadFile.js +1 -1
  465. package/lib/clients/web/h5/alert.d.ts +1 -1
  466. package/lib/clients/web/h5/alert.js +1 -1
  467. package/lib/clients/web/h5/clearStorage.d.ts +1 -1
  468. package/lib/clients/web/h5/clearStorage.js +1 -1
  469. package/lib/clients/web/h5/clearStorageSync.d.ts +1 -1
  470. package/lib/clients/web/h5/clearStorageSync.js +1 -1
  471. package/lib/clients/web/h5/confirm.d.ts +1 -1
  472. package/lib/clients/web/h5/confirm.js +1 -1
  473. package/lib/clients/web/h5/createSelectorQuery.d.ts +1 -1
  474. package/lib/clients/web/h5/createSelectorQuery.js +1 -1
  475. package/lib/clients/web/h5/createWithoutAuthRpc.d.ts +1 -1
  476. package/lib/clients/web/h5/createWithoutAuthRpc.js +1 -1
  477. package/lib/clients/web/h5/defineRuntimeConfig.d.ts +1 -1
  478. package/lib/clients/web/h5/defineRuntimeConfig.js +1 -1
  479. package/lib/clients/web/h5/exitApp.d.ts +1 -1
  480. package/lib/clients/web/h5/exitApp.js +1 -1
  481. package/lib/clients/web/h5/getClipboard.d.ts +1 -1
  482. package/lib/clients/web/h5/getClipboard.js +1 -1
  483. package/lib/clients/web/h5/getCurrentLanguage.d.ts +1 -1
  484. package/lib/clients/web/h5/getCurrentLanguage.js +1 -1
  485. package/lib/clients/web/h5/getLaunchOptionsSync.d.ts +1 -1
  486. package/lib/clients/web/h5/getLaunchOptionsSync.js +1 -1
  487. package/lib/clients/web/h5/getLocation.d.ts +1 -1
  488. package/lib/clients/web/h5/getLocation.js +1 -1
  489. package/lib/clients/web/h5/getNetworkType.d.ts +1 -1
  490. package/lib/clients/web/h5/getNetworkType.js +1 -1
  491. package/lib/clients/web/h5/getStorage.d.ts +1 -1
  492. package/lib/clients/web/h5/getStorage.js +1 -1
  493. package/lib/clients/web/h5/getStorageSync.d.ts +1 -1
  494. package/lib/clients/web/h5/getStorageSync.js +1 -1
  495. package/lib/clients/web/h5/getSystemInfo.d.ts +1 -1
  496. package/lib/clients/web/h5/getSystemInfo.js +1 -1
  497. package/lib/clients/web/h5/getSystemInfoSync.d.ts +1 -1
  498. package/lib/clients/web/h5/getSystemInfoSync.js +1 -1
  499. package/lib/clients/web/h5/hideLoading.d.ts +1 -1
  500. package/lib/clients/web/h5/hideLoading.js +1 -1
  501. package/lib/clients/web/h5/hideToast.d.ts +1 -1
  502. package/lib/clients/web/h5/hideToast.js +1 -1
  503. package/lib/clients/web/h5/index.d.ts +23 -8
  504. package/lib/clients/web/h5/index.js +4 -2
  505. package/lib/clients/web/h5/makePhoneCall.d.ts +1 -1
  506. package/lib/clients/web/h5/makePhoneCall.js +1 -1
  507. package/lib/clients/web/h5/navigateBack.d.ts +1 -1
  508. package/lib/clients/web/h5/navigateBack.js +1 -1
  509. package/lib/clients/web/h5/navigateTo.d.ts +1 -1
  510. package/lib/clients/web/h5/navigateTo.js +1 -1
  511. package/lib/clients/web/h5/openURL.d.ts +1 -1
  512. package/lib/clients/web/h5/openURL.js +1 -1
  513. package/lib/clients/web/h5/pageScrollTo.d.ts +1 -1
  514. package/lib/clients/web/h5/pageScrollTo.js +1 -1
  515. package/lib/clients/web/h5/popWindow.d.ts +2 -0
  516. package/lib/clients/web/h5/popWindow.js +3 -0
  517. package/lib/clients/web/h5/redirectTo.d.ts +1 -1
  518. package/lib/clients/web/h5/redirectTo.js +1 -1
  519. package/lib/clients/web/h5/removeStorage.d.ts +1 -1
  520. package/lib/clients/web/h5/removeStorage.js +1 -1
  521. package/lib/clients/web/h5/removeStorageSync.d.ts +1 -1
  522. package/lib/clients/web/h5/removeStorageSync.js +1 -1
  523. package/lib/clients/web/h5/request.d.ts +1 -1
  524. package/lib/clients/web/h5/request.js +1 -1
  525. package/lib/clients/web/h5/rpc.d.ts +1 -1
  526. package/lib/clients/web/h5/rpc.js +1 -1
  527. package/lib/clients/web/h5/setClipboard.d.ts +1 -1
  528. package/lib/clients/web/h5/setClipboard.js +1 -1
  529. package/lib/clients/web/h5/setNavigationBar.d.ts +1 -1
  530. package/lib/clients/web/h5/setNavigationBar.js +1 -1
  531. package/lib/clients/web/h5/setStorage.d.ts +1 -1
  532. package/lib/clients/web/h5/setStorage.js +1 -1
  533. package/lib/clients/web/h5/setStorageSync.d.ts +1 -1
  534. package/lib/clients/web/h5/setStorageSync.js +1 -1
  535. package/lib/clients/web/h5/showLoading.d.ts +1 -1
  536. package/lib/clients/web/h5/showLoading.js +1 -1
  537. package/lib/clients/web/h5/showToast.d.ts +1 -1
  538. package/lib/clients/web/h5/showToast.js +1 -1
  539. package/lib/clients/web/tngdh5ng/alert.d.ts +1 -1
  540. package/lib/clients/web/tngdh5ng/alert.js +1 -1
  541. package/lib/clients/web/tngdh5ng/confirm.d.ts +1 -1
  542. package/lib/clients/web/tngdh5ng/confirm.js +1 -1
  543. package/lib/clients/web/tngdh5ng/getCurrentLanguage.d.ts +1 -1
  544. package/lib/clients/web/tngdh5ng/getCurrentLanguage.js +1 -1
  545. package/lib/clients/web/tngdh5ng/getLocation.d.ts +1 -1
  546. package/lib/clients/web/tngdh5ng/getLocation.js +1 -1
  547. package/lib/clients/web/tngdh5ng/getNetworkType.d.ts +1 -1
  548. package/lib/clients/web/tngdh5ng/getNetworkType.js +1 -1
  549. package/lib/clients/web/tngdh5ng/index.d.ts +6 -1
  550. package/lib/clients/web/tngdh5ng/navigateBack.d.ts +1 -1
  551. package/lib/clients/web/tngdh5ng/navigateBack.js +1 -1
  552. package/lib/clients/web/tngdh5ng/navigateTo.d.ts +1 -1
  553. package/lib/clients/web/tngdh5ng/navigateTo.js +1 -1
  554. package/lib/clients/web/tngdh5ng/setNavigationBar.d.ts +1 -1
  555. package/lib/clients/web/tngdh5ng/setNavigationBar.js +1 -1
  556. package/lib/clients/web/tngdh5ng/showToast.d.ts +1 -1
  557. package/lib/clients/web/tngdh5ng/showToast.js +1 -1
  558. package/lib/common/apis/custom/web/getLocation.js +1 -1
  559. package/lib/common/apis/custom/web/getStorage.js +2 -33
  560. package/lib/common/apis/custom/web/request.js +2 -63
  561. package/lib/common/apis/custom/web/setStorage.js +2 -28
  562. package/lib/common/apis/custom/web/showAuthGuide.js +1 -1
  563. package/lib/common/apis/generated/mp/APRegionRPC.d.ts +1 -1
  564. package/lib/common/apis/generated/mp/addFatigueAction.d.ts +1 -1
  565. package/lib/common/apis/generated/mp/addPhoneContact.d.ts +1 -1
  566. package/lib/common/apis/generated/mp/alert.d.ts +1 -1
  567. package/lib/common/apis/generated/mp/apDisableJSAPI.d.ts +1 -1
  568. package/lib/common/apis/generated/mp/appxrpc.d.ts +1 -1
  569. package/lib/common/apis/generated/mp/batchQueryCdpSpaceInfo.d.ts +1 -1
  570. package/lib/common/apis/generated/mp/chooseImage.d.ts +1 -1
  571. package/lib/common/apis/generated/mp/choosePhoneContact.d.ts +1 -1
  572. package/lib/common/apis/generated/mp/clearStorage.d.ts +1 -1
  573. package/lib/common/apis/generated/mp/closeBluetoothAdapter.d.ts +1 -1
  574. package/lib/common/apis/generated/mp/closeSocket.d.ts +1 -1
  575. package/lib/common/apis/generated/mp/confirm.d.ts +1 -1
  576. package/lib/common/apis/generated/mp/connectBLEDevice.d.ts +2 -2
  577. package/lib/common/apis/generated/mp/connectSocket.d.ts +1 -1
  578. package/lib/common/apis/generated/mp/crossPay.d.ts +1 -1
  579. package/lib/common/apis/generated/mp/datePicker.d.ts +1 -1
  580. package/lib/common/apis/generated/mp/disconnectBLEDevice.d.ts +2 -2
  581. package/lib/common/apis/generated/mp/downloadFile.d.ts +1 -1
  582. package/lib/common/apis/generated/mp/exitApp.d.ts +1 -1
  583. package/lib/common/apis/generated/mp/getAppToken.d.ts +1 -1
  584. package/lib/common/apis/generated/mp/getAuthCode.d.ts +3 -3
  585. package/lib/common/apis/generated/mp/getBLEDeviceCharacteristics.d.ts +2 -2
  586. package/lib/common/apis/generated/mp/getBLEDeviceServices.d.ts +2 -2
  587. package/lib/common/apis/generated/mp/getBatteryInfo.d.ts +1 -1
  588. package/lib/common/apis/generated/mp/getBluetoothAdapterState.d.ts +2 -2
  589. package/lib/common/apis/generated/mp/getBluetoothDevices.d.ts +2 -2
  590. package/lib/common/apis/generated/mp/getClipboard.d.ts +1 -1
  591. package/lib/common/apis/generated/mp/getComponentAuth.d.ts +1 -1
  592. package/lib/common/apis/generated/mp/getConnectedBluetoothDevices.d.ts +2 -2
  593. package/lib/common/apis/generated/mp/getFileInfo.d.ts +1 -1
  594. package/lib/common/apis/generated/mp/getImageInfo.d.ts +1 -1
  595. package/lib/common/apis/generated/mp/getLocation.d.ts +12 -2
  596. package/lib/common/apis/generated/mp/getNetworkType.d.ts +1 -1
  597. package/lib/common/apis/generated/mp/getOpenUserInfo.d.ts +1 -1
  598. package/lib/common/apis/generated/mp/getPaymentCode.d.ts +1 -1
  599. package/lib/common/apis/generated/mp/getPhoneNumber.d.ts +1 -1
  600. package/lib/common/apis/generated/mp/getSavedFileInfo.d.ts +1 -1
  601. package/lib/common/apis/generated/mp/getSavedFileList.d.ts +1 -1
  602. package/lib/common/apis/generated/mp/getScreenBrightness.d.ts +2 -2
  603. package/lib/common/apis/generated/mp/getServerTime.d.ts +2 -2
  604. package/lib/common/apis/generated/mp/getSetting.d.ts +1 -1
  605. package/lib/common/apis/generated/mp/getSiteInfo.d.ts +1 -1
  606. package/lib/common/apis/generated/mp/getStorage.d.ts +1 -1
  607. package/lib/common/apis/generated/mp/getStorageInfo.d.ts +1 -1
  608. package/lib/common/apis/generated/mp/getSystemInfo.d.ts +1 -1
  609. package/lib/common/apis/generated/mp/hideBackHome.d.ts +1 -1
  610. package/lib/common/apis/generated/mp/hideKeyboard.d.ts +1 -1
  611. package/lib/common/apis/generated/mp/hideLoading.d.ts +1 -1
  612. package/lib/common/apis/generated/mp/hideNavigationBarLoading.d.ts +1 -1
  613. package/lib/common/apis/generated/mp/hideOptionButton.d.ts +1 -1
  614. package/lib/common/apis/generated/mp/hideTabBar.d.ts +1 -1
  615. package/lib/common/apis/generated/mp/hideToast.d.ts +1 -1
  616. package/lib/common/apis/generated/mp/inquireQuote.d.ts +1 -1
  617. package/lib/common/apis/generated/mp/isInstalledApp.d.ts +1 -1
  618. package/lib/common/apis/generated/mp/makePhoneCall.d.ts +1 -1
  619. package/lib/common/apis/generated/mp/multiLevelSelect.d.ts +1 -1
  620. package/lib/common/apis/generated/mp/navigateBack.d.ts +1 -1
  621. package/lib/common/apis/generated/mp/navigateBackMiniProgram.d.ts +1 -1
  622. package/lib/common/apis/generated/mp/navigateTo.d.ts +1 -1
  623. package/lib/common/apis/generated/mp/navigateToBizScene.d.ts +1 -1
  624. package/lib/common/apis/generated/mp/navigateToMiniProgram.d.ts +1 -1
  625. package/lib/common/apis/generated/mp/notifyBLECharacteristicValueChange.d.ts +2 -2
  626. package/lib/common/apis/generated/mp/openBluetoothAdapter.d.ts +1 -1
  627. package/lib/common/apis/generated/mp/openDocument.d.ts +2 -2
  628. package/lib/common/apis/generated/mp/openSchemeWithBacking.d.ts +1 -1
  629. package/lib/common/apis/generated/mp/openSetting.d.ts +1 -1
  630. package/lib/common/apis/generated/mp/pageScrollTo.d.ts +1 -1
  631. package/lib/common/apis/generated/mp/paySignCenter.d.ts +1 -1
  632. package/lib/common/apis/generated/mp/previewImage.d.ts +1 -1
  633. package/lib/common/apis/generated/mp/prompt.d.ts +1 -1
  634. package/lib/common/apis/generated/mp/reLaunch.d.ts +1 -1
  635. package/lib/common/apis/generated/mp/readBLECharacteristicValue.d.ts +1 -1
  636. package/lib/common/apis/generated/mp/redirectTo.d.ts +1 -1
  637. package/lib/common/apis/generated/mp/regionFetchAllApps.d.ts +1 -1
  638. package/lib/common/apis/generated/mp/regionSearchAppsByKeywords.d.ts +1 -1
  639. package/lib/common/apis/generated/mp/removeSavedFile.d.ts +1 -1
  640. package/lib/common/apis/generated/mp/removeStorage.d.ts +1 -1
  641. package/lib/common/apis/generated/mp/request.d.ts +32 -2
  642. package/lib/common/apis/generated/mp/rpc.d.ts +3 -3
  643. package/lib/common/apis/generated/mp/saveFile.d.ts +1 -1
  644. package/lib/common/apis/generated/mp/saveImage.d.ts +1 -1
  645. package/lib/common/apis/generated/mp/scan.d.ts +1 -1
  646. package/lib/common/apis/generated/mp/sendSocketMessage.d.ts +1 -1
  647. package/lib/common/apis/generated/mp/setBackgroundColor.d.ts +1 -1
  648. package/lib/common/apis/generated/mp/setClipboard.d.ts +1 -1
  649. package/lib/common/apis/generated/mp/setKeepScreenOn.d.ts +1 -1
  650. package/lib/common/apis/generated/mp/setNavigationBar.d.ts +1 -1
  651. package/lib/common/apis/generated/mp/setOptionMenu.d.ts +2 -2
  652. package/lib/common/apis/generated/mp/setScreenBrightness.d.ts +1 -1
  653. package/lib/common/apis/generated/mp/setStorage.d.ts +1 -1
  654. package/lib/common/apis/generated/mp/setTabBarStyle.d.ts +1 -1
  655. package/lib/common/apis/generated/mp/showActionSheet.d.ts +1 -1
  656. package/lib/common/apis/generated/mp/showAuthGuide.d.ts +12 -2
  657. package/lib/common/apis/generated/mp/showLoading.d.ts +1 -1
  658. package/lib/common/apis/generated/mp/showNavigationBarLoading.d.ts +1 -1
  659. package/lib/common/apis/generated/mp/showSharePanel.d.ts +1 -1
  660. package/lib/common/apis/generated/mp/showToast.d.ts +1 -1
  661. package/lib/common/apis/generated/mp/signContract.d.ts +1 -1
  662. package/lib/common/apis/generated/mp/startApp.d.ts +1 -1
  663. package/lib/common/apis/generated/mp/startBizService.d.ts +1 -1
  664. package/lib/common/apis/generated/mp/startBluetoothDevicesDiscovery.d.ts +1 -1
  665. package/lib/common/apis/generated/mp/startPullDownRefresh.d.ts +1 -1
  666. package/lib/common/apis/generated/mp/stopBluetoothDevicesDiscovery.d.ts +1 -1
  667. package/lib/common/apis/generated/mp/stopPullDownRefresh.d.ts +1 -1
  668. package/lib/common/apis/generated/mp/switchTab.d.ts +1 -1
  669. package/lib/common/apis/generated/mp/thirdPartyAuthForAc.d.ts +1 -1
  670. package/lib/common/apis/generated/mp/tradePay.d.ts +1 -1
  671. package/lib/common/apis/generated/mp/uploadApdidToken.d.ts +1 -1
  672. package/lib/common/apis/generated/mp/uploadFile.d.ts +1 -1
  673. package/lib/common/apis/generated/mp/vibrate.d.ts +1 -1
  674. package/lib/common/apis/generated/mp/watchShake.d.ts +1 -1
  675. package/lib/common/apis/generated/mp/writeBLECharacteristicValue.d.ts +1 -1
  676. package/lib/common/apis/generated/mp_web/APRegionRPC.d.ts +1 -1
  677. package/lib/common/apis/generated/mp_web/addFatigueAction.d.ts +1 -1
  678. package/lib/common/apis/generated/mp_web/addPhoneContact.d.ts +1 -1
  679. package/lib/common/apis/generated/mp_web/alert.d.ts +1 -1
  680. package/lib/common/apis/generated/mp_web/apDisableJSAPI.d.ts +1 -1
  681. package/lib/common/apis/generated/mp_web/appxrpc.d.ts +1 -1
  682. package/lib/common/apis/generated/mp_web/batchQueryCdpSpaceInfo.d.ts +1 -1
  683. package/lib/common/apis/generated/mp_web/chooseImage.d.ts +1 -1
  684. package/lib/common/apis/generated/mp_web/choosePhoneContact.d.ts +1 -1
  685. package/lib/common/apis/generated/mp_web/clearStorage.d.ts +1 -1
  686. package/lib/common/apis/generated/mp_web/closeBluetoothAdapter.d.ts +1 -1
  687. package/lib/common/apis/generated/mp_web/closeSocket.d.ts +1 -1
  688. package/lib/common/apis/generated/mp_web/confirm.d.ts +1 -1
  689. package/lib/common/apis/generated/mp_web/connectBLEDevice.d.ts +2 -2
  690. package/lib/common/apis/generated/mp_web/connectSocket.d.ts +1 -1
  691. package/lib/common/apis/generated/mp_web/createWithoutAuthRpc.d.ts +19 -3
  692. package/lib/common/apis/generated/mp_web/crossPay.d.ts +1 -1
  693. package/lib/common/apis/generated/mp_web/datePicker.d.ts +1 -1
  694. package/lib/common/apis/generated/mp_web/defineRuntimeConfig.d.ts +1 -4
  695. package/lib/common/apis/generated/mp_web/disconnectBLEDevice.d.ts +2 -2
  696. package/lib/common/apis/generated/mp_web/downloadFile.d.ts +1 -1
  697. package/lib/common/apis/generated/mp_web/exitApp.d.ts +1 -1
  698. package/lib/common/apis/generated/mp_web/getAppToken.d.ts +1 -1
  699. package/lib/common/apis/generated/mp_web/getAuthCode.d.ts +3 -3
  700. package/lib/common/apis/generated/mp_web/getBLEDeviceCharacteristics.d.ts +2 -2
  701. package/lib/common/apis/generated/mp_web/getBLEDeviceServices.d.ts +2 -2
  702. package/lib/common/apis/generated/mp_web/getBatteryInfo.d.ts +1 -1
  703. package/lib/common/apis/generated/mp_web/getBluetoothAdapterState.d.ts +2 -2
  704. package/lib/common/apis/generated/mp_web/getBluetoothDevices.d.ts +2 -2
  705. package/lib/common/apis/generated/mp_web/getClipboard.d.ts +1 -1
  706. package/lib/common/apis/generated/mp_web/getComponentAuth.d.ts +1 -1
  707. package/lib/common/apis/generated/mp_web/getConnectedBluetoothDevices.d.ts +2 -2
  708. package/lib/common/apis/generated/mp_web/getFileInfo.d.ts +1 -1
  709. package/lib/common/apis/generated/mp_web/getImageInfo.d.ts +1 -1
  710. package/lib/common/apis/generated/mp_web/getLocation.d.ts +12 -2
  711. package/lib/common/apis/generated/mp_web/getNetworkType.d.ts +1 -1
  712. package/lib/common/apis/generated/mp_web/getOpenUserInfo.d.ts +1 -1
  713. package/lib/common/apis/generated/mp_web/getPaymentCode.d.ts +1 -1
  714. package/lib/common/apis/generated/mp_web/getPhoneNumber.d.ts +1 -1
  715. package/lib/common/apis/generated/mp_web/getSavedFileInfo.d.ts +1 -1
  716. package/lib/common/apis/generated/mp_web/getSavedFileList.d.ts +1 -1
  717. package/lib/common/apis/generated/mp_web/getScreenBrightness.d.ts +2 -2
  718. package/lib/common/apis/generated/mp_web/getServerTime.d.ts +2 -2
  719. package/lib/common/apis/generated/mp_web/getSetting.d.ts +1 -1
  720. package/lib/common/apis/generated/mp_web/getSiteInfo.d.ts +1 -1
  721. package/lib/common/apis/generated/mp_web/getStorage.d.ts +1 -1
  722. package/lib/common/apis/generated/mp_web/getSystemInfo.d.ts +1 -1
  723. package/lib/common/apis/generated/mp_web/hideBackHome.d.ts +1 -1
  724. package/lib/common/apis/generated/mp_web/hideKeyboard.d.ts +1 -1
  725. package/lib/common/apis/generated/mp_web/hideLoading.d.ts +1 -1
  726. package/lib/common/apis/generated/mp_web/hideNavigationBarLoading.d.ts +1 -1
  727. package/lib/common/apis/generated/mp_web/hideOptionButton.d.ts +1 -1
  728. package/lib/common/apis/generated/mp_web/hideTabBar.d.ts +1 -1
  729. package/lib/common/apis/generated/mp_web/hideToast.d.ts +1 -1
  730. package/lib/common/apis/generated/mp_web/inquireQuote.d.ts +1 -1
  731. package/lib/common/apis/generated/mp_web/isInstalledApp.d.ts +1 -1
  732. package/lib/common/apis/generated/mp_web/makePhoneCall.d.ts +1 -1
  733. package/lib/common/apis/generated/mp_web/multiLevelSelect.d.ts +1 -1
  734. package/lib/common/apis/generated/mp_web/navigateBack.d.ts +1 -1
  735. package/lib/common/apis/generated/mp_web/navigateBackMiniProgram.d.ts +1 -1
  736. package/lib/common/apis/generated/mp_web/navigateTo.d.ts +1 -1
  737. package/lib/common/apis/generated/mp_web/navigateToBizScene.d.ts +1 -1
  738. package/lib/common/apis/generated/mp_web/navigateToMiniProgram.d.ts +1 -1
  739. package/lib/common/apis/generated/mp_web/notifyBLECharacteristicValueChange.d.ts +2 -2
  740. package/lib/common/apis/generated/mp_web/openBluetoothAdapter.d.ts +1 -1
  741. package/lib/common/apis/generated/mp_web/openDocument.d.ts +2 -2
  742. package/lib/common/apis/generated/mp_web/openSchemeWithBacking.d.ts +1 -1
  743. package/lib/common/apis/generated/mp_web/openSetting.d.ts +1 -1
  744. package/lib/common/apis/generated/mp_web/pageScrollTo.d.ts +1 -1
  745. package/lib/common/apis/generated/mp_web/paySignCenter.d.ts +1 -1
  746. package/lib/common/apis/generated/mp_web/previewImage.d.ts +1 -1
  747. package/lib/common/apis/generated/mp_web/prompt.d.ts +1 -1
  748. package/lib/common/apis/generated/mp_web/reLaunch.d.ts +1 -1
  749. package/lib/common/apis/generated/mp_web/readBLECharacteristicValue.d.ts +1 -1
  750. package/lib/common/apis/generated/mp_web/redirectTo.d.ts +1 -1
  751. package/lib/common/apis/generated/mp_web/regionFetchAllApps.d.ts +1 -1
  752. package/lib/common/apis/generated/mp_web/regionSearchAppsByKeywords.d.ts +1 -1
  753. package/lib/common/apis/generated/mp_web/removeSavedFile.d.ts +1 -1
  754. package/lib/common/apis/generated/mp_web/removeStorage.d.ts +1 -1
  755. package/lib/common/apis/generated/mp_web/request.d.ts +32 -2
  756. package/lib/common/apis/generated/mp_web/rpc.d.ts +3 -3
  757. package/lib/common/apis/generated/mp_web/saveFile.d.ts +1 -1
  758. package/lib/common/apis/generated/mp_web/saveImage.d.ts +1 -1
  759. package/lib/common/apis/generated/mp_web/scan.d.ts +1 -1
  760. package/lib/common/apis/generated/mp_web/sendSocketMessage.d.ts +1 -1
  761. package/lib/common/apis/generated/mp_web/setBackgroundColor.d.ts +1 -1
  762. package/lib/common/apis/generated/mp_web/setClipboard.d.ts +1 -1
  763. package/lib/common/apis/generated/mp_web/setKeepScreenOn.d.ts +1 -1
  764. package/lib/common/apis/generated/mp_web/setNavigationBar.d.ts +1 -1
  765. package/lib/common/apis/generated/mp_web/setOptionMenu.d.ts +2 -2
  766. package/lib/common/apis/generated/mp_web/setScreenBrightness.d.ts +1 -1
  767. package/lib/common/apis/generated/mp_web/setStorage.d.ts +1 -1
  768. package/lib/common/apis/generated/mp_web/setTabBarStyle.d.ts +1 -1
  769. package/lib/common/apis/generated/mp_web/setTransparentTitle.d.ts +9 -0
  770. package/lib/common/apis/generated/mp_web/setTransparentTitle.js +8 -0
  771. package/lib/common/apis/generated/mp_web/showActionSheet.d.ts +1 -1
  772. package/lib/common/apis/generated/mp_web/showAuthGuide.d.ts +12 -2
  773. package/lib/common/apis/generated/mp_web/showLoading.d.ts +1 -1
  774. package/lib/common/apis/generated/mp_web/showNavigationBarLoading.d.ts +1 -1
  775. package/lib/common/apis/generated/mp_web/showSharePanel.d.ts +1 -1
  776. package/lib/common/apis/generated/mp_web/showToast.d.ts +1 -1
  777. package/lib/common/apis/generated/mp_web/signContract.d.ts +1 -1
  778. package/lib/common/apis/generated/mp_web/startApp.d.ts +1 -1
  779. package/lib/common/apis/generated/mp_web/startBizService.d.ts +1 -1
  780. package/lib/common/apis/generated/mp_web/startBluetoothDevicesDiscovery.d.ts +1 -1
  781. package/lib/common/apis/generated/mp_web/startPullDownRefresh.d.ts +1 -1
  782. package/lib/common/apis/generated/mp_web/stopBluetoothDevicesDiscovery.d.ts +1 -1
  783. package/lib/common/apis/generated/mp_web/stopPullDownRefresh.d.ts +1 -1
  784. package/lib/common/apis/generated/mp_web/switchTab.d.ts +1 -1
  785. package/lib/common/apis/generated/mp_web/thirdPartyAuthForAc.d.ts +1 -1
  786. package/lib/common/apis/generated/mp_web/tradePay.d.ts +1 -1
  787. package/lib/common/apis/generated/mp_web/uploadApdidToken.d.ts +1 -1
  788. package/lib/common/apis/generated/mp_web/uploadFile.d.ts +1 -1
  789. package/lib/common/apis/generated/mp_web/vibrate.d.ts +1 -1
  790. package/lib/common/apis/generated/mp_web/watchShake.d.ts +1 -1
  791. package/lib/common/apis/generated/mp_web/writeBLECharacteristicValue.d.ts +1 -1
  792. package/lib/common/apis/generated/web/APRegionRPC.d.ts +1 -1
  793. package/lib/common/apis/generated/web/addFatigueAction.d.ts +1 -1
  794. package/lib/common/apis/generated/web/addPhoneContact.d.ts +1 -1
  795. package/lib/common/apis/generated/web/apDisableJSAPI.d.ts +1 -1
  796. package/lib/common/apis/generated/web/appxrpc.d.ts +1 -1
  797. package/lib/common/apis/generated/web/batchQueryCdpSpaceInfo.d.ts +1 -1
  798. package/lib/common/apis/generated/web/chooseDistrict.d.ts +41 -0
  799. package/lib/common/apis/generated/web/chooseDistrict.js +8 -0
  800. package/lib/common/apis/generated/web/chooseImage.d.ts +1 -1
  801. package/lib/common/apis/generated/web/crossPay.d.ts +1 -1
  802. package/lib/common/apis/generated/web/easyShare.d.ts +32 -0
  803. package/lib/common/apis/generated/web/easyShare.js +8 -0
  804. package/lib/common/apis/generated/web/exitApp.d.ts +1 -1
  805. package/lib/common/apis/generated/web/getAppToken.d.ts +1 -1
  806. package/lib/common/apis/generated/web/getBatteryInfo.d.ts +1 -1
  807. package/lib/common/apis/generated/web/getClipboard.d.ts +1 -1
  808. package/lib/common/apis/generated/web/getComponentAuth.d.ts +1 -1
  809. package/lib/common/apis/generated/web/getFileInfo.d.ts +1 -1
  810. package/lib/common/apis/generated/web/getImageInfo.d.ts +1 -1
  811. package/lib/common/apis/generated/web/getMainSelectedCity.d.ts +27 -0
  812. package/lib/common/apis/generated/web/getMainSelectedCity.js +8 -0
  813. package/lib/common/apis/generated/web/getOpenUserInfo.d.ts +1 -1
  814. package/lib/common/apis/generated/web/getPaymentCode.d.ts +1 -1
  815. package/lib/common/apis/generated/web/getSavedFileInfo.d.ts +1 -1
  816. package/lib/common/apis/generated/web/getSavedFileList.d.ts +1 -1
  817. package/lib/common/apis/generated/web/getScreenBrightness.d.ts +2 -2
  818. package/lib/common/apis/generated/web/getServerTime.d.ts +2 -2
  819. package/lib/common/apis/generated/web/getSetting.d.ts +1 -1
  820. package/lib/common/apis/generated/web/getSiteInfo.d.ts +1 -1
  821. package/lib/common/apis/generated/web/getSystemInfo.d.ts +1 -1
  822. package/lib/common/apis/generated/web/hideKeyboard.d.ts +1 -1
  823. package/lib/common/apis/generated/web/hideLoading.d.ts +1 -1
  824. package/lib/common/apis/generated/web/hideToast.d.ts +1 -1
  825. package/lib/common/apis/generated/web/homeAddAppToMyApps.d.ts +5 -0
  826. package/lib/common/apis/generated/web/homeAddAppToMyApps.js +8 -0
  827. package/lib/common/apis/generated/web/homeCanAddAppToMyApps.d.ts +13 -0
  828. package/lib/common/apis/generated/web/homeCanAddAppToMyApps.js +8 -0
  829. package/lib/common/apis/generated/web/inquireQuote.d.ts +1 -1
  830. package/lib/common/apis/generated/web/isInstalledApp.d.ts +1 -1
  831. package/lib/common/apis/generated/web/makePhoneCall.d.ts +1 -1
  832. package/lib/common/apis/generated/web/navigateBackMiniProgram.d.ts +1 -1
  833. package/lib/common/apis/generated/web/navigateToBizScene.d.ts +1 -1
  834. package/lib/common/apis/generated/web/navigateToMiniProgram.d.ts +1 -1
  835. package/lib/common/apis/generated/web/openDocument.d.ts +2 -2
  836. package/lib/common/apis/generated/web/openSchemeWithBacking.d.ts +1 -1
  837. package/lib/common/apis/generated/web/openSetting.d.ts +1 -1
  838. package/lib/common/apis/generated/web/postNotification.d.ts +6 -0
  839. package/lib/common/apis/generated/web/postNotification.js +8 -0
  840. package/lib/common/apis/generated/web/prompt.d.ts +1 -1
  841. package/lib/common/apis/generated/web/regionFetchAllApps.d.ts +1 -1
  842. package/lib/common/apis/generated/web/regionSearchAppsByKeywords.d.ts +1 -1
  843. package/lib/common/apis/generated/web/removeSavedFile.d.ts +1 -1
  844. package/lib/common/apis/generated/web/rpc.d.ts +3 -3
  845. package/lib/common/apis/generated/web/saveFile.d.ts +1 -1
  846. package/lib/common/apis/generated/web/saveImage.d.ts +1 -1
  847. package/lib/common/apis/generated/web/scan.d.ts +1 -1
  848. package/lib/common/apis/generated/web/setClipboard.d.ts +1 -1
  849. package/lib/common/apis/generated/web/setKeepScreenOn.d.ts +1 -1
  850. package/lib/common/apis/generated/web/setScreenBrightness.d.ts +1 -1
  851. package/lib/common/apis/generated/web/setTransparentTitle.d.ts +9 -0
  852. package/lib/common/apis/generated/web/setTransparentTitle.js +8 -0
  853. package/lib/common/apis/generated/web/showLoading.d.ts +1 -1
  854. package/lib/common/apis/generated/web/signContract.d.ts +1 -1
  855. package/lib/common/apis/generated/web/startApp.d.ts +1 -1
  856. package/lib/common/apis/generated/web/startBizService.d.ts +1 -1
  857. package/lib/common/apis/generated/web/thirdPartyAuthForAc.d.ts +1 -1
  858. package/lib/common/apis/generated/web/tradePay.d.ts +1 -1
  859. package/lib/common/apis/generated/web/uploadApdidToken.d.ts +1 -1
  860. package/lib/common/apis/generated/web/vibrate.d.ts +1 -1
  861. package/lib/common/apis/generated/web/writeBLECharacteristicValue.d.ts +1 -1
  862. package/lib/dsl.d.ts +165 -138
  863. package/lib/dsl.js +12 -12
  864. package/lib/internal/apis/custom/mp_web/alipayhk/openApPayCodePage.d.ts +3 -1
  865. package/lib/internal/apis/custom/mp_web/alipayhk/openApPayCodePage.js +3 -1
  866. package/lib/internal/apis/custom/mp_web/alipayhk/openInApp.d.ts +3 -1
  867. package/lib/internal/apis/custom/mp_web/alipayhk/openInApp.js +3 -1
  868. package/lib/internal/apis/custom/mp_web/alipayhk/openInBrowser.d.ts +3 -1
  869. package/lib/internal/apis/custom/mp_web/alipayhk/openInBrowser.js +3 -1
  870. package/lib/internal/apis/custom/mp_web/alipayhk/openOtherApp.d.ts +3 -1
  871. package/lib/internal/apis/custom/mp_web/alipayhk/openOtherApp.js +3 -1
  872. package/lib/internal/apis/custom/mp_web/alipayhk/openPayCodePage.d.ts +3 -1
  873. package/lib/internal/apis/custom/mp_web/alipayhk/openPayCodePage.js +3 -1
  874. package/lib/internal/apis/custom/mp_web/alipayhk/openScanPage.d.ts +3 -1
  875. package/lib/internal/apis/custom/mp_web/alipayhk/openScanPage.js +3 -1
  876. package/lib/internal/apis/custom/mp_web/alipayhk/openWebURL.d.ts +3 -1
  877. package/lib/internal/apis/custom/mp_web/alipayhk/openWebURL.js +3 -1
  878. package/lib/internal/apis/custom/mp_web/alipayhk/popWindow.d.ts +2 -0
  879. package/lib/internal/apis/custom/mp_web/alipayhk/popWindow.js +4 -0
  880. package/lib/internal/apis/custom/mp_web/mpay/openApPayCodePage.d.ts +3 -1
  881. package/lib/internal/apis/custom/mp_web/mpay/openApPayCodePage.js +3 -1
  882. package/lib/internal/apis/custom/mp_web/mpay/openInApp.d.ts +3 -1
  883. package/lib/internal/apis/custom/mp_web/mpay/openInApp.js +3 -1
  884. package/lib/internal/apis/custom/mp_web/mpay/openInBrowser.d.ts +3 -1
  885. package/lib/internal/apis/custom/mp_web/mpay/openInBrowser.js +3 -1
  886. package/lib/internal/apis/custom/mp_web/mpay/openOtherApp.d.ts +3 -1
  887. package/lib/internal/apis/custom/mp_web/mpay/openOtherApp.js +3 -1
  888. package/lib/internal/apis/custom/mp_web/mpay/openPayCodePage.d.ts +3 -1
  889. package/lib/internal/apis/custom/mp_web/mpay/openPayCodePage.js +3 -1
  890. package/lib/internal/apis/custom/mp_web/mpay/openScanPage.d.ts +3 -1
  891. package/lib/internal/apis/custom/mp_web/mpay/openScanPage.js +3 -1
  892. package/lib/internal/apis/custom/mp_web/mpay/openWebURL.d.ts +3 -1
  893. package/lib/internal/apis/custom/mp_web/mpay/openWebURL.js +3 -1
  894. package/lib/internal/apis/custom/mp_web/mpay/rpcWithAuth.js +11 -1
  895. package/lib/internal/apis/custom/mp_web/tngd/openApPayCodePage.d.ts +3 -1
  896. package/lib/internal/apis/custom/mp_web/tngd/openApPayCodePage.js +3 -1
  897. package/lib/internal/apis/custom/mp_web/tngd/openInApp.d.ts +3 -1
  898. package/lib/internal/apis/custom/mp_web/tngd/openInApp.js +3 -1
  899. package/lib/internal/apis/custom/mp_web/tngd/openInBrowser.d.ts +3 -1
  900. package/lib/internal/apis/custom/mp_web/tngd/openInBrowser.js +3 -1
  901. package/lib/internal/apis/custom/mp_web/tngd/openOtherApp.d.ts +3 -1
  902. package/lib/internal/apis/custom/mp_web/tngd/openOtherApp.js +3 -1
  903. package/lib/internal/apis/custom/mp_web/tngd/openPayCodePage.d.ts +3 -1
  904. package/lib/internal/apis/custom/mp_web/tngd/openPayCodePage.js +3 -1
  905. package/lib/internal/apis/custom/mp_web/tngd/openScanPage.d.ts +3 -1
  906. package/lib/internal/apis/custom/mp_web/tngd/openScanPage.js +3 -1
  907. package/lib/internal/apis/custom/mp_web/tngd/openWebURL.d.ts +3 -1
  908. package/lib/internal/apis/custom/mp_web/tngd/openWebURL.js +3 -1
  909. package/lib/internal/apis/custom/mp_web/toss/rpcWithAuth.js +11 -1
  910. package/lib/internal/apis/custom/mp_web/truemoney/openApPayCodePage.d.ts +3 -1
  911. package/lib/internal/apis/custom/mp_web/truemoney/openApPayCodePage.js +4 -2
  912. package/lib/internal/apis/custom/mp_web/truemoney/openInApp.d.ts +3 -1
  913. package/lib/internal/apis/custom/mp_web/truemoney/openInApp.js +3 -1
  914. package/lib/internal/apis/custom/mp_web/truemoney/openInBrowser.d.ts +3 -1
  915. package/lib/internal/apis/custom/mp_web/truemoney/openInBrowser.js +3 -1
  916. package/lib/internal/apis/custom/mp_web/truemoney/openOtherApp.d.ts +3 -1
  917. package/lib/internal/apis/custom/mp_web/truemoney/openOtherApp.js +3 -1
  918. package/lib/internal/apis/custom/mp_web/truemoney/openPayCodePage.d.ts +3 -1
  919. package/lib/internal/apis/custom/mp_web/truemoney/openPayCodePage.js +4 -2
  920. package/lib/internal/apis/custom/mp_web/truemoney/openScanPage.d.ts +3 -1
  921. package/lib/internal/apis/custom/mp_web/truemoney/openScanPage.js +4 -2
  922. package/lib/internal/apis/custom/mp_web/truemoney/openWebURL.d.ts +3 -1
  923. package/lib/internal/apis/custom/mp_web/truemoney/openWebURL.js +3 -1
  924. package/lib/internal/apis/custom/web/addNotifyListener.d.ts +6 -0
  925. package/lib/internal/apis/custom/web/addNotifyListener.js +170 -0
  926. package/lib/internal/apis/custom/web/alipay/openApPayCodePage.d.ts +3 -1
  927. package/lib/internal/apis/custom/web/alipay/openApPayCodePage.js +3 -1
  928. package/lib/internal/apis/custom/web/alipay/openInApp.d.ts +3 -1
  929. package/lib/internal/apis/custom/web/alipay/openInApp.js +3 -1
  930. package/lib/internal/apis/custom/web/alipay/openInBrowser.d.ts +3 -1
  931. package/lib/internal/apis/custom/web/alipay/openInBrowser.js +3 -1
  932. package/lib/internal/apis/custom/web/alipay/openOtherApp.d.ts +3 -1
  933. package/lib/internal/apis/custom/web/alipay/openOtherApp.js +3 -1
  934. package/lib/internal/apis/custom/web/alipay/openPayCodePage.d.ts +3 -1
  935. package/lib/internal/apis/custom/web/alipay/openPayCodePage.js +3 -1
  936. package/lib/internal/apis/custom/web/alipay/openScanPage.d.ts +3 -1
  937. package/lib/internal/apis/custom/web/alipay/openScanPage.js +3 -1
  938. package/lib/internal/apis/custom/web/alipay/openWebURL.d.ts +3 -1
  939. package/lib/internal/apis/custom/web/alipay/openWebURL.js +3 -1
  940. package/lib/internal/apis/custom/web/alipay/popWindow.d.ts +2 -0
  941. package/lib/internal/apis/custom/web/alipay/popWindow.js +4 -0
  942. package/lib/internal/apis/custom/web/defineRuntimeConfig.js +0 -2
  943. package/lib/internal/apis/custom/web/h5/popWindow.d.ts +2 -0
  944. package/lib/internal/apis/custom/web/h5/popWindow.js +3 -0
  945. package/lib/internal/apis/custom/web/removeNotifyListener.d.ts +4 -0
  946. package/lib/internal/apis/custom/web/removeNotifyListener.js +27 -0
  947. package/lib/internal/apis/custom/web/rpcWithAuthAPlus.js +14 -5
  948. package/lib/internal/utils/network/index.d.ts +1 -1
  949. package/lib/internal/utils/network/index.js +3 -1
  950. package/lib/umd/index.js +1 -1
  951. package/lib/umd/mp_web_alipay.js +1 -1
  952. package/lib/umd/mp_web_alipayhk.js +1 -1
  953. package/lib/umd/mp_web_chope.js +1 -1
  954. package/lib/umd/mp_web_dana.js +1 -1
  955. package/lib/umd/mp_web_demo.js +1 -1
  956. package/lib/umd/mp_web_gcash.js +1 -1
  957. package/lib/umd/mp_web_mpay.js +1 -1
  958. package/lib/umd/mp_web_tngd.js +1 -1
  959. package/lib/umd/mp_web_toss.js +1 -1
  960. package/lib/umd/mp_web_truemoney.js +1 -1
  961. package/lib/umd/web_alipay.js +1 -1
  962. package/lib/umd/web_demo.js +1 -1
  963. package/lib/umd/web_h5.js +1 -1
  964. package/lib/umd/web_tngdh5ng.js +1 -1
  965. package/lib/whichCanIUse/mp_web.d.ts +1 -1
  966. package/lib/whichCanIUse/mp_web.js +7 -7
  967. package/lib/whichCanIUse/web.js +2 -2
  968. package/package.json +7 -6
package/README.md CHANGED
@@ -210,6 +210,13 @@ The following table lists the latest JSAPIs that are supported in JS bridge, and
210
210
  |hideOptionButton|✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
211
211
  |getCurrentLanguage|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
212
212
  |openURL|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
213
+ |openWebURL|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
214
+ |openInApp|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
215
+ |openOtherApp|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
216
+ |openInBrowser|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
217
+ |openPayCodePage|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
218
+ |openApPayCodePage|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
219
+ |openScanPage|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
213
220
  |createWithoutAuthRpc|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
214
221
  |rpcWithAuth|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
215
222
  |getAppId|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
@@ -217,8 +224,18 @@ The following table lists the latest JSAPIs that are supported in JS bridge, and
217
224
  |getSDKVersion|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
218
225
  |defineRuntimeConfig|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
219
226
  |rpcWithAuthAPlus|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
227
+ |easyShare|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
228
+ |homeAddAppToMyApps|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
229
+ |homeCanAddAppToMyApps|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
230
+ |postNotification|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
231
+ |addNotifyListener|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
232
+ |removeNotifyListener|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
233
+ |getMainSelectedCity|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
234
+ |chooseDistrict|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
235
+ |popWindow|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
236
+ |setTransparentTitle|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
220
237
  ### HTML5
221
- | API | demo | gcash | tngd | alipay | chope | alipayhk | dana | truemoney | toss | mpay |
238
+ | API | demo | gcash | tngd | alipay | chope | alipayhk | dana | truemoney | mpay | toss |
222
239
  | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |
223
240
  |addFatigueAction|✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
224
241
  |addPhoneContact|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ |
@@ -243,8 +260,8 @@ The following table lists the latest JSAPIs that are supported in JS bridge, and
243
260
  |downloadFile|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ |
244
261
  |exitApp|✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
245
262
  |getAppIdSync|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
246
- |getAppToken|✅ | | | ❌ | ❌ | | | | | ❌ |
247
- |getAuthCode|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
263
+ |getAppToken|✅ | | | ❌ | ❌ | | | | | ❌ |
264
+ |getAuthCode|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
248
265
  |getBatteryInfo|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ |
249
266
  |getBLEDeviceCharacteristics|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ |
250
267
  |getBLEDeviceServices|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ |
@@ -266,7 +283,7 @@ The following table lists the latest JSAPIs that are supported in JS bridge, and
266
283
  |getServerTime|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ |
267
284
  |getSetting|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ |
268
285
  |getSiteInfo|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ |
269
- |getStorage|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
286
+ |getStorage|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
270
287
  |getStorageSync|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
271
288
  |getSystemInfo|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ |
272
289
  |getSystemInfoSync|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
@@ -326,7 +343,7 @@ The following table lists the latest JSAPIs that are supported in JS bridge, and
326
343
  |removeSavedFile|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ |
327
344
  |removeStorage|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ |
328
345
  |removeStorageSync|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
329
- |request|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
346
+ |request|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
330
347
  |rpc|✅ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
331
348
  |saveFile|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ |
332
349
  |saveImage|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ |
@@ -339,7 +356,7 @@ The following table lists the latest JSAPIs that are supported in JS bridge, and
339
356
  |setNavigationBar|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ |
340
357
  |setOptionMenu|✅ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
341
358
  |setScreenBrightness|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ |
342
- |setStorage|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
359
+ |setStorage|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
343
360
  |setStorageSync|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
344
361
  |setTabBarStyle|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ |
345
362
  |showActionSheet|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ |
@@ -372,6 +389,13 @@ The following table lists the latest JSAPIs that are supported in JS bridge, and
372
389
  |hideOptionButton|✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
373
390
  |getCurrentLanguage|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ |
374
391
  |openURL|❌ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ |
392
+ |openWebURL|❌ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ |
393
+ |openInApp|❌ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ |
394
+ |openOtherApp|❌ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ |
395
+ |openInBrowser|❌ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ |
396
+ |openPayCodePage|❌ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ |
397
+ |openApPayCodePage|❌ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ |
398
+ |openScanPage|❌ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ |
375
399
  |createWithoutAuthRpc|❌ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ |
376
400
  |rpcWithAuth|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ✅ |
377
401
  |getAppId|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
@@ -379,6 +403,16 @@ The following table lists the latest JSAPIs that are supported in JS bridge, and
379
403
  |getSDKVersion|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
380
404
  |defineRuntimeConfig|❌ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ |
381
405
  |rpcWithAuthAPlus|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
406
+ |easyShare|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
407
+ |homeAddAppToMyApps|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
408
+ |homeCanAddAppToMyApps|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
409
+ |postNotification|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
410
+ |addNotifyListener|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
411
+ |removeNotifyListener|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
412
+ |getMainSelectedCity|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
413
+ |chooseDistrict|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
414
+ |popWindow|❌ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ |
415
+ |setTransparentTitle|❌ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ |
382
416
  ### Web
383
417
  | API | demo | alipay | h5 | tngdh5ng |
384
418
  | --- | --- | --- | --- | --- |
@@ -405,7 +439,7 @@ The following table lists the latest JSAPIs that are supported in JS bridge, and
405
439
  |downloadFile|✅ | ✅ | ❌ | ❌ |
406
440
  |exitApp|✅ | ✅ | ✅ | ✅ |
407
441
  |getAppIdSync|❌ | ❌ | ❌ | ❌ |
408
- |getAppToken|✅ | | ❌ | ❌ |
442
+ |getAppToken|✅ | | ❌ | ❌ |
409
443
  |getAuthCode|✅ | ✅ | ❌ | ❌ |
410
444
  |getBatteryInfo|✅ | ✅ | ❌ | ❌ |
411
445
  |getBLEDeviceCharacteristics|❌ | ❌ | ❌ | ❌ |
@@ -534,6 +568,13 @@ The following table lists the latest JSAPIs that are supported in JS bridge, and
534
568
  |hideOptionButton|❌ | ❌ | ❌ | ❌ |
535
569
  |getCurrentLanguage|✅ | ✅ | ✅ | ✅ |
536
570
  |openURL|❌ | ✅ | ✅ | ❌ |
571
+ |openWebURL|❌ | ✅ | ❌ | ❌ |
572
+ |openInApp|❌ | ✅ | ❌ | ❌ |
573
+ |openOtherApp|❌ | ✅ | ❌ | ❌ |
574
+ |openInBrowser|❌ | ✅ | ❌ | ❌ |
575
+ |openPayCodePage|❌ | ✅ | ❌ | ❌ |
576
+ |openApPayCodePage|❌ | ✅ | ❌ | ❌ |
577
+ |openScanPage|❌ | ✅ | ❌ | ❌ |
537
578
  |createWithoutAuthRpc|❌ | ✅ | ✅ | ❌ |
538
579
  |rpcWithAuth|❌ | ❌ | ❌ | ❌ |
539
580
  |getAppId|❌ | ❌ | ❌ | ❌ |
@@ -541,6 +582,16 @@ The following table lists the latest JSAPIs that are supported in JS bridge, and
541
582
  |getSDKVersion|❌ | ❌ | ❌ | ❌ |
542
583
  |defineRuntimeConfig|❌ | ✅ | ✅ | ❌ |
543
584
  |rpcWithAuthAPlus|❌ | ✅ | ❌ | ❌ |
585
+ |easyShare|❌ | ✅ | ❌ | ❌ |
586
+ |homeAddAppToMyApps|❌ | ✅ | ❌ | ❌ |
587
+ |homeCanAddAppToMyApps|❌ | ✅ | ❌ | ❌ |
588
+ |postNotification|❌ | ✅ | ❌ | ❌ |
589
+ |addNotifyListener|❌ | ✅ | ❌ | ❌ |
590
+ |removeNotifyListener|❌ | ✅ | ❌ | ❌ |
591
+ |getMainSelectedCity|❌ | ✅ | ❌ | ❌ |
592
+ |chooseDistrict|❌ | ✅ | ❌ | ❌ |
593
+ |popWindow|❌ | ✅ | ✅ | ❌ |
594
+ |setTransparentTitle|❌ | ✅ | ❌ | ❌ |
544
595
 
545
596
  ## License
546
597
 
package/canIUse.json CHANGED
@@ -1 +1 @@
1
- [{"name":"addFatigueAction","includes":{"mp":["demo"],"mp_web":["demo"],"web":["demo"]}},{"name":"addPhoneContact","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Add-Contact_addPhoneContact"},{"name":"alert","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay","h5","tngdh5ng"]},"custom":{"web":["alipay","demo","h5","tngdh5ng"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Feedback_alert"},{"name":"apDisableJSAPI","includes":{"mp":["demo"],"mp_web":["demo"],"web":["demo"]}},{"name":"appxrpc","includes":{"mp":["demo"],"mp_web":["demo"],"web":["demo"]}},{"name":"APRegionRPC","includes":{"mp":["demo"],"mp_web":["demo"],"web":["demo"]}},{"name":"batchQueryCdpSpaceInfo","includes":{"mp":["demo"],"mp_web":["demo"],"web":["demo"]}},{"name":"chooseImage","page":"image","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Media_Image_chooseImage"},{"name":"choosePhoneContact","custom":{"web":["alipay","demo"]},"includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Contact_choosePhoneContact"},{"name":"clearStorage","custom":{"web":["alipay","demo","h5"]},"page":"storage","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay","h5"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Storage_clearStorage"},{"name":"clearStorageSync","page":"storage","custom":{"web":["h5"]},"includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["h5"]},"type":"sync","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Storage_clearStorageSync"},{"name":"closeBluetoothAdapter","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_Bluetooth_closeBluetoothAdapter"},{"name":"closeSocket","page":"socket","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_closeSocket"},{"name":"confirm","custom":{"web":["alipay","demo","h5","tngdh5ng"]},"includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay","h5","tngdh5ng"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Feedback_confirm"},{"name":"connectBLEDevice","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_BLE_connectBLEDevice"},{"name":"connectSocket","page":"socket","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_connectSocket"},{"name":"createAnimation","page":"createAnimation","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"type":"sync","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Animation_createAnimation"},{"name":"createWebViewContext","page":"createWebViewContext","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"type":"sync","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Web-View_createWebViewContext"},{"name":"datePicker","custom":{"web":["alipay","demo"]},"includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Choose-Date_datePicker"},{"name":"disconnectBLEDevice","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_BLE_disconnectBLEDevice"},{"name":"downloadFile","custom":{"web":["alipay","demo"]},"page":"file","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_downloadFile"},{"name":"exitApp","includes":{"mp":["demo"],"mp_web":["demo"],"web":["demo","alipay","h5","tngdh5ng"]},"custom":{"web":["h5"]}},{"name":"getAppIdSync","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"]},"type":"sync","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Basic_getAppIdSync"},{"name":"getAppToken","includes":{"mp":["demo"],"mp_web":["demo"],"web":["demo"]}},{"name":"getAuthCode","custom":{"mp":[],"web":["alipay","demo"]},"includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_OpenAPI_getAuthCode"},{"name":"getBatteryInfo","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Battery_getBatteryInfo"},{"name":"getBLEDeviceCharacteristics","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_BLE_getBLEDeviceCharacteristics"},{"name":"getBLEDeviceServices","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_BLE_getBLEDeviceServices"},{"name":"getBluetoothAdapterState","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_Bluetooth_getBluetoothAdapterState"},{"name":"getBluetoothDevices","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_Bluetooth_getBluetoothDevices"},{"name":"getClipboard","custom":{"web":["h5"]},"includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay","h5"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Clipboard_getClipboard"},{"name":"getComponentAuth","includes":{"mp":["demo"],"mp_web":["demo"],"web":["demo"]}},{"name":"getConnectedBluetoothDevices","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_Bluetooth_getConnectedBluetoothDevices"},{"name":"getFileInfo","page":"file","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_File_getFileInfo"},{"name":"getImageInfo","page":"image","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Media_Image_getImageInfo"},{"name":"getLocation","custom":{"web":["alipay","demo","h5","tngdh5ng"]},"includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay","h5","tngdh5ng"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Location_getLocation"},{"name":"getNetworkType","custom":{"web":["alipay","demo","h5","tngdh5ng"]},"includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay","h5","tngdh5ng"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Network_getNetworkType"},{"name":"getOpenUserInfo","page":"getOpenUserInfo","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_OpenAPI_getOpenUserInfo"},{"name":"getPaymentCode","includes":{"mp":["demo"],"mp_web":["demo"],"web":["demo"]}},{"name":"getPhoneNumber","custom":{"web":["alipay","demo"]},"page":"getPhoneNumber","includes":{"mp":["demo"],"mp_web":["demo","alipay"],"web":["demo","alipay"]}},{"name":"getSavedFileInfo","page":"file","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_File_getSavedFileInfo"},{"name":"getSavedFileList","page":"file","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_File_getSavedFileList"},{"name":"getScreenBrightness","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Screen_getScreenBrightness"},{"name":"getServerTime","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Server_getServerTime"},{"name":"getSetting","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Setting_getSetting"},{"name":"getSiteInfo","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay","h5"]},"custom":{"web":["h5"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Alipay-Connect_getSiteInfo"},{"name":"getStorage","custom":{"web":["alipay","demo","h5"]},"page":"storage","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay","h5"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Storage_getStorage"},{"name":"getStorageSync","page":"storage","custom":{"web":["h5"]},"includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["h5"]},"type":"sync","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Storage_getStorageSync"},{"name":"getSystemInfo","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay","h5","tngdh5ng"]},"custom":{"web":["h5"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_System_getSystemInfo"},{"name":"getSystemInfoSync","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["h5"]},"custom":{"web":["h5"]},"type":"sync"},{"name":"hideBackHome","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_NavigationBar_hideBackHome"},{"name":"hideKeyboard","page":"hideKeyboard","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Keyboard_hideKeyboard"},{"name":"hideLoading","page":"loading","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay","h5","tngdh5ng"]},"custom":{"web":["h5"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Feedback_hideLoading"},{"name":"hideNavigationBarLoading","custom":{"web":["alipay","demo"]},"page":"loading","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_NavigationBar_hideNavigationBarLoading"},{"name":"hideTabBar","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_TabBar_hideTabBar"},{"name":"hideToast","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay","h5","tngdh5ng"]},"custom":{"web":["h5"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Feedback_hideToast"},{"name":"inquireQuote","includes":{"mp":["demo"],"mp_web":["demo"],"web":["demo"]}},{"name":"isInstalledApp","includes":{"mp":["demo"],"mp_web":["demo"],"web":["demo"]}},{"name":"makePhoneCall","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay","h5","tngdh5ng"]},"custom":{"web":["h5"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Call_makePhoneCall"},{"name":"multiLevelSelect","custom":{"web":["alipay","demo"]},"includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Multi-Level-Select_multiLevelSelect"},{"name":"navigateBack","page":"navigator","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["alipay","demo","h5","tngdh5ng"]},"custom":{"web":["alipay","demo","h5","tngdh5ng"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Route_navigateBack"},{"name":"navigateBackMiniProgram","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_OpenAPI_navigateBackMiniProgram"},{"name":"navigateTo","page":"navigator","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["alipay","demo","h5","tngdh5ng"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"]},"custom":{"web":["demo","alipay","h5","tngdh5ng"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Route_navigateTo"},{"name":"navigateToBizScene","includes":{"mp":["demo"],"mp_web":["demo"],"web":["demo","h5"]},"custom":{"web":["h5"]}},{"name":"navigateToMiniProgram","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay","h5"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_OpenAPI_navigateToMiniProgram"},{"name":"notifyBLECharacteristicValueChange","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_BLE_notifyBLECharacteristicValueChange"},{"name":"offAccelerometerChange","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Accelerometer_offAccelerometerChange"},{"name":"offBLECharacteristicValueChange","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_BLE_offBLECharacteristicValueChange"},{"name":"offBLEConnectionStateChanged","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_BLE_offBLEConnectionStateChanged"},{"name":"offBluetoothAdapterStateChange","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_Bluetooth_offBluetoothAdapterStateChange"},{"name":"offBluetoothDeviceFound","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_Bluetooth_offBluetoothDeviceFound"},{"name":"offCompassChange","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Compass_offCompassChange"},{"name":"offMemoryWarning","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Memory-Warning_onMemoryWarning"},{"name":"offSocketClose","page":"socket","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_offSocketClose"},{"name":"offSocketError","page":"socket","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_offSocketError"},{"name":"offSocketMessage","page":"socket","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_offSocketMessage"},{"name":"offSocketOpen","page":"socket","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_offSocketOpen"},{"name":"offUserCaptureScreen","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Capture_offUserCaptureScreen"},{"name":"onAccelerometerChange","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Accelerometer_onAccelerometerChange"},{"name":"onBLECharacteristicValueChange","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_BLE_onBLECharacteristicValueChange"},{"name":"onBLEConnectionStateChanged","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_BLE_onBLEConnectionStateChanged"},{"name":"onBluetoothAdapterStateChange","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_Bluetooth_onBluetoothAdapterStateChange"},{"name":"onBluetoothDeviceFound","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_Bluetooth_onBluetoothDeviceFound"},{"name":"onCompassChange","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Compass_onCompassChange"},{"name":"onMemoryWarning","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Memory-Warning_onMemoryWarning"},{"name":"onSocketClose","page":"socket","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_onSocketClose"},{"name":"onSocketError","page":"socket","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_onSocketError"},{"name":"onSocketMessage","page":"socket","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_onSocketMessage"},{"name":"onSocketOpen","page":"socket","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_onSocketOpen"},{"name":"onUserCaptureScreen","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Capture_onUserCaptureScreen"},{"name":"openBluetoothAdapter","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_Bluetooth_openBluetoothAdapter"},{"name":"openDocument","page":"file","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/api_file_myopendocument"},{"name":"openSchemeWithBacking","includes":{"mp":["demo"],"mp_web":["demo"],"web":["demo"]}},{"name":"openSetting","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Setting_openSetting"},{"name":"pageScrollTo","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["h5"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"]},"custom":{"web":["h5"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Scroll_pageScrollTo"},{"name":"paySignCenter","includes":{"mp":["demo"],"mp_web":["demo"]}},{"name":"previewImage","custom":{"web":["alipay","demo"]},"page":"image","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Media_Image_previewImage"},{"name":"prompt","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay","tngdh5ng"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Feedback_prompt"},{"name":"readBLECharacteristicValue","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_BLE_readBLECharacteristicValue"},{"name":"redirectTo","page":"navigator","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["alipay","demo","h5"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"]},"custom":{"web":["alipay","demo","h5"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Route_redirectTo"},{"name":"regionFetchAllApps","includes":{"mp":["demo"],"mp_web":["demo"],"web":["demo"]}},{"name":"regionSearchAppsByKeywords","includes":{"mp":["demo"],"mp_web":["demo"],"web":["demo"]}},{"name":"reLaunch","page":"navigator","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Route_reLaunch"},{"name":"removeSavedFile","page":"file","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_File_removeSavedFile"},{"name":"removeStorage","page":"storage","custom":{"web":["alipay","demo","h5"]},"includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay","h5"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Storage_removeStorage"},{"name":"removeStorageSync","page":"storage","custom":{"web":["h5"]},"includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["h5"]},"type":"sync","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Storage_removeStorageSync"},{"name":"request","custom":{"web":["alipay","demo","h5"]},"includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay","h5"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_request"},{"name":"rpc","includes":{"mp":["alipay","demo"],"mp_web":["alipay","demo"],"web":["alipay","demo","h5"]},"custom":{"web":["h5"]}},{"name":"saveFile","page":"file","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_File_saveFile"},{"name":"saveImage","custom":{"web":["alipay","demo"]},"page":"image","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Media_Image_saveImage"},{"name":"scan","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Scan_scan"},{"name":"sendSocketMessage","page":"socket","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_sendSocketMessage"},{"name":"setBackgroundColor","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Set-Background_setBackgroundColor"},{"name":"setCanPullDown","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"]},"type":"sync","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Set-Pulldown_setCanPullDown"},{"name":"setClipboard","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay","h5","tngdh5ng"]},"custom":{"web":["h5"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Clipboard_setClipboard"},{"name":"setKeepScreenOn","custom":{"web":["alipay","demo"]},"includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Screen_setKeepScreenOn"},{"name":"setNavigationBar","custom":{"web":["alipay","demo","h5","tngdh5ng"]},"includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay","h5","tngdh5ng"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_NavigationBar_setNavigationBar"},{"name":"setOptionMenu","includes":{"mp":["demo"],"mp_web":["demo","alipay"]}},{"name":"setScreenBrightness","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Screen_setScreenBrightness"},{"name":"setStorage","custom":{"web":["alipay","demo","h5"]},"page":"storage","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay","h5"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Storage_setStorage"},{"name":"setStorageSync","page":"storage","custom":{"web":["h5"]},"includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["h5"]},"type":"sync","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Storage_setStorageSync"},{"name":"setTabBarStyle","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_TabBar_setTabBarStyle"},{"name":"showActionSheet","custom":{"web":["alipay","demo"]},"includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Feedback_showActionSheet"},{"name":"showAuthGuide","custom":{"web":["alipay","demo"]},"includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Permission_showAuthGuide"},{"name":"showLoading","page":"loading","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay","h5","tngdh5ng"]},"custom":{"web":["h5"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Feedback_showLoading"},{"name":"showNavigationBarLoading","custom":{"web":["alipay","demo"]},"page":"loading","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_NavigationBar_showNavigationBarLoading"},{"name":"showToast","custom":{"mp":["wechat"],"web":["alipay","demo","h5","tngdh5ng"]},"includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney","wechat"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay","h5","tngdh5ng"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Feedback_showToast"},{"name":"signContract","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_OpenAPI_signContract"},{"name":"startApp","page":"startApp","includes":{"mp":["demo"],"mp_web":["demo"],"web":["demo","alipay"]}},{"name":"startBizService","includes":{"mp":["demo"],"mp_web":["demo"],"web":["demo"]}},{"name":"startBluetoothDevicesDiscovery","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_Bluetooth_startBluetoothDevicesDiscovery"},{"name":"startPullDownRefresh","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Pulldown_startPullDownRefresh"},{"name":"stopBluetoothDevicesDiscovery","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_Bluetooth_stopBluetoothDevicesDiscovery"},{"name":"stopPullDownRefresh","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Pulldown_stopPullDownRefresh"},{"name":"switchTab","page":"navigator","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Route_switchTab"},{"name":"thirdPartyAuthForAc","includes":{"mp":["demo"],"mp_web":["demo"],"web":["demo"]}},{"name":"tradePay","page":"tradePay","notice":"tradePay 在国际小程序跨投到主站时,可以传参 flowType 指定调用 tradePayCrossApp。在国际钱包中,tradePay 直接透传参数。","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"custom":{"mp":["alipay"],"mp_web":["alipay"],"web":["alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_OpenAPI_tradePay"},{"name":"crossPay","notice":"小程序跨投到主站专用的 JSAPI,国际容器不需要调用。能力已经被 tradePay 抹平,该 JSAPI 不需要再调用","includes":{"mp":["alipay"],"mp_web":["alipay"],"web":["alipay"]}},{"name":"uploadApdidToken","includes":{"mp":["demo"],"mp_web":["demo"],"web":["demo"]}},{"name":"uploadFile","custom":{"web":["alipay","demo"]},"page":"file","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_uploadFile"},{"name":"vibrate","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay","tngdh5ng"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Vibrate_vibrate"},{"name":"watchShake","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Watch-Shake_watchShake"},{"name":"writeBLECharacteristicValue","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_BLE_writeBLECharacteristicValue"},{"name":"getLaunchOptionsSync","custom":{"web":["h5"]},"includes":{"mp":["alipay"],"web":["h5"]},"type":"sync"},{"name":"createSelectorQuery","custom":{"web":["h5"]},"includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["h5"]},"type":"sync","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Selector-Query_createSelectorQuery"},{"name":"canIUse","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[],"mp_web":[]},"type":"sync","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Basic_canIUse"},{"name":"getStorageInfo","includes":{"mp":["demo"],"web":[]}},{"name":"getStorageInfoSync","includes":{"mp":["demo","alipay"],"web":[]},"type":"sync"},{"name":"showSharePanel","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/api_share_showsharepanel"},{"name":"hideOptionButton","includes":{"mp":["demo"],"mp_web":["demo"]}},{"name":"getCurrentLanguage","type":"sync","internal":true,"includes":{"mp":[],"mp_web":["alipay","alipayhk","chope","dana","demo","gcash","tngd","truemoney"],"web":["alipay","demo","tngdh5ng","h5"]},"custom":{"mp_web":["alipay","alipayhk","chope","dana","demo","gcash","tngd","truemoney"],"web":["alipay","demo","tngdh5ng","h5"]}},{"name":"openURL","type":"sync","internal":true,"includes":{"mp":[],"mp_web":["alipayhk","dana","gcash","tngd","truemoney","toss","mpay"],"web":["alipay","h5"]},"custom":{"mp_web":["alipayhk","dana","gcash","tngd","truemoney","toss","mpay"],"web":["alipay","h5"]}},{"name":"createWithoutAuthRpc","type":"sync","internal":true,"includes":{"mp":[],"mp_web":["alipayhk","dana","gcash","tngd","truemoney","toss","mpay"],"web":["alipay","h5"]},"custom":{"mp_web":["alipayhk","dana","gcash","tngd","truemoney","toss","mpay"],"web":["alipay","h5"]}},{"name":"rpcWithAuth","type":"async","internal":true,"includes":{"mp":[],"mp_web":["toss","mpay"]},"custom":{"mp_web":["toss","mpay"]}},{"name":"getAppId","type":"async","includes":{"mp":[],"mp_web":["alipay","alipayhk","chope","dana","demo","gcash","mpay","tngd","truemoney","toss","mpay"]}},{"name":"getCurrentPages","type":"async","includes":{"mp":[],"mp_web":["alipay","alipayhk","chope","dana","demo","gcash","mpay","tngd","truemoney","toss","mpay"]}},{"name":"getSDKVersion","type":"async","includes":{"mp":[],"mp_web":["alipay","alipayhk","chope","dana","demo","gcash","mpay","tngd","truemoney","toss","mpay"]}},{"name":"defineRuntimeConfig","type":"sync","internal":true,"includes":{"mp":[],"mp_web":["alipayhk","dana","gcash","tngd","truemoney","toss","mpay"],"web":["alipay","h5"]},"custom":{"mp_web":["alipayhk","dana","gcash","tngd","truemoney","toss","mpay"],"web":["alipay","h5"]}},{"name":"rpcWithAuthAPlus","type":"async","internal":true,"includes":{"mp":[],"mp_web":[],"web":["alipay"]},"custom":{"web":["alipay"]}}]
1
+ [{"name":"addFatigueAction","includes":{"mp":["demo"],"mp_web":["demo"],"web":["demo"]}},{"name":"addPhoneContact","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Add-Contact_addPhoneContact"},{"name":"alert","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay","h5","tngdh5ng"]},"custom":{"web":["alipay","demo","h5","tngdh5ng"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Feedback_alert"},{"name":"apDisableJSAPI","includes":{"mp":["demo"],"mp_web":["demo"],"web":["demo"]}},{"name":"appxrpc","includes":{"mp":["demo"],"mp_web":["demo"],"web":["demo"]}},{"name":"APRegionRPC","includes":{"mp":["demo"],"mp_web":["demo"],"web":["demo"]}},{"name":"batchQueryCdpSpaceInfo","includes":{"mp":["demo"],"mp_web":["demo"],"web":["demo"]}},{"name":"chooseImage","page":"image","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Media_Image_chooseImage"},{"name":"choosePhoneContact","custom":{"web":["alipay","demo"]},"includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Contact_choosePhoneContact"},{"name":"clearStorage","custom":{"web":["alipay","demo","h5"]},"page":"storage","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay","h5"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Storage_clearStorage"},{"name":"clearStorageSync","page":"storage","custom":{"web":["h5"]},"includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["h5"]},"type":"sync","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Storage_clearStorageSync"},{"name":"closeBluetoothAdapter","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_Bluetooth_closeBluetoothAdapter"},{"name":"closeSocket","page":"socket","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_closeSocket"},{"name":"confirm","custom":{"web":["alipay","demo","h5","tngdh5ng"]},"includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay","h5","tngdh5ng"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Feedback_confirm"},{"name":"connectBLEDevice","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_BLE_connectBLEDevice"},{"name":"connectSocket","page":"socket","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_connectSocket"},{"name":"createAnimation","page":"createAnimation","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"type":"sync","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Animation_createAnimation"},{"name":"createWebViewContext","page":"createWebViewContext","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"type":"sync","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Web-View_createWebViewContext"},{"name":"datePicker","custom":{"web":["alipay","demo"]},"includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Choose-Date_datePicker"},{"name":"disconnectBLEDevice","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_BLE_disconnectBLEDevice"},{"name":"downloadFile","custom":{"web":["alipay","demo"]},"page":"file","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_downloadFile"},{"name":"exitApp","includes":{"mp":["demo"],"mp_web":["demo"],"web":["demo","alipay","h5","tngdh5ng"]},"custom":{"web":["h5"]}},{"name":"getAppIdSync","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"]},"type":"sync","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Basic_getAppIdSync"},{"name":"getAppToken","includes":{"mp":["demo"],"mp_web":["demo","alipayhk","dana","gcash","mpay","truemoney","tngd"],"web":["demo","alipay"]}},{"name":"getAuthCode","custom":{"mp":[],"web":["alipay","demo"]},"includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney","toss","mpay"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_OpenAPI_getAuthCode"},{"name":"getBatteryInfo","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Battery_getBatteryInfo"},{"name":"getBLEDeviceCharacteristics","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_BLE_getBLEDeviceCharacteristics"},{"name":"getBLEDeviceServices","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_BLE_getBLEDeviceServices"},{"name":"getBluetoothAdapterState","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_Bluetooth_getBluetoothAdapterState"},{"name":"getBluetoothDevices","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_Bluetooth_getBluetoothDevices"},{"name":"getClipboard","custom":{"web":["h5"]},"includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay","h5"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Clipboard_getClipboard"},{"name":"getComponentAuth","includes":{"mp":["demo"],"mp_web":["demo"],"web":["demo"]}},{"name":"getConnectedBluetoothDevices","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_Bluetooth_getConnectedBluetoothDevices"},{"name":"getFileInfo","page":"file","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_File_getFileInfo"},{"name":"getImageInfo","page":"image","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Media_Image_getImageInfo"},{"name":"getLocation","custom":{"web":["alipay","demo","h5","tngdh5ng"]},"includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay","h5","tngdh5ng"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Location_getLocation"},{"name":"getNetworkType","custom":{"web":["alipay","demo","h5","tngdh5ng"]},"includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay","h5","tngdh5ng"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Network_getNetworkType"},{"name":"getOpenUserInfo","page":"getOpenUserInfo","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_OpenAPI_getOpenUserInfo"},{"name":"getPaymentCode","includes":{"mp":["demo"],"mp_web":["demo"],"web":["demo"]}},{"name":"getPhoneNumber","custom":{"web":["alipay","demo"]},"page":"getPhoneNumber","includes":{"mp":["demo"],"mp_web":["demo","alipay"],"web":["demo","alipay"]}},{"name":"getSavedFileInfo","page":"file","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_File_getSavedFileInfo"},{"name":"getSavedFileList","page":"file","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_File_getSavedFileList"},{"name":"getScreenBrightness","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Screen_getScreenBrightness"},{"name":"getServerTime","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Server_getServerTime"},{"name":"getSetting","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Setting_getSetting"},{"name":"getSiteInfo","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay","h5"]},"custom":{"web":["h5"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Alipay-Connect_getSiteInfo"},{"name":"getStorage","custom":{"web":["alipay","demo","h5"]},"page":"storage","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney","toss","mpay"],"web":["demo","alipay","h5"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Storage_getStorage"},{"name":"getStorageSync","page":"storage","custom":{"web":["h5"]},"includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["h5"]},"type":"sync","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Storage_getStorageSync"},{"name":"getSystemInfo","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay","h5","tngdh5ng"]},"custom":{"web":["h5"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_System_getSystemInfo"},{"name":"getSystemInfoSync","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["h5"]},"custom":{"web":["h5"]},"type":"sync"},{"name":"hideBackHome","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_NavigationBar_hideBackHome"},{"name":"hideKeyboard","page":"hideKeyboard","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Keyboard_hideKeyboard"},{"name":"hideLoading","page":"loading","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay","h5","tngdh5ng"]},"custom":{"web":["h5"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Feedback_hideLoading"},{"name":"hideNavigationBarLoading","custom":{"web":["alipay","demo"]},"page":"loading","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_NavigationBar_hideNavigationBarLoading"},{"name":"hideTabBar","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_TabBar_hideTabBar"},{"name":"hideToast","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay","h5","tngdh5ng"]},"custom":{"web":["h5"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Feedback_hideToast"},{"name":"inquireQuote","includes":{"mp":["demo"],"mp_web":["demo"],"web":["demo"]}},{"name":"isInstalledApp","includes":{"mp":["demo"],"mp_web":["demo"],"web":["demo"]}},{"name":"makePhoneCall","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay","h5","tngdh5ng"]},"custom":{"web":["h5"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Call_makePhoneCall"},{"name":"multiLevelSelect","custom":{"web":["alipay","demo"]},"includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Multi-Level-Select_multiLevelSelect"},{"name":"navigateBack","page":"navigator","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["alipay","demo","h5","tngdh5ng"]},"custom":{"web":["alipay","demo","h5","tngdh5ng"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Route_navigateBack"},{"name":"navigateBackMiniProgram","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_OpenAPI_navigateBackMiniProgram"},{"name":"navigateTo","page":"navigator","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["alipay","demo","h5","tngdh5ng"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"]},"custom":{"web":["demo","alipay","h5","tngdh5ng"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Route_navigateTo"},{"name":"navigateToBizScene","includes":{"mp":["demo"],"mp_web":["demo"],"web":["demo","h5"]},"custom":{"web":["h5"]}},{"name":"navigateToMiniProgram","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay","h5"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_OpenAPI_navigateToMiniProgram"},{"name":"notifyBLECharacteristicValueChange","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_BLE_notifyBLECharacteristicValueChange"},{"name":"offAccelerometerChange","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Accelerometer_offAccelerometerChange"},{"name":"offBLECharacteristicValueChange","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_BLE_offBLECharacteristicValueChange"},{"name":"offBLEConnectionStateChanged","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_BLE_offBLEConnectionStateChanged"},{"name":"offBluetoothAdapterStateChange","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_Bluetooth_offBluetoothAdapterStateChange"},{"name":"offBluetoothDeviceFound","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_Bluetooth_offBluetoothDeviceFound"},{"name":"offCompassChange","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Compass_offCompassChange"},{"name":"offMemoryWarning","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Memory-Warning_onMemoryWarning"},{"name":"offSocketClose","page":"socket","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_offSocketClose"},{"name":"offSocketError","page":"socket","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_offSocketError"},{"name":"offSocketMessage","page":"socket","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_offSocketMessage"},{"name":"offSocketOpen","page":"socket","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_offSocketOpen"},{"name":"offUserCaptureScreen","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Capture_offUserCaptureScreen"},{"name":"onAccelerometerChange","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Accelerometer_onAccelerometerChange"},{"name":"onBLECharacteristicValueChange","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_BLE_onBLECharacteristicValueChange"},{"name":"onBLEConnectionStateChanged","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_BLE_onBLEConnectionStateChanged"},{"name":"onBluetoothAdapterStateChange","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_Bluetooth_onBluetoothAdapterStateChange"},{"name":"onBluetoothDeviceFound","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_Bluetooth_onBluetoothDeviceFound"},{"name":"onCompassChange","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Compass_onCompassChange"},{"name":"onMemoryWarning","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Memory-Warning_onMemoryWarning"},{"name":"onSocketClose","page":"socket","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_onSocketClose"},{"name":"onSocketError","page":"socket","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_onSocketError"},{"name":"onSocketMessage","page":"socket","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_onSocketMessage"},{"name":"onSocketOpen","page":"socket","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_onSocketOpen"},{"name":"onUserCaptureScreen","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Capture_onUserCaptureScreen"},{"name":"openBluetoothAdapter","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_Bluetooth_openBluetoothAdapter"},{"name":"openDocument","page":"file","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/api_file_myopendocument"},{"name":"openSchemeWithBacking","includes":{"mp":["demo"],"mp_web":["demo"],"web":["demo"]}},{"name":"openSetting","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Setting_openSetting"},{"name":"pageScrollTo","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["h5"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"]},"custom":{"web":["h5"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Scroll_pageScrollTo"},{"name":"paySignCenter","includes":{"mp":["demo"],"mp_web":["demo"]}},{"name":"previewImage","custom":{"web":["alipay","demo"]},"page":"image","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Media_Image_previewImage"},{"name":"prompt","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay","tngdh5ng"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Feedback_prompt"},{"name":"readBLECharacteristicValue","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_BLE_readBLECharacteristicValue"},{"name":"redirectTo","page":"navigator","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["alipay","demo","h5"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"]},"custom":{"web":["alipay","demo","h5"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Route_redirectTo"},{"name":"regionFetchAllApps","includes":{"mp":["demo"],"mp_web":["demo"],"web":["demo"]}},{"name":"regionSearchAppsByKeywords","includes":{"mp":["demo"],"mp_web":["demo"],"web":["demo"]}},{"name":"reLaunch","page":"navigator","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Route_reLaunch"},{"name":"removeSavedFile","page":"file","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_File_removeSavedFile"},{"name":"removeStorage","page":"storage","custom":{"web":["alipay","demo","h5"]},"includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay","h5"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Storage_removeStorage"},{"name":"removeStorageSync","page":"storage","custom":{"web":["h5"]},"includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["h5"]},"type":"sync","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Storage_removeStorageSync"},{"name":"request","custom":{"web":["alipay","demo","h5"]},"includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney","toss","mpay"],"web":["demo","alipay","h5"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_request"},{"name":"rpc","includes":{"mp":["alipay","demo"],"mp_web":["alipay","demo"],"web":["alipay","demo","h5"]},"custom":{"web":["h5"]}},{"name":"saveFile","page":"file","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_File_saveFile"},{"name":"saveImage","custom":{"web":["alipay","demo"]},"page":"image","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Media_Image_saveImage"},{"name":"scan","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Scan_scan"},{"name":"sendSocketMessage","page":"socket","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_sendSocketMessage"},{"name":"setBackgroundColor","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Set-Background_setBackgroundColor"},{"name":"setCanPullDown","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"]},"type":"sync","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Set-Pulldown_setCanPullDown"},{"name":"setClipboard","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay","h5","tngdh5ng"]},"custom":{"web":["h5"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Clipboard_setClipboard"},{"name":"setKeepScreenOn","custom":{"web":["alipay","demo"]},"includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Screen_setKeepScreenOn"},{"name":"setNavigationBar","custom":{"web":["alipay","demo","h5","tngdh5ng"]},"includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay","h5","tngdh5ng"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_NavigationBar_setNavigationBar"},{"name":"setOptionMenu","includes":{"mp":["demo"],"mp_web":["demo","alipay"]}},{"name":"setScreenBrightness","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Screen_setScreenBrightness"},{"name":"setStorage","custom":{"web":["alipay","demo","h5"]},"page":"storage","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney","toss","mpay"],"web":["demo","alipay","h5"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Storage_setStorage"},{"name":"setStorageSync","page":"storage","custom":{"web":["h5"]},"includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["h5"]},"type":"sync","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Storage_setStorageSync"},{"name":"setTabBarStyle","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_TabBar_setTabBarStyle"},{"name":"showActionSheet","custom":{"web":["alipay","demo"]},"includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Feedback_showActionSheet"},{"name":"showAuthGuide","custom":{"web":["alipay","demo"]},"includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Permission_showAuthGuide"},{"name":"showLoading","page":"loading","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay","h5","tngdh5ng"]},"custom":{"web":["h5"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Feedback_showLoading"},{"name":"showNavigationBarLoading","custom":{"web":["alipay","demo"]},"page":"loading","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_NavigationBar_showNavigationBarLoading"},{"name":"showToast","custom":{"mp":["wechat"],"web":["alipay","demo","h5","tngdh5ng"]},"includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney","wechat"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay","h5","tngdh5ng"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Feedback_showToast"},{"name":"signContract","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_OpenAPI_signContract"},{"name":"startApp","page":"startApp","includes":{"mp":["demo"],"mp_web":["demo"],"web":["demo","alipay"]}},{"name":"startBizService","includes":{"mp":["demo"],"mp_web":["demo"],"web":["demo"]}},{"name":"startBluetoothDevicesDiscovery","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_Bluetooth_startBluetoothDevicesDiscovery"},{"name":"startPullDownRefresh","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Pulldown_startPullDownRefresh"},{"name":"stopBluetoothDevicesDiscovery","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_Bluetooth_stopBluetoothDevicesDiscovery"},{"name":"stopPullDownRefresh","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Pulldown_stopPullDownRefresh"},{"name":"switchTab","page":"navigator","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Route_switchTab"},{"name":"thirdPartyAuthForAc","includes":{"mp":["demo"],"mp_web":["demo"],"web":["demo"]}},{"name":"tradePay","page":"tradePay","notice":"tradePay 在国际小程序跨投到主站时,可以传参 flowType 指定调用 tradePayCrossApp。在国际钱包中,tradePay 直接透传参数。","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"custom":{"mp":["alipay"],"mp_web":["alipay"],"web":["alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_OpenAPI_tradePay"},{"name":"crossPay","notice":"小程序跨投到主站专用的 JSAPI,国际容器不需要调用。能力已经被 tradePay 抹平,该 JSAPI 不需要再调用","includes":{"mp":["alipay"],"mp_web":["alipay"],"web":["alipay"]}},{"name":"uploadApdidToken","includes":{"mp":["demo"],"mp_web":["demo"],"web":["demo"]}},{"name":"uploadFile","custom":{"web":["alipay","demo"]},"page":"file","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_uploadFile"},{"name":"vibrate","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay","tngdh5ng"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Vibrate_vibrate"},{"name":"watchShake","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Watch-Shake_watchShake"},{"name":"writeBLECharacteristicValue","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_BLE_writeBLECharacteristicValue"},{"name":"getLaunchOptionsSync","custom":{"web":["h5"]},"includes":{"mp":["alipay"],"web":["h5"]},"type":"sync"},{"name":"createSelectorQuery","custom":{"web":["h5"]},"includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["h5"]},"type":"sync","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Selector-Query_createSelectorQuery"},{"name":"canIUse","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[],"mp_web":[]},"type":"sync","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Basic_canIUse"},{"name":"getStorageInfo","includes":{"mp":["demo"],"web":[]}},{"name":"getStorageInfoSync","includes":{"mp":["demo","alipay"],"web":[]},"type":"sync"},{"name":"showSharePanel","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/api_share_showsharepanel"},{"name":"hideOptionButton","includes":{"mp":["demo"],"mp_web":["demo"]}},{"name":"getCurrentLanguage","type":"sync","internal":true,"includes":{"mp":[],"mp_web":["alipay","alipayhk","chope","dana","demo","gcash","tngd","truemoney"],"web":["alipay","demo","tngdh5ng","h5"]},"custom":{"mp_web":["alipay","alipayhk","chope","dana","demo","gcash","tngd","truemoney"],"web":["alipay","demo","tngdh5ng","h5"]}},{"name":"openURL","type":"sync","internal":true,"includes":{"mp":[],"mp_web":["alipayhk","dana","gcash","tngd","truemoney","toss","mpay"],"web":["alipay","h5"]},"custom":{"mp_web":["alipayhk","dana","gcash","tngd","truemoney","toss","mpay"],"web":["alipay","h5"]}},{"name":"openWebURL","type":"sync","internal":true,"includes":{"mp":[],"mp_web":["alipayhk","dana","gcash","tngd","truemoney","toss","mpay"],"web":["alipay"]},"custom":{"mp_web":["alipayhk","dana","gcash","tngd","truemoney","toss","mpay"],"web":["alipay"]}},{"name":"openInApp","type":"sync","internal":true,"includes":{"mp":[],"mp_web":["alipayhk","dana","gcash","tngd","truemoney","toss","mpay"],"web":["alipay"]},"custom":{"mp_web":["alipayhk","dana","gcash","tngd","truemoney","toss","mpay"],"web":["alipay"]}},{"name":"openOtherApp","type":"sync","internal":true,"includes":{"mp":[],"mp_web":["alipayhk","dana","gcash","tngd","truemoney","toss","mpay"],"web":["alipay"]},"custom":{"mp_web":["alipayhk","dana","gcash","tngd","truemoney","toss","mpay"],"web":["alipay"]}},{"name":"openInBrowser","type":"sync","internal":true,"includes":{"mp":[],"mp_web":["alipayhk","dana","gcash","tngd","truemoney","toss","mpay"],"web":["alipay"]},"custom":{"mp_web":["alipayhk","dana","gcash","tngd","truemoney","toss","mpay"],"web":["alipay"]}},{"name":"openPayCodePage","type":"sync","internal":true,"includes":{"mp":[],"mp_web":["alipayhk","dana","gcash","tngd","truemoney","toss","mpay"],"web":["alipay"]},"custom":{"mp_web":["alipayhk","dana","gcash","tngd","truemoney","toss","mpay"],"web":["alipay"]}},{"name":"openApPayCodePage","type":"sync","internal":true,"includes":{"mp":[],"mp_web":["alipayhk","dana","gcash","tngd","truemoney","toss","mpay"],"web":["alipay"]},"custom":{"mp_web":["alipayhk","dana","gcash","tngd","truemoney","toss","mpay"],"web":["alipay"]}},{"name":"openScanPage","type":"sync","internal":true,"includes":{"mp":[],"mp_web":["alipayhk","dana","gcash","tngd","truemoney","toss","mpay"],"web":["alipay"]},"custom":{"mp_web":["alipayhk","dana","gcash","tngd","truemoney","toss","mpay"],"web":["alipay"]}},{"name":"createWithoutAuthRpc","type":"sync","internal":true,"includes":{"mp":[],"mp_web":["alipayhk","dana","gcash","tngd","truemoney","toss","mpay"],"web":["alipay","h5"]},"custom":{"mp_web":["alipayhk","dana","gcash","tngd","truemoney","toss","mpay"],"web":["alipay","h5"]}},{"name":"rpcWithAuth","type":"async","internal":true,"includes":{"mp":[],"mp_web":["toss","mpay"]},"custom":{"mp_web":["toss","mpay"]}},{"name":"getAppId","type":"async","includes":{"mp":[],"mp_web":["alipay","alipayhk","chope","dana","demo","gcash","mpay","tngd","truemoney","toss","mpay"]}},{"name":"getCurrentPages","type":"async","includes":{"mp":[],"mp_web":["alipay","alipayhk","chope","dana","demo","gcash","mpay","tngd","truemoney","toss","mpay"]}},{"name":"getSDKVersion","type":"async","includes":{"mp":[],"mp_web":["alipay","alipayhk","chope","dana","demo","gcash","mpay","tngd","truemoney","toss","mpay"]}},{"name":"defineRuntimeConfig","type":"sync","internal":true,"includes":{"mp":[],"mp_web":["alipayhk","dana","gcash","tngd","truemoney","toss","mpay"],"web":["alipay","h5"]},"custom":{"mp_web":["alipayhk","dana","gcash","tngd","truemoney","toss","mpay"],"web":["alipay","h5"]}},{"name":"rpcWithAuthAPlus","type":"async","internal":true,"includes":{"mp":[],"mp_web":[],"web":["alipay"]},"custom":{"web":["alipay"]}},{"name":"easyShare","type":"async","internal":true,"includes":{"mp":[],"mp_web":[],"web":["alipay"]}},{"name":"homeAddAppToMyApps","internal":true,"includes":{"mp":[],"mp_web":[],"web":["alipay"]}},{"name":"homeCanAddAppToMyApps","internal":true,"includes":{"mp":[],"mp_web":[],"web":["alipay"]}},{"name":"postNotification","internal":true,"includes":{"mp":[],"mp_web":[],"web":["alipay"]}},{"name":"addNotifyListener","internal":true,"includes":{"mp":[],"mp_web":[],"web":["alipay"]},"custom":{"mp":[],"mp_web":[],"web":["alipay"]}},{"name":"removeNotifyListener","internal":true,"includes":{"mp":[],"mp_web":[],"web":["alipay"]},"custom":{"mp":[],"mp_web":[],"web":["alipay"]}},{"name":"getMainSelectedCity","internal":true,"includes":{"mp":[],"mp_web":[],"web":["alipay"]}},{"name":"chooseDistrict","internal":true,"includes":{"mp":[],"mp_web":[],"web":["alipay"]}},{"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"]}}]