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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (637) hide show
  1. package/README.md +52 -7
  2. package/canIUse.json +1 -1
  3. package/lib/bridges.d.ts +286 -29
  4. package/lib/bridges.js +463 -15
  5. package/lib/clients/mp/alipay/index.d.ts +14 -1
  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 +14 -1
  9. package/lib/clients/mp/chope/index.d.ts +14 -1
  10. package/lib/clients/mp/dana/index.d.ts +14 -1
  11. package/lib/clients/mp/demo/index.d.ts +14 -1
  12. package/lib/clients/mp/gcash/index.d.ts +14 -1
  13. package/lib/clients/mp/tngd/index.d.ts +14 -1
  14. package/lib/clients/mp/truemoney/index.d.ts +14 -1
  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 +14 -1
  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 +47 -8
  43. package/lib/clients/mp_web/alipayhk/index.js +18 -2
  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/chope/getAppId.d.ts +1 -1
  61. package/lib/clients/mp_web/chope/getAppId.js +1 -1
  62. package/lib/clients/mp_web/chope/getCurrentLanguage.d.ts +1 -1
  63. package/lib/clients/mp_web/chope/getCurrentLanguage.js +1 -1
  64. package/lib/clients/mp_web/chope/getCurrentPages.d.ts +1 -1
  65. package/lib/clients/mp_web/chope/getCurrentPages.js +1 -1
  66. package/lib/clients/mp_web/chope/getSDKVersion.d.ts +1 -1
  67. package/lib/clients/mp_web/chope/getSDKVersion.js +1 -1
  68. package/lib/clients/mp_web/chope/index.d.ts +14 -1
  69. package/lib/clients/mp_web/dana/createWithoutAuthRpc.d.ts +1 -1
  70. package/lib/clients/mp_web/dana/createWithoutAuthRpc.js +1 -1
  71. package/lib/clients/mp_web/dana/defineRuntimeConfig.d.ts +1 -1
  72. package/lib/clients/mp_web/dana/defineRuntimeConfig.js +1 -1
  73. package/lib/clients/mp_web/dana/getAppId.d.ts +1 -1
  74. package/lib/clients/mp_web/dana/getAppId.js +1 -1
  75. package/lib/clients/mp_web/dana/getAppToken.d.ts +2 -0
  76. package/lib/clients/mp_web/dana/getAppToken.js +3 -0
  77. package/lib/clients/mp_web/dana/getCurrentLanguage.d.ts +1 -1
  78. package/lib/clients/mp_web/dana/getCurrentLanguage.js +1 -1
  79. package/lib/clients/mp_web/dana/getCurrentPages.d.ts +1 -1
  80. package/lib/clients/mp_web/dana/getCurrentPages.js +1 -1
  81. package/lib/clients/mp_web/dana/getSDKVersion.d.ts +1 -1
  82. package/lib/clients/mp_web/dana/getSDKVersion.js +1 -1
  83. package/lib/clients/mp_web/dana/index.d.ts +47 -8
  84. package/lib/clients/mp_web/dana/index.js +18 -2
  85. package/lib/clients/mp_web/dana/openApPayCodePage.d.ts +2 -0
  86. package/lib/clients/mp_web/dana/openApPayCodePage.js +3 -0
  87. package/lib/clients/mp_web/dana/openInApp.d.ts +2 -0
  88. package/lib/clients/mp_web/dana/openInApp.js +3 -0
  89. package/lib/clients/mp_web/dana/openInBrowser.d.ts +2 -0
  90. package/lib/clients/mp_web/dana/openInBrowser.js +3 -0
  91. package/lib/clients/mp_web/dana/openOtherApp.d.ts +2 -0
  92. package/lib/clients/mp_web/dana/openOtherApp.js +3 -0
  93. package/lib/clients/mp_web/dana/openPayCodePage.d.ts +2 -0
  94. package/lib/clients/mp_web/dana/openPayCodePage.js +3 -0
  95. package/lib/clients/mp_web/dana/openScanPage.d.ts +2 -0
  96. package/lib/clients/mp_web/dana/openScanPage.js +3 -0
  97. package/lib/clients/mp_web/dana/openURL.d.ts +1 -1
  98. package/lib/clients/mp_web/dana/openURL.js +1 -1
  99. package/lib/clients/mp_web/dana/openWebURL.d.ts +2 -0
  100. package/lib/clients/mp_web/dana/openWebURL.js +3 -0
  101. package/lib/clients/mp_web/demo/getAppId.d.ts +1 -1
  102. package/lib/clients/mp_web/demo/getAppId.js +1 -1
  103. package/lib/clients/mp_web/demo/getCurrentLanguage.d.ts +1 -1
  104. package/lib/clients/mp_web/demo/getCurrentLanguage.js +1 -1
  105. package/lib/clients/mp_web/demo/getCurrentPages.d.ts +1 -1
  106. package/lib/clients/mp_web/demo/getCurrentPages.js +1 -1
  107. package/lib/clients/mp_web/demo/getSDKVersion.d.ts +1 -1
  108. package/lib/clients/mp_web/demo/getSDKVersion.js +1 -1
  109. package/lib/clients/mp_web/demo/index.d.ts +14 -1
  110. package/lib/clients/mp_web/gcash/createWithoutAuthRpc.d.ts +1 -1
  111. package/lib/clients/mp_web/gcash/createWithoutAuthRpc.js +1 -1
  112. package/lib/clients/mp_web/gcash/defineRuntimeConfig.d.ts +1 -1
  113. package/lib/clients/mp_web/gcash/defineRuntimeConfig.js +1 -1
  114. package/lib/clients/mp_web/gcash/getAppId.d.ts +1 -1
  115. package/lib/clients/mp_web/gcash/getAppId.js +1 -1
  116. package/lib/clients/mp_web/gcash/getAppToken.d.ts +2 -0
  117. package/lib/clients/mp_web/gcash/getAppToken.js +3 -0
  118. package/lib/clients/mp_web/gcash/getCurrentLanguage.d.ts +1 -1
  119. package/lib/clients/mp_web/gcash/getCurrentLanguage.js +1 -1
  120. package/lib/clients/mp_web/gcash/getCurrentPages.d.ts +1 -1
  121. package/lib/clients/mp_web/gcash/getCurrentPages.js +1 -1
  122. package/lib/clients/mp_web/gcash/getSDKVersion.d.ts +1 -1
  123. package/lib/clients/mp_web/gcash/getSDKVersion.js +1 -1
  124. package/lib/clients/mp_web/gcash/index.d.ts +47 -8
  125. package/lib/clients/mp_web/gcash/index.js +18 -2
  126. package/lib/clients/mp_web/gcash/openApPayCodePage.d.ts +2 -0
  127. package/lib/clients/mp_web/gcash/openApPayCodePage.js +3 -0
  128. package/lib/clients/mp_web/gcash/openInApp.d.ts +2 -0
  129. package/lib/clients/mp_web/gcash/openInApp.js +3 -0
  130. package/lib/clients/mp_web/gcash/openInBrowser.d.ts +2 -0
  131. package/lib/clients/mp_web/gcash/openInBrowser.js +3 -0
  132. package/lib/clients/mp_web/gcash/openOtherApp.d.ts +2 -0
  133. package/lib/clients/mp_web/gcash/openOtherApp.js +3 -0
  134. package/lib/clients/mp_web/gcash/openPayCodePage.d.ts +2 -0
  135. package/lib/clients/mp_web/gcash/openPayCodePage.js +3 -0
  136. package/lib/clients/mp_web/gcash/openScanPage.d.ts +2 -0
  137. package/lib/clients/mp_web/gcash/openScanPage.js +3 -0
  138. package/lib/clients/mp_web/gcash/openURL.d.ts +1 -1
  139. package/lib/clients/mp_web/gcash/openURL.js +1 -1
  140. package/lib/clients/mp_web/gcash/openWebURL.d.ts +2 -0
  141. package/lib/clients/mp_web/gcash/openWebURL.js +3 -0
  142. package/lib/clients/mp_web/mpay/getAppId.d.ts +1 -1
  143. package/lib/clients/mp_web/mpay/getAppId.js +1 -1
  144. package/lib/clients/mp_web/mpay/getAppToken.d.ts +2 -0
  145. package/lib/clients/mp_web/mpay/getAppToken.js +3 -0
  146. package/lib/clients/mp_web/mpay/getAuthCode.d.ts +2 -0
  147. package/lib/clients/mp_web/mpay/getAuthCode.js +3 -0
  148. package/lib/clients/mp_web/mpay/getCurrentPages.d.ts +1 -1
  149. package/lib/clients/mp_web/mpay/getCurrentPages.js +1 -1
  150. package/lib/clients/mp_web/mpay/getSDKVersion.d.ts +1 -1
  151. package/lib/clients/mp_web/mpay/getSDKVersion.js +1 -1
  152. package/lib/clients/mp_web/mpay/getStorage.d.ts +2 -0
  153. package/lib/clients/mp_web/mpay/getStorage.js +3 -0
  154. package/lib/clients/mp_web/mpay/index.d.ts +57 -7
  155. package/lib/clients/mp_web/mpay/index.js +26 -1
  156. package/lib/clients/mp_web/mpay/openApPayCodePage.d.ts +2 -0
  157. package/lib/clients/mp_web/mpay/openApPayCodePage.js +3 -0
  158. package/lib/clients/mp_web/mpay/openInApp.d.ts +2 -0
  159. package/lib/clients/mp_web/mpay/openInApp.js +3 -0
  160. package/lib/clients/mp_web/mpay/openInBrowser.d.ts +2 -0
  161. package/lib/clients/mp_web/mpay/openInBrowser.js +3 -0
  162. package/lib/clients/mp_web/mpay/openOtherApp.d.ts +2 -0
  163. package/lib/clients/mp_web/mpay/openOtherApp.js +3 -0
  164. package/lib/clients/mp_web/mpay/openPayCodePage.d.ts +2 -0
  165. package/lib/clients/mp_web/mpay/openPayCodePage.js +3 -0
  166. package/lib/clients/mp_web/mpay/openScanPage.d.ts +2 -0
  167. package/lib/clients/mp_web/mpay/openScanPage.js +3 -0
  168. package/lib/clients/mp_web/mpay/openURL.d.ts +1 -1
  169. package/lib/clients/mp_web/mpay/openURL.js +1 -1
  170. package/lib/clients/mp_web/mpay/openWebURL.d.ts +2 -0
  171. package/lib/clients/mp_web/mpay/openWebURL.js +3 -0
  172. package/lib/clients/mp_web/mpay/request.d.ts +2 -0
  173. package/lib/clients/mp_web/mpay/request.js +3 -0
  174. package/lib/clients/mp_web/mpay/rpcWithAuth.d.ts +1 -1
  175. package/lib/clients/mp_web/mpay/rpcWithAuth.js +1 -1
  176. package/lib/clients/mp_web/mpay/setStorage.d.ts +2 -0
  177. package/lib/clients/mp_web/mpay/setStorage.js +3 -0
  178. package/lib/clients/mp_web/tngd/createWithoutAuthRpc.d.ts +1 -1
  179. package/lib/clients/mp_web/tngd/createWithoutAuthRpc.js +1 -1
  180. package/lib/clients/mp_web/tngd/defineRuntimeConfig.d.ts +1 -1
  181. package/lib/clients/mp_web/tngd/defineRuntimeConfig.js +1 -1
  182. package/lib/clients/mp_web/tngd/getAppId.d.ts +1 -1
  183. package/lib/clients/mp_web/tngd/getAppId.js +1 -1
  184. package/lib/clients/mp_web/tngd/getAppToken.d.ts +2 -0
  185. package/lib/clients/mp_web/tngd/getAppToken.js +3 -0
  186. package/lib/clients/mp_web/tngd/getCurrentLanguage.d.ts +1 -1
  187. package/lib/clients/mp_web/tngd/getCurrentLanguage.js +1 -1
  188. package/lib/clients/mp_web/tngd/getCurrentPages.d.ts +1 -1
  189. package/lib/clients/mp_web/tngd/getCurrentPages.js +1 -1
  190. package/lib/clients/mp_web/tngd/getSDKVersion.d.ts +1 -1
  191. package/lib/clients/mp_web/tngd/getSDKVersion.js +1 -1
  192. package/lib/clients/mp_web/tngd/index.d.ts +47 -8
  193. package/lib/clients/mp_web/tngd/index.js +18 -2
  194. package/lib/clients/mp_web/tngd/openApPayCodePage.d.ts +2 -0
  195. package/lib/clients/mp_web/tngd/openApPayCodePage.js +3 -0
  196. package/lib/clients/mp_web/tngd/openInApp.d.ts +2 -0
  197. package/lib/clients/mp_web/tngd/openInApp.js +3 -0
  198. package/lib/clients/mp_web/tngd/openInBrowser.d.ts +2 -0
  199. package/lib/clients/mp_web/tngd/openInBrowser.js +3 -0
  200. package/lib/clients/mp_web/tngd/openOtherApp.d.ts +2 -0
  201. package/lib/clients/mp_web/tngd/openOtherApp.js +3 -0
  202. package/lib/clients/mp_web/tngd/openPayCodePage.d.ts +2 -0
  203. package/lib/clients/mp_web/tngd/openPayCodePage.js +3 -0
  204. package/lib/clients/mp_web/tngd/openScanPage.d.ts +2 -0
  205. package/lib/clients/mp_web/tngd/openScanPage.js +3 -0
  206. package/lib/clients/mp_web/tngd/openURL.d.ts +1 -1
  207. package/lib/clients/mp_web/tngd/openURL.js +1 -1
  208. package/lib/clients/mp_web/tngd/openWebURL.d.ts +2 -0
  209. package/lib/clients/mp_web/tngd/openWebURL.js +3 -0
  210. package/lib/clients/mp_web/toss/getAppId.d.ts +1 -1
  211. package/lib/clients/mp_web/toss/getAppId.js +1 -1
  212. package/lib/clients/mp_web/toss/getAuthCode.d.ts +2 -0
  213. package/lib/clients/mp_web/toss/getAuthCode.js +3 -0
  214. package/lib/clients/mp_web/toss/getCurrentPages.d.ts +1 -1
  215. package/lib/clients/mp_web/toss/getCurrentPages.js +1 -1
  216. package/lib/clients/mp_web/toss/getSDKVersion.d.ts +1 -1
  217. package/lib/clients/mp_web/toss/getSDKVersion.js +1 -1
  218. package/lib/clients/mp_web/toss/getStorage.d.ts +2 -0
  219. package/lib/clients/mp_web/toss/getStorage.js +3 -0
  220. package/lib/clients/mp_web/toss/index.d.ts +55 -7
  221. package/lib/clients/mp_web/toss/index.js +24 -1
  222. package/lib/clients/mp_web/toss/openApPayCodePage.d.ts +2 -0
  223. package/lib/clients/mp_web/toss/openApPayCodePage.js +3 -0
  224. package/lib/clients/mp_web/toss/openInApp.d.ts +2 -0
  225. package/lib/clients/mp_web/toss/openInApp.js +3 -0
  226. package/lib/clients/mp_web/toss/openInBrowser.d.ts +2 -0
  227. package/lib/clients/mp_web/toss/openInBrowser.js +3 -0
  228. package/lib/clients/mp_web/toss/openOtherApp.d.ts +2 -0
  229. package/lib/clients/mp_web/toss/openOtherApp.js +3 -0
  230. package/lib/clients/mp_web/toss/openPayCodePage.d.ts +2 -0
  231. package/lib/clients/mp_web/toss/openPayCodePage.js +3 -0
  232. package/lib/clients/mp_web/toss/openScanPage.d.ts +2 -0
  233. package/lib/clients/mp_web/toss/openScanPage.js +3 -0
  234. package/lib/clients/mp_web/toss/openURL.d.ts +1 -1
  235. package/lib/clients/mp_web/toss/openURL.js +1 -1
  236. package/lib/clients/mp_web/toss/openWebURL.d.ts +2 -0
  237. package/lib/clients/mp_web/toss/openWebURL.js +3 -0
  238. package/lib/clients/mp_web/toss/request.d.ts +2 -0
  239. package/lib/clients/mp_web/toss/request.js +3 -0
  240. package/lib/clients/mp_web/toss/rpcWithAuth.d.ts +1 -1
  241. package/lib/clients/mp_web/toss/rpcWithAuth.js +1 -1
  242. package/lib/clients/mp_web/toss/setStorage.d.ts +2 -0
  243. package/lib/clients/mp_web/toss/setStorage.js +3 -0
  244. package/lib/clients/mp_web/truemoney/createWithoutAuthRpc.d.ts +1 -1
  245. package/lib/clients/mp_web/truemoney/createWithoutAuthRpc.js +1 -1
  246. package/lib/clients/mp_web/truemoney/defineRuntimeConfig.d.ts +1 -1
  247. package/lib/clients/mp_web/truemoney/defineRuntimeConfig.js +1 -1
  248. package/lib/clients/mp_web/truemoney/getAppId.d.ts +1 -1
  249. package/lib/clients/mp_web/truemoney/getAppId.js +1 -1
  250. package/lib/clients/mp_web/truemoney/getAppToken.d.ts +2 -0
  251. package/lib/clients/mp_web/truemoney/getAppToken.js +3 -0
  252. package/lib/clients/mp_web/truemoney/getCurrentLanguage.d.ts +1 -1
  253. package/lib/clients/mp_web/truemoney/getCurrentLanguage.js +1 -1
  254. package/lib/clients/mp_web/truemoney/getCurrentPages.d.ts +1 -1
  255. package/lib/clients/mp_web/truemoney/getCurrentPages.js +1 -1
  256. package/lib/clients/mp_web/truemoney/getSDKVersion.d.ts +1 -1
  257. package/lib/clients/mp_web/truemoney/getSDKVersion.js +1 -1
  258. package/lib/clients/mp_web/truemoney/index.d.ts +47 -8
  259. package/lib/clients/mp_web/truemoney/index.js +18 -2
  260. package/lib/clients/mp_web/truemoney/openApPayCodePage.d.ts +2 -0
  261. package/lib/clients/mp_web/truemoney/openApPayCodePage.js +3 -0
  262. package/lib/clients/mp_web/truemoney/openInApp.d.ts +2 -0
  263. package/lib/clients/mp_web/truemoney/openInApp.js +3 -0
  264. package/lib/clients/mp_web/truemoney/openInBrowser.d.ts +2 -0
  265. package/lib/clients/mp_web/truemoney/openInBrowser.js +3 -0
  266. package/lib/clients/mp_web/truemoney/openOtherApp.d.ts +2 -0
  267. package/lib/clients/mp_web/truemoney/openOtherApp.js +3 -0
  268. package/lib/clients/mp_web/truemoney/openPayCodePage.d.ts +2 -0
  269. package/lib/clients/mp_web/truemoney/openPayCodePage.js +3 -0
  270. package/lib/clients/mp_web/truemoney/openScanPage.d.ts +2 -0
  271. package/lib/clients/mp_web/truemoney/openScanPage.js +3 -0
  272. package/lib/clients/mp_web/truemoney/openURL.d.ts +1 -1
  273. package/lib/clients/mp_web/truemoney/openURL.js +1 -1
  274. package/lib/clients/mp_web/truemoney/openWebURL.d.ts +2 -0
  275. package/lib/clients/mp_web/truemoney/openWebURL.js +3 -0
  276. package/lib/clients/web/alipay/addNotifyListener.d.ts +2 -0
  277. package/lib/clients/web/alipay/addNotifyListener.js +3 -0
  278. package/lib/clients/web/alipay/alert.d.ts +1 -1
  279. package/lib/clients/web/alipay/alert.js +1 -1
  280. package/lib/clients/web/alipay/chooseDistrict.d.ts +2 -0
  281. package/lib/clients/web/alipay/chooseDistrict.js +3 -0
  282. package/lib/clients/web/alipay/choosePhoneContact.d.ts +1 -1
  283. package/lib/clients/web/alipay/choosePhoneContact.js +1 -1
  284. package/lib/clients/web/alipay/clearStorage.d.ts +1 -1
  285. package/lib/clients/web/alipay/clearStorage.js +1 -1
  286. package/lib/clients/web/alipay/confirm.d.ts +1 -1
  287. package/lib/clients/web/alipay/confirm.js +1 -1
  288. package/lib/clients/web/alipay/createWithoutAuthRpc.d.ts +1 -1
  289. package/lib/clients/web/alipay/createWithoutAuthRpc.js +1 -1
  290. package/lib/clients/web/alipay/datePicker.d.ts +1 -1
  291. package/lib/clients/web/alipay/datePicker.js +1 -1
  292. package/lib/clients/web/alipay/defineRuntimeConfig.d.ts +1 -1
  293. package/lib/clients/web/alipay/defineRuntimeConfig.js +1 -1
  294. package/lib/clients/web/alipay/downloadFile.d.ts +1 -1
  295. package/lib/clients/web/alipay/downloadFile.js +1 -1
  296. package/lib/clients/web/alipay/easyShare.d.ts +2 -0
  297. package/lib/clients/web/alipay/easyShare.js +3 -0
  298. package/lib/clients/web/alipay/getAppToken.d.ts +2 -0
  299. package/lib/clients/web/alipay/getAppToken.js +3 -0
  300. package/lib/clients/web/alipay/getAuthCode.d.ts +1 -1
  301. package/lib/clients/web/alipay/getAuthCode.js +1 -1
  302. package/lib/clients/web/alipay/getCurrentLanguage.d.ts +1 -1
  303. package/lib/clients/web/alipay/getCurrentLanguage.js +1 -1
  304. package/lib/clients/web/alipay/getLocation.d.ts +1 -1
  305. package/lib/clients/web/alipay/getLocation.js +1 -1
  306. package/lib/clients/web/alipay/getMainSelectedCity.d.ts +2 -0
  307. package/lib/clients/web/alipay/getMainSelectedCity.js +3 -0
  308. package/lib/clients/web/alipay/getNetworkType.d.ts +1 -1
  309. package/lib/clients/web/alipay/getNetworkType.js +1 -1
  310. package/lib/clients/web/alipay/getPhoneNumber.d.ts +1 -1
  311. package/lib/clients/web/alipay/getPhoneNumber.js +1 -1
  312. package/lib/clients/web/alipay/getSiteInfo.d.ts +1 -1
  313. package/lib/clients/web/alipay/getSiteInfo.js +1 -1
  314. package/lib/clients/web/alipay/getStorage.d.ts +1 -1
  315. package/lib/clients/web/alipay/getStorage.js +1 -1
  316. package/lib/clients/web/alipay/hideNavigationBarLoading.d.ts +1 -1
  317. package/lib/clients/web/alipay/hideNavigationBarLoading.js +1 -1
  318. package/lib/clients/web/alipay/homeAddAppToMyApps.d.ts +2 -0
  319. package/lib/clients/web/alipay/homeAddAppToMyApps.js +3 -0
  320. package/lib/clients/web/alipay/homeCanAddAppToMyApps.d.ts +2 -0
  321. package/lib/clients/web/alipay/homeCanAddAppToMyApps.js +3 -0
  322. package/lib/clients/web/alipay/index.d.ts +113 -8
  323. package/lib/clients/web/alipay/index.js +35 -3
  324. package/lib/clients/web/alipay/multiLevelSelect.d.ts +1 -1
  325. package/lib/clients/web/alipay/multiLevelSelect.js +1 -1
  326. package/lib/clients/web/alipay/navigateBack.d.ts +1 -1
  327. package/lib/clients/web/alipay/navigateBack.js +1 -1
  328. package/lib/clients/web/alipay/navigateTo.d.ts +1 -1
  329. package/lib/clients/web/alipay/navigateTo.js +1 -1
  330. package/lib/clients/web/alipay/openApPayCodePage.d.ts +2 -0
  331. package/lib/clients/web/alipay/openApPayCodePage.js +3 -0
  332. package/lib/clients/web/alipay/openInApp.d.ts +2 -0
  333. package/lib/clients/web/alipay/openInApp.js +3 -0
  334. package/lib/clients/web/alipay/openInBrowser.d.ts +2 -0
  335. package/lib/clients/web/alipay/openInBrowser.js +3 -0
  336. package/lib/clients/web/alipay/openOtherApp.d.ts +2 -0
  337. package/lib/clients/web/alipay/openOtherApp.js +3 -0
  338. package/lib/clients/web/alipay/openPayCodePage.d.ts +2 -0
  339. package/lib/clients/web/alipay/openPayCodePage.js +3 -0
  340. package/lib/clients/web/alipay/openScanPage.d.ts +2 -0
  341. package/lib/clients/web/alipay/openScanPage.js +3 -0
  342. package/lib/clients/web/alipay/openURL.d.ts +1 -1
  343. package/lib/clients/web/alipay/openURL.js +1 -1
  344. package/lib/clients/web/alipay/openWebURL.d.ts +2 -0
  345. package/lib/clients/web/alipay/openWebURL.js +3 -0
  346. package/lib/clients/web/alipay/postNotification.d.ts +2 -0
  347. package/lib/clients/web/alipay/postNotification.js +3 -0
  348. package/lib/clients/web/alipay/previewImage.d.ts +1 -1
  349. package/lib/clients/web/alipay/previewImage.js +1 -1
  350. package/lib/clients/web/alipay/redirectTo.d.ts +1 -1
  351. package/lib/clients/web/alipay/redirectTo.js +1 -1
  352. package/lib/clients/web/alipay/removeNotifyListener.d.ts +2 -0
  353. package/lib/clients/web/alipay/removeNotifyListener.js +3 -0
  354. package/lib/clients/web/alipay/removeStorage.d.ts +1 -1
  355. package/lib/clients/web/alipay/removeStorage.js +1 -1
  356. package/lib/clients/web/alipay/request.d.ts +1 -1
  357. package/lib/clients/web/alipay/request.js +1 -1
  358. package/lib/clients/web/alipay/rpcWithAuthAPlus.d.ts +1 -1
  359. package/lib/clients/web/alipay/rpcWithAuthAPlus.js +1 -1
  360. package/lib/clients/web/alipay/setNavigationBar.d.ts +1 -1
  361. package/lib/clients/web/alipay/setNavigationBar.js +1 -1
  362. package/lib/clients/web/alipay/setStorage.d.ts +1 -1
  363. package/lib/clients/web/alipay/setStorage.js +1 -1
  364. package/lib/clients/web/alipay/showActionSheet.d.ts +1 -1
  365. package/lib/clients/web/alipay/showActionSheet.js +1 -1
  366. package/lib/clients/web/alipay/showAuthGuide.d.ts +1 -1
  367. package/lib/clients/web/alipay/showAuthGuide.js +1 -1
  368. package/lib/clients/web/alipay/showNavigationBarLoading.d.ts +1 -1
  369. package/lib/clients/web/alipay/showNavigationBarLoading.js +1 -1
  370. package/lib/clients/web/alipay/showToast.d.ts +1 -1
  371. package/lib/clients/web/alipay/showToast.js +1 -1
  372. package/lib/clients/web/alipay/tradePay.d.ts +1 -1
  373. package/lib/clients/web/alipay/tradePay.js +1 -1
  374. package/lib/clients/web/alipay/uploadFile.d.ts +1 -1
  375. package/lib/clients/web/alipay/uploadFile.js +1 -1
  376. package/lib/clients/web/demo/alert.d.ts +1 -1
  377. package/lib/clients/web/demo/alert.js +1 -1
  378. package/lib/clients/web/demo/choosePhoneContact.d.ts +1 -1
  379. package/lib/clients/web/demo/choosePhoneContact.js +1 -1
  380. package/lib/clients/web/demo/clearStorage.d.ts +1 -1
  381. package/lib/clients/web/demo/clearStorage.js +1 -1
  382. package/lib/clients/web/demo/confirm.d.ts +1 -1
  383. package/lib/clients/web/demo/confirm.js +1 -1
  384. package/lib/clients/web/demo/datePicker.d.ts +1 -1
  385. package/lib/clients/web/demo/datePicker.js +1 -1
  386. package/lib/clients/web/demo/downloadFile.d.ts +1 -1
  387. package/lib/clients/web/demo/downloadFile.js +1 -1
  388. package/lib/clients/web/demo/getAuthCode.d.ts +1 -1
  389. package/lib/clients/web/demo/getAuthCode.js +1 -1
  390. package/lib/clients/web/demo/getCurrentLanguage.d.ts +1 -1
  391. package/lib/clients/web/demo/getCurrentLanguage.js +1 -1
  392. package/lib/clients/web/demo/getLocation.d.ts +1 -1
  393. package/lib/clients/web/demo/getLocation.js +1 -1
  394. package/lib/clients/web/demo/getNetworkType.d.ts +1 -1
  395. package/lib/clients/web/demo/getNetworkType.js +1 -1
  396. package/lib/clients/web/demo/getPhoneNumber.d.ts +1 -1
  397. package/lib/clients/web/demo/getPhoneNumber.js +1 -1
  398. package/lib/clients/web/demo/getSiteInfo.d.ts +1 -1
  399. package/lib/clients/web/demo/getSiteInfo.js +1 -1
  400. package/lib/clients/web/demo/getStorage.d.ts +1 -1
  401. package/lib/clients/web/demo/getStorage.js +1 -1
  402. package/lib/clients/web/demo/hideNavigationBarLoading.d.ts +1 -1
  403. package/lib/clients/web/demo/hideNavigationBarLoading.js +1 -1
  404. package/lib/clients/web/demo/index.d.ts +14 -1
  405. package/lib/clients/web/demo/multiLevelSelect.d.ts +1 -1
  406. package/lib/clients/web/demo/multiLevelSelect.js +1 -1
  407. package/lib/clients/web/demo/navigateBack.d.ts +1 -1
  408. package/lib/clients/web/demo/navigateBack.js +1 -1
  409. package/lib/clients/web/demo/navigateTo.d.ts +1 -1
  410. package/lib/clients/web/demo/navigateTo.js +1 -1
  411. package/lib/clients/web/demo/previewImage.d.ts +1 -1
  412. package/lib/clients/web/demo/previewImage.js +1 -1
  413. package/lib/clients/web/demo/redirectTo.d.ts +1 -1
  414. package/lib/clients/web/demo/redirectTo.js +1 -1
  415. package/lib/clients/web/demo/removeStorage.d.ts +1 -1
  416. package/lib/clients/web/demo/removeStorage.js +1 -1
  417. package/lib/clients/web/demo/request.d.ts +1 -1
  418. package/lib/clients/web/demo/request.js +1 -1
  419. package/lib/clients/web/demo/setNavigationBar.d.ts +1 -1
  420. package/lib/clients/web/demo/setNavigationBar.js +1 -1
  421. package/lib/clients/web/demo/setStorage.d.ts +1 -1
  422. package/lib/clients/web/demo/setStorage.js +1 -1
  423. package/lib/clients/web/demo/showActionSheet.d.ts +1 -1
  424. package/lib/clients/web/demo/showActionSheet.js +1 -1
  425. package/lib/clients/web/demo/showAuthGuide.d.ts +1 -1
  426. package/lib/clients/web/demo/showAuthGuide.js +1 -1
  427. package/lib/clients/web/demo/showNavigationBarLoading.d.ts +1 -1
  428. package/lib/clients/web/demo/showNavigationBarLoading.js +1 -1
  429. package/lib/clients/web/demo/showToast.d.ts +1 -1
  430. package/lib/clients/web/demo/showToast.js +1 -1
  431. package/lib/clients/web/demo/uploadFile.d.ts +1 -1
  432. package/lib/clients/web/demo/uploadFile.js +1 -1
  433. package/lib/clients/web/h5/alert.d.ts +1 -1
  434. package/lib/clients/web/h5/alert.js +1 -1
  435. package/lib/clients/web/h5/clearStorage.d.ts +1 -1
  436. package/lib/clients/web/h5/clearStorage.js +1 -1
  437. package/lib/clients/web/h5/clearStorageSync.d.ts +1 -1
  438. package/lib/clients/web/h5/clearStorageSync.js +1 -1
  439. package/lib/clients/web/h5/confirm.d.ts +1 -1
  440. package/lib/clients/web/h5/confirm.js +1 -1
  441. package/lib/clients/web/h5/createSelectorQuery.d.ts +1 -1
  442. package/lib/clients/web/h5/createSelectorQuery.js +1 -1
  443. package/lib/clients/web/h5/createWithoutAuthRpc.d.ts +1 -1
  444. package/lib/clients/web/h5/createWithoutAuthRpc.js +1 -1
  445. package/lib/clients/web/h5/defineRuntimeConfig.d.ts +1 -1
  446. package/lib/clients/web/h5/defineRuntimeConfig.js +1 -1
  447. package/lib/clients/web/h5/exitApp.d.ts +1 -1
  448. package/lib/clients/web/h5/exitApp.js +1 -1
  449. package/lib/clients/web/h5/getClipboard.d.ts +1 -1
  450. package/lib/clients/web/h5/getClipboard.js +1 -1
  451. package/lib/clients/web/h5/getCurrentLanguage.d.ts +1 -1
  452. package/lib/clients/web/h5/getCurrentLanguage.js +1 -1
  453. package/lib/clients/web/h5/getLaunchOptionsSync.d.ts +1 -1
  454. package/lib/clients/web/h5/getLaunchOptionsSync.js +1 -1
  455. package/lib/clients/web/h5/getLocation.d.ts +1 -1
  456. package/lib/clients/web/h5/getLocation.js +1 -1
  457. package/lib/clients/web/h5/getNetworkType.d.ts +1 -1
  458. package/lib/clients/web/h5/getNetworkType.js +1 -1
  459. package/lib/clients/web/h5/getStorage.d.ts +1 -1
  460. package/lib/clients/web/h5/getStorage.js +1 -1
  461. package/lib/clients/web/h5/getStorageSync.d.ts +1 -1
  462. package/lib/clients/web/h5/getStorageSync.js +1 -1
  463. package/lib/clients/web/h5/getSystemInfo.d.ts +1 -1
  464. package/lib/clients/web/h5/getSystemInfo.js +1 -1
  465. package/lib/clients/web/h5/getSystemInfoSync.d.ts +1 -1
  466. package/lib/clients/web/h5/getSystemInfoSync.js +1 -1
  467. package/lib/clients/web/h5/hideLoading.d.ts +1 -1
  468. package/lib/clients/web/h5/hideLoading.js +1 -1
  469. package/lib/clients/web/h5/hideToast.d.ts +1 -1
  470. package/lib/clients/web/h5/hideToast.js +1 -1
  471. package/lib/clients/web/h5/index.d.ts +15 -5
  472. package/lib/clients/web/h5/makePhoneCall.d.ts +1 -1
  473. package/lib/clients/web/h5/makePhoneCall.js +1 -1
  474. package/lib/clients/web/h5/navigateBack.d.ts +1 -1
  475. package/lib/clients/web/h5/navigateBack.js +1 -1
  476. package/lib/clients/web/h5/navigateTo.d.ts +1 -1
  477. package/lib/clients/web/h5/navigateTo.js +1 -1
  478. package/lib/clients/web/h5/openURL.d.ts +1 -1
  479. package/lib/clients/web/h5/openURL.js +1 -1
  480. package/lib/clients/web/h5/pageScrollTo.d.ts +1 -1
  481. package/lib/clients/web/h5/pageScrollTo.js +1 -1
  482. package/lib/clients/web/h5/redirectTo.d.ts +1 -1
  483. package/lib/clients/web/h5/redirectTo.js +1 -1
  484. package/lib/clients/web/h5/removeStorage.d.ts +1 -1
  485. package/lib/clients/web/h5/removeStorage.js +1 -1
  486. package/lib/clients/web/h5/removeStorageSync.d.ts +1 -1
  487. package/lib/clients/web/h5/removeStorageSync.js +1 -1
  488. package/lib/clients/web/h5/request.d.ts +1 -1
  489. package/lib/clients/web/h5/request.js +1 -1
  490. package/lib/clients/web/h5/rpc.d.ts +1 -1
  491. package/lib/clients/web/h5/rpc.js +1 -1
  492. package/lib/clients/web/h5/setClipboard.d.ts +1 -1
  493. package/lib/clients/web/h5/setClipboard.js +1 -1
  494. package/lib/clients/web/h5/setNavigationBar.d.ts +1 -1
  495. package/lib/clients/web/h5/setNavigationBar.js +1 -1
  496. package/lib/clients/web/h5/setStorage.d.ts +1 -1
  497. package/lib/clients/web/h5/setStorage.js +1 -1
  498. package/lib/clients/web/h5/setStorageSync.d.ts +1 -1
  499. package/lib/clients/web/h5/setStorageSync.js +1 -1
  500. package/lib/clients/web/h5/showLoading.d.ts +1 -1
  501. package/lib/clients/web/h5/showLoading.js +1 -1
  502. package/lib/clients/web/h5/showToast.d.ts +1 -1
  503. package/lib/clients/web/h5/showToast.js +1 -1
  504. package/lib/clients/web/tngdh5ng/alert.d.ts +1 -1
  505. package/lib/clients/web/tngdh5ng/alert.js +1 -1
  506. package/lib/clients/web/tngdh5ng/confirm.d.ts +1 -1
  507. package/lib/clients/web/tngdh5ng/confirm.js +1 -1
  508. package/lib/clients/web/tngdh5ng/getCurrentLanguage.d.ts +1 -1
  509. package/lib/clients/web/tngdh5ng/getCurrentLanguage.js +1 -1
  510. package/lib/clients/web/tngdh5ng/getLocation.d.ts +1 -1
  511. package/lib/clients/web/tngdh5ng/getLocation.js +1 -1
  512. package/lib/clients/web/tngdh5ng/getNetworkType.d.ts +1 -1
  513. package/lib/clients/web/tngdh5ng/getNetworkType.js +1 -1
  514. package/lib/clients/web/tngdh5ng/navigateBack.d.ts +1 -1
  515. package/lib/clients/web/tngdh5ng/navigateBack.js +1 -1
  516. package/lib/clients/web/tngdh5ng/navigateTo.d.ts +1 -1
  517. package/lib/clients/web/tngdh5ng/navigateTo.js +1 -1
  518. package/lib/clients/web/tngdh5ng/setNavigationBar.d.ts +1 -1
  519. package/lib/clients/web/tngdh5ng/setNavigationBar.js +1 -1
  520. package/lib/clients/web/tngdh5ng/showToast.d.ts +1 -1
  521. package/lib/clients/web/tngdh5ng/showToast.js +1 -1
  522. package/lib/common/apis/custom/web/request.js +2 -63
  523. package/lib/common/apis/generated/mp/request.d.ts +32 -2
  524. package/lib/common/apis/generated/mp_web/createWithoutAuthRpc.d.ts +14 -1
  525. package/lib/common/apis/generated/mp_web/defineRuntimeConfig.d.ts +1 -4
  526. package/lib/common/apis/generated/mp_web/request.d.ts +32 -2
  527. package/lib/common/apis/generated/web/chooseDistrict.d.ts +41 -0
  528. package/lib/common/apis/generated/web/chooseDistrict.js +8 -0
  529. package/lib/common/apis/generated/web/easyShare.d.ts +13 -0
  530. package/lib/common/apis/generated/web/easyShare.js +8 -0
  531. package/lib/common/apis/generated/web/getMainSelectedCity.d.ts +27 -0
  532. package/lib/common/apis/generated/web/getMainSelectedCity.js +8 -0
  533. package/lib/common/apis/generated/web/homeAddAppToMyApps.d.ts +5 -0
  534. package/lib/common/apis/generated/web/homeAddAppToMyApps.js +8 -0
  535. package/lib/common/apis/generated/web/homeCanAddAppToMyApps.d.ts +13 -0
  536. package/lib/common/apis/generated/web/homeCanAddAppToMyApps.js +8 -0
  537. package/lib/common/apis/generated/web/postNotification.d.ts +6 -0
  538. package/lib/common/apis/generated/web/postNotification.js +8 -0
  539. package/lib/dsl.d.ts +30 -13
  540. package/lib/dsl.js +12 -12
  541. package/lib/internal/apis/custom/mp_web/alipayhk/openApPayCodePage.d.ts +3 -1
  542. package/lib/internal/apis/custom/mp_web/alipayhk/openApPayCodePage.js +3 -1
  543. package/lib/internal/apis/custom/mp_web/alipayhk/openInApp.d.ts +3 -1
  544. package/lib/internal/apis/custom/mp_web/alipayhk/openInApp.js +3 -1
  545. package/lib/internal/apis/custom/mp_web/alipayhk/openInBrowser.d.ts +3 -1
  546. package/lib/internal/apis/custom/mp_web/alipayhk/openInBrowser.js +3 -1
  547. package/lib/internal/apis/custom/mp_web/alipayhk/openOtherApp.d.ts +3 -1
  548. package/lib/internal/apis/custom/mp_web/alipayhk/openOtherApp.js +3 -1
  549. package/lib/internal/apis/custom/mp_web/alipayhk/openPayCodePage.d.ts +3 -1
  550. package/lib/internal/apis/custom/mp_web/alipayhk/openPayCodePage.js +3 -1
  551. package/lib/internal/apis/custom/mp_web/alipayhk/openScanPage.d.ts +3 -1
  552. package/lib/internal/apis/custom/mp_web/alipayhk/openScanPage.js +3 -1
  553. package/lib/internal/apis/custom/mp_web/alipayhk/openWebURL.d.ts +3 -1
  554. package/lib/internal/apis/custom/mp_web/alipayhk/openWebURL.js +3 -1
  555. package/lib/internal/apis/custom/mp_web/mpay/openApPayCodePage.d.ts +3 -1
  556. package/lib/internal/apis/custom/mp_web/mpay/openApPayCodePage.js +3 -1
  557. package/lib/internal/apis/custom/mp_web/mpay/openInApp.d.ts +3 -1
  558. package/lib/internal/apis/custom/mp_web/mpay/openInApp.js +3 -1
  559. package/lib/internal/apis/custom/mp_web/mpay/openInBrowser.d.ts +3 -1
  560. package/lib/internal/apis/custom/mp_web/mpay/openInBrowser.js +3 -1
  561. package/lib/internal/apis/custom/mp_web/mpay/openOtherApp.d.ts +3 -1
  562. package/lib/internal/apis/custom/mp_web/mpay/openOtherApp.js +3 -1
  563. package/lib/internal/apis/custom/mp_web/mpay/openPayCodePage.d.ts +3 -1
  564. package/lib/internal/apis/custom/mp_web/mpay/openPayCodePage.js +3 -1
  565. package/lib/internal/apis/custom/mp_web/mpay/openScanPage.d.ts +3 -1
  566. package/lib/internal/apis/custom/mp_web/mpay/openScanPage.js +3 -1
  567. package/lib/internal/apis/custom/mp_web/mpay/openWebURL.d.ts +3 -1
  568. package/lib/internal/apis/custom/mp_web/mpay/openWebURL.js +3 -1
  569. package/lib/internal/apis/custom/mp_web/mpay/rpcWithAuth.js +11 -1
  570. package/lib/internal/apis/custom/mp_web/tngd/openApPayCodePage.d.ts +3 -1
  571. package/lib/internal/apis/custom/mp_web/tngd/openApPayCodePage.js +3 -1
  572. package/lib/internal/apis/custom/mp_web/tngd/openInApp.d.ts +3 -1
  573. package/lib/internal/apis/custom/mp_web/tngd/openInApp.js +3 -1
  574. package/lib/internal/apis/custom/mp_web/tngd/openInBrowser.d.ts +3 -1
  575. package/lib/internal/apis/custom/mp_web/tngd/openInBrowser.js +3 -1
  576. package/lib/internal/apis/custom/mp_web/tngd/openOtherApp.d.ts +3 -1
  577. package/lib/internal/apis/custom/mp_web/tngd/openOtherApp.js +3 -1
  578. package/lib/internal/apis/custom/mp_web/tngd/openPayCodePage.d.ts +3 -1
  579. package/lib/internal/apis/custom/mp_web/tngd/openPayCodePage.js +3 -1
  580. package/lib/internal/apis/custom/mp_web/tngd/openScanPage.d.ts +3 -1
  581. package/lib/internal/apis/custom/mp_web/tngd/openScanPage.js +3 -1
  582. package/lib/internal/apis/custom/mp_web/tngd/openWebURL.d.ts +3 -1
  583. package/lib/internal/apis/custom/mp_web/tngd/openWebURL.js +3 -1
  584. package/lib/internal/apis/custom/mp_web/toss/rpcWithAuth.js +11 -1
  585. package/lib/internal/apis/custom/mp_web/truemoney/openApPayCodePage.d.ts +3 -1
  586. package/lib/internal/apis/custom/mp_web/truemoney/openApPayCodePage.js +4 -2
  587. package/lib/internal/apis/custom/mp_web/truemoney/openInApp.d.ts +3 -1
  588. package/lib/internal/apis/custom/mp_web/truemoney/openInApp.js +3 -1
  589. package/lib/internal/apis/custom/mp_web/truemoney/openInBrowser.d.ts +3 -1
  590. package/lib/internal/apis/custom/mp_web/truemoney/openInBrowser.js +3 -1
  591. package/lib/internal/apis/custom/mp_web/truemoney/openOtherApp.d.ts +3 -1
  592. package/lib/internal/apis/custom/mp_web/truemoney/openOtherApp.js +3 -1
  593. package/lib/internal/apis/custom/mp_web/truemoney/openPayCodePage.d.ts +3 -1
  594. package/lib/internal/apis/custom/mp_web/truemoney/openPayCodePage.js +4 -2
  595. package/lib/internal/apis/custom/mp_web/truemoney/openScanPage.d.ts +3 -1
  596. package/lib/internal/apis/custom/mp_web/truemoney/openScanPage.js +4 -2
  597. package/lib/internal/apis/custom/mp_web/truemoney/openWebURL.d.ts +3 -1
  598. package/lib/internal/apis/custom/mp_web/truemoney/openWebURL.js +3 -1
  599. package/lib/internal/apis/custom/web/addNotifyListener.d.ts +6 -0
  600. package/lib/internal/apis/custom/web/addNotifyListener.js +170 -0
  601. package/lib/internal/apis/custom/web/alipay/openApPayCodePage.d.ts +3 -1
  602. package/lib/internal/apis/custom/web/alipay/openApPayCodePage.js +3 -1
  603. package/lib/internal/apis/custom/web/alipay/openInApp.d.ts +3 -1
  604. package/lib/internal/apis/custom/web/alipay/openInApp.js +3 -1
  605. package/lib/internal/apis/custom/web/alipay/openInBrowser.d.ts +3 -1
  606. package/lib/internal/apis/custom/web/alipay/openInBrowser.js +3 -1
  607. package/lib/internal/apis/custom/web/alipay/openOtherApp.d.ts +3 -1
  608. package/lib/internal/apis/custom/web/alipay/openOtherApp.js +3 -1
  609. package/lib/internal/apis/custom/web/alipay/openPayCodePage.d.ts +3 -1
  610. package/lib/internal/apis/custom/web/alipay/openPayCodePage.js +3 -1
  611. package/lib/internal/apis/custom/web/alipay/openScanPage.d.ts +3 -1
  612. package/lib/internal/apis/custom/web/alipay/openScanPage.js +3 -1
  613. package/lib/internal/apis/custom/web/alipay/openWebURL.d.ts +3 -1
  614. package/lib/internal/apis/custom/web/alipay/openWebURL.js +3 -1
  615. package/lib/internal/apis/custom/web/defineRuntimeConfig.js +0 -2
  616. package/lib/internal/apis/custom/web/removeNotifyListener.d.ts +4 -0
  617. package/lib/internal/apis/custom/web/removeNotifyListener.js +27 -0
  618. package/lib/internal/apis/custom/web/rpcWithAuthAPlus.js +14 -5
  619. package/lib/umd/index.js +1 -1
  620. package/lib/umd/mp_web_alipay.js +1 -1
  621. package/lib/umd/mp_web_alipayhk.js +1 -1
  622. package/lib/umd/mp_web_chope.js +1 -1
  623. package/lib/umd/mp_web_dana.js +1 -1
  624. package/lib/umd/mp_web_demo.js +1 -1
  625. package/lib/umd/mp_web_gcash.js +1 -1
  626. package/lib/umd/mp_web_mpay.js +1 -1
  627. package/lib/umd/mp_web_tngd.js +1 -1
  628. package/lib/umd/mp_web_toss.js +1 -1
  629. package/lib/umd/mp_web_truemoney.js +1 -1
  630. package/lib/umd/web_alipay.js +1 -1
  631. package/lib/umd/web_demo.js +1 -1
  632. package/lib/umd/web_h5.js +1 -1
  633. package/lib/umd/web_tngdh5ng.js +1 -1
  634. package/lib/whichCanIUse/mp_web.d.ts +1 -1
  635. package/lib/whichCanIUse/mp_web.js +7 -7
  636. package/lib/whichCanIUse/web.js +1 -1
  637. package/package.json +7 -6
package/README.md CHANGED
@@ -210,6 +210,13 @@ The following table lists the latest JSAPIs that are supported in JS bridge, and
210
210
  |hideOptionButton|✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
211
211
  |getCurrentLanguage|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
212
212
  |openURL|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
213
+ |openWebURL|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
214
+ |openInApp|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
215
+ |openOtherApp|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
216
+ |openInBrowser|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
217
+ |openPayCodePage|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
218
+ |openApPayCodePage|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
219
+ |openScanPage|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
213
220
  |createWithoutAuthRpc|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
214
221
  |rpcWithAuth|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
215
222
  |getAppId|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
@@ -217,8 +224,16 @@ The following table lists the latest JSAPIs that are supported in JS bridge, and
217
224
  |getSDKVersion|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
218
225
  |defineRuntimeConfig|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
219
226
  |rpcWithAuthAPlus|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
227
+ |easyShare|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
228
+ |homeAddAppToMyApps|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
229
+ |homeCanAddAppToMyApps|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
230
+ |postNotification|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
231
+ |addNotifyListener|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
232
+ |removeNotifyListener|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
233
+ |getMainSelectedCity|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
234
+ |chooseDistrict|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
220
235
  ### HTML5
221
- | API | demo | gcash | tngd | alipay | chope | alipayhk | dana | truemoney | toss | mpay |
236
+ | API | demo | gcash | tngd | alipay | chope | alipayhk | dana | truemoney | mpay | toss |
222
237
  | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |
223
238
  |addFatigueAction|✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
224
239
  |addPhoneContact|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ |
@@ -243,8 +258,8 @@ The following table lists the latest JSAPIs that are supported in JS bridge, and
243
258
  |downloadFile|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ |
244
259
  |exitApp|✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
245
260
  |getAppIdSync|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
246
- |getAppToken|✅ | | | ❌ | ❌ | | | | | ❌ |
247
- |getAuthCode|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
261
+ |getAppToken|✅ | | | ❌ | ❌ | | | | | ❌ |
262
+ |getAuthCode|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
248
263
  |getBatteryInfo|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ |
249
264
  |getBLEDeviceCharacteristics|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ |
250
265
  |getBLEDeviceServices|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ |
@@ -266,7 +281,7 @@ The following table lists the latest JSAPIs that are supported in JS bridge, and
266
281
  |getServerTime|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ |
267
282
  |getSetting|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ |
268
283
  |getSiteInfo|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ |
269
- |getStorage|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
284
+ |getStorage|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
270
285
  |getStorageSync|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
271
286
  |getSystemInfo|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ |
272
287
  |getSystemInfoSync|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
@@ -326,7 +341,7 @@ The following table lists the latest JSAPIs that are supported in JS bridge, and
326
341
  |removeSavedFile|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ |
327
342
  |removeStorage|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ |
328
343
  |removeStorageSync|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
329
- |request|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
344
+ |request|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
330
345
  |rpc|✅ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
331
346
  |saveFile|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ |
332
347
  |saveImage|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ |
@@ -339,7 +354,7 @@ The following table lists the latest JSAPIs that are supported in JS bridge, and
339
354
  |setNavigationBar|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ |
340
355
  |setOptionMenu|✅ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
341
356
  |setScreenBrightness|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ |
342
- |setStorage|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
357
+ |setStorage|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
343
358
  |setStorageSync|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
344
359
  |setTabBarStyle|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ |
345
360
  |showActionSheet|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ |
@@ -372,6 +387,13 @@ The following table lists the latest JSAPIs that are supported in JS bridge, and
372
387
  |hideOptionButton|✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
373
388
  |getCurrentLanguage|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ |
374
389
  |openURL|❌ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ |
390
+ |openWebURL|❌ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ |
391
+ |openInApp|❌ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ |
392
+ |openOtherApp|❌ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ |
393
+ |openInBrowser|❌ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ |
394
+ |openPayCodePage|❌ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ |
395
+ |openApPayCodePage|❌ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ |
396
+ |openScanPage|❌ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ |
375
397
  |createWithoutAuthRpc|❌ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ |
376
398
  |rpcWithAuth|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ✅ |
377
399
  |getAppId|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
@@ -379,6 +401,14 @@ The following table lists the latest JSAPIs that are supported in JS bridge, and
379
401
  |getSDKVersion|✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
380
402
  |defineRuntimeConfig|❌ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ |
381
403
  |rpcWithAuthAPlus|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
404
+ |easyShare|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
405
+ |homeAddAppToMyApps|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
406
+ |homeCanAddAppToMyApps|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
407
+ |postNotification|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
408
+ |addNotifyListener|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
409
+ |removeNotifyListener|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
410
+ |getMainSelectedCity|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
411
+ |chooseDistrict|❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
382
412
  ### Web
383
413
  | API | demo | alipay | h5 | tngdh5ng |
384
414
  | --- | --- | --- | --- | --- |
@@ -405,7 +435,7 @@ The following table lists the latest JSAPIs that are supported in JS bridge, and
405
435
  |downloadFile|✅ | ✅ | ❌ | ❌ |
406
436
  |exitApp|✅ | ✅ | ✅ | ✅ |
407
437
  |getAppIdSync|❌ | ❌ | ❌ | ❌ |
408
- |getAppToken|✅ | | ❌ | ❌ |
438
+ |getAppToken|✅ | | ❌ | ❌ |
409
439
  |getAuthCode|✅ | ✅ | ❌ | ❌ |
410
440
  |getBatteryInfo|✅ | ✅ | ❌ | ❌ |
411
441
  |getBLEDeviceCharacteristics|❌ | ❌ | ❌ | ❌ |
@@ -534,6 +564,13 @@ The following table lists the latest JSAPIs that are supported in JS bridge, and
534
564
  |hideOptionButton|❌ | ❌ | ❌ | ❌ |
535
565
  |getCurrentLanguage|✅ | ✅ | ✅ | ✅ |
536
566
  |openURL|❌ | ✅ | ✅ | ❌ |
567
+ |openWebURL|❌ | ✅ | ❌ | ❌ |
568
+ |openInApp|❌ | ✅ | ❌ | ❌ |
569
+ |openOtherApp|❌ | ✅ | ❌ | ❌ |
570
+ |openInBrowser|❌ | ✅ | ❌ | ❌ |
571
+ |openPayCodePage|❌ | ✅ | ❌ | ❌ |
572
+ |openApPayCodePage|❌ | ✅ | ❌ | ❌ |
573
+ |openScanPage|❌ | ✅ | ❌ | ❌ |
537
574
  |createWithoutAuthRpc|❌ | ✅ | ✅ | ❌ |
538
575
  |rpcWithAuth|❌ | ❌ | ❌ | ❌ |
539
576
  |getAppId|❌ | ❌ | ❌ | ❌ |
@@ -541,6 +578,14 @@ The following table lists the latest JSAPIs that are supported in JS bridge, and
541
578
  |getSDKVersion|❌ | ❌ | ❌ | ❌ |
542
579
  |defineRuntimeConfig|❌ | ✅ | ✅ | ❌ |
543
580
  |rpcWithAuthAPlus|❌ | ✅ | ❌ | ❌ |
581
+ |easyShare|❌ | ✅ | ❌ | ❌ |
582
+ |homeAddAppToMyApps|❌ | ✅ | ❌ | ❌ |
583
+ |homeCanAddAppToMyApps|❌ | ✅ | ❌ | ❌ |
584
+ |postNotification|❌ | ✅ | ❌ | ❌ |
585
+ |addNotifyListener|❌ | ✅ | ❌ | ❌ |
586
+ |removeNotifyListener|❌ | ✅ | ❌ | ❌ |
587
+ |getMainSelectedCity|❌ | ✅ | ❌ | ❌ |
588
+ |chooseDistrict|❌ | ✅ | ❌ | ❌ |
544
589
 
545
590
  ## License
546
591
 
package/canIUse.json CHANGED
@@ -1 +1 @@
1
- [{"name":"addFatigueAction","includes":{"mp":["demo"],"mp_web":["demo"],"web":["demo"]}},{"name":"addPhoneContact","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Add-Contact_addPhoneContact"},{"name":"alert","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay","h5","tngdh5ng"]},"custom":{"web":["alipay","demo","h5","tngdh5ng"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Feedback_alert"},{"name":"apDisableJSAPI","includes":{"mp":["demo"],"mp_web":["demo"],"web":["demo"]}},{"name":"appxrpc","includes":{"mp":["demo"],"mp_web":["demo"],"web":["demo"]}},{"name":"APRegionRPC","includes":{"mp":["demo"],"mp_web":["demo"],"web":["demo"]}},{"name":"batchQueryCdpSpaceInfo","includes":{"mp":["demo"],"mp_web":["demo"],"web":["demo"]}},{"name":"chooseImage","page":"image","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Media_Image_chooseImage"},{"name":"choosePhoneContact","custom":{"web":["alipay","demo"]},"includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Contact_choosePhoneContact"},{"name":"clearStorage","custom":{"web":["alipay","demo","h5"]},"page":"storage","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay","h5"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Storage_clearStorage"},{"name":"clearStorageSync","page":"storage","custom":{"web":["h5"]},"includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["h5"]},"type":"sync","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Storage_clearStorageSync"},{"name":"closeBluetoothAdapter","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_Bluetooth_closeBluetoothAdapter"},{"name":"closeSocket","page":"socket","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_closeSocket"},{"name":"confirm","custom":{"web":["alipay","demo","h5","tngdh5ng"]},"includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay","h5","tngdh5ng"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Feedback_confirm"},{"name":"connectBLEDevice","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_BLE_connectBLEDevice"},{"name":"connectSocket","page":"socket","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_connectSocket"},{"name":"createAnimation","page":"createAnimation","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"type":"sync","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Animation_createAnimation"},{"name":"createWebViewContext","page":"createWebViewContext","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"type":"sync","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Web-View_createWebViewContext"},{"name":"datePicker","custom":{"web":["alipay","demo"]},"includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Choose-Date_datePicker"},{"name":"disconnectBLEDevice","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_BLE_disconnectBLEDevice"},{"name":"downloadFile","custom":{"web":["alipay","demo"]},"page":"file","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_downloadFile"},{"name":"exitApp","includes":{"mp":["demo"],"mp_web":["demo"],"web":["demo","alipay","h5","tngdh5ng"]},"custom":{"web":["h5"]}},{"name":"getAppIdSync","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"]},"type":"sync","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Basic_getAppIdSync"},{"name":"getAppToken","includes":{"mp":["demo"],"mp_web":["demo"],"web":["demo"]}},{"name":"getAuthCode","custom":{"mp":[],"web":["alipay","demo"]},"includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_OpenAPI_getAuthCode"},{"name":"getBatteryInfo","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Battery_getBatteryInfo"},{"name":"getBLEDeviceCharacteristics","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_BLE_getBLEDeviceCharacteristics"},{"name":"getBLEDeviceServices","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_BLE_getBLEDeviceServices"},{"name":"getBluetoothAdapterState","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_Bluetooth_getBluetoothAdapterState"},{"name":"getBluetoothDevices","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_Bluetooth_getBluetoothDevices"},{"name":"getClipboard","custom":{"web":["h5"]},"includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay","h5"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Clipboard_getClipboard"},{"name":"getComponentAuth","includes":{"mp":["demo"],"mp_web":["demo"],"web":["demo"]}},{"name":"getConnectedBluetoothDevices","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_Bluetooth_getConnectedBluetoothDevices"},{"name":"getFileInfo","page":"file","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_File_getFileInfo"},{"name":"getImageInfo","page":"image","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Media_Image_getImageInfo"},{"name":"getLocation","custom":{"web":["alipay","demo","h5","tngdh5ng"]},"includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay","h5","tngdh5ng"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Location_getLocation"},{"name":"getNetworkType","custom":{"web":["alipay","demo","h5","tngdh5ng"]},"includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay","h5","tngdh5ng"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Network_getNetworkType"},{"name":"getOpenUserInfo","page":"getOpenUserInfo","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_OpenAPI_getOpenUserInfo"},{"name":"getPaymentCode","includes":{"mp":["demo"],"mp_web":["demo"],"web":["demo"]}},{"name":"getPhoneNumber","custom":{"web":["alipay","demo"]},"page":"getPhoneNumber","includes":{"mp":["demo"],"mp_web":["demo","alipay"],"web":["demo","alipay"]}},{"name":"getSavedFileInfo","page":"file","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_File_getSavedFileInfo"},{"name":"getSavedFileList","page":"file","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_File_getSavedFileList"},{"name":"getScreenBrightness","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Screen_getScreenBrightness"},{"name":"getServerTime","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Server_getServerTime"},{"name":"getSetting","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Setting_getSetting"},{"name":"getSiteInfo","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay","h5"]},"custom":{"web":["h5"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Alipay-Connect_getSiteInfo"},{"name":"getStorage","custom":{"web":["alipay","demo","h5"]},"page":"storage","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay","h5"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Storage_getStorage"},{"name":"getStorageSync","page":"storage","custom":{"web":["h5"]},"includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["h5"]},"type":"sync","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Storage_getStorageSync"},{"name":"getSystemInfo","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay","h5","tngdh5ng"]},"custom":{"web":["h5"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_System_getSystemInfo"},{"name":"getSystemInfoSync","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["h5"]},"custom":{"web":["h5"]},"type":"sync"},{"name":"hideBackHome","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_NavigationBar_hideBackHome"},{"name":"hideKeyboard","page":"hideKeyboard","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Keyboard_hideKeyboard"},{"name":"hideLoading","page":"loading","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay","h5","tngdh5ng"]},"custom":{"web":["h5"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Feedback_hideLoading"},{"name":"hideNavigationBarLoading","custom":{"web":["alipay","demo"]},"page":"loading","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_NavigationBar_hideNavigationBarLoading"},{"name":"hideTabBar","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_TabBar_hideTabBar"},{"name":"hideToast","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay","h5","tngdh5ng"]},"custom":{"web":["h5"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Feedback_hideToast"},{"name":"inquireQuote","includes":{"mp":["demo"],"mp_web":["demo"],"web":["demo"]}},{"name":"isInstalledApp","includes":{"mp":["demo"],"mp_web":["demo"],"web":["demo"]}},{"name":"makePhoneCall","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay","h5","tngdh5ng"]},"custom":{"web":["h5"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Call_makePhoneCall"},{"name":"multiLevelSelect","custom":{"web":["alipay","demo"]},"includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Multi-Level-Select_multiLevelSelect"},{"name":"navigateBack","page":"navigator","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["alipay","demo","h5","tngdh5ng"]},"custom":{"web":["alipay","demo","h5","tngdh5ng"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Route_navigateBack"},{"name":"navigateBackMiniProgram","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_OpenAPI_navigateBackMiniProgram"},{"name":"navigateTo","page":"navigator","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["alipay","demo","h5","tngdh5ng"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"]},"custom":{"web":["demo","alipay","h5","tngdh5ng"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Route_navigateTo"},{"name":"navigateToBizScene","includes":{"mp":["demo"],"mp_web":["demo"],"web":["demo","h5"]},"custom":{"web":["h5"]}},{"name":"navigateToMiniProgram","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay","h5"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_OpenAPI_navigateToMiniProgram"},{"name":"notifyBLECharacteristicValueChange","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_BLE_notifyBLECharacteristicValueChange"},{"name":"offAccelerometerChange","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Accelerometer_offAccelerometerChange"},{"name":"offBLECharacteristicValueChange","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_BLE_offBLECharacteristicValueChange"},{"name":"offBLEConnectionStateChanged","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_BLE_offBLEConnectionStateChanged"},{"name":"offBluetoothAdapterStateChange","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_Bluetooth_offBluetoothAdapterStateChange"},{"name":"offBluetoothDeviceFound","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_Bluetooth_offBluetoothDeviceFound"},{"name":"offCompassChange","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Compass_offCompassChange"},{"name":"offMemoryWarning","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Memory-Warning_onMemoryWarning"},{"name":"offSocketClose","page":"socket","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_offSocketClose"},{"name":"offSocketError","page":"socket","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_offSocketError"},{"name":"offSocketMessage","page":"socket","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_offSocketMessage"},{"name":"offSocketOpen","page":"socket","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_offSocketOpen"},{"name":"offUserCaptureScreen","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Capture_offUserCaptureScreen"},{"name":"onAccelerometerChange","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Accelerometer_onAccelerometerChange"},{"name":"onBLECharacteristicValueChange","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_BLE_onBLECharacteristicValueChange"},{"name":"onBLEConnectionStateChanged","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_BLE_onBLEConnectionStateChanged"},{"name":"onBluetoothAdapterStateChange","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_Bluetooth_onBluetoothAdapterStateChange"},{"name":"onBluetoothDeviceFound","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_Bluetooth_onBluetoothDeviceFound"},{"name":"onCompassChange","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Compass_onCompassChange"},{"name":"onMemoryWarning","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Memory-Warning_onMemoryWarning"},{"name":"onSocketClose","page":"socket","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_onSocketClose"},{"name":"onSocketError","page":"socket","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_onSocketError"},{"name":"onSocketMessage","page":"socket","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_onSocketMessage"},{"name":"onSocketOpen","page":"socket","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_onSocketOpen"},{"name":"onUserCaptureScreen","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Capture_onUserCaptureScreen"},{"name":"openBluetoothAdapter","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_Bluetooth_openBluetoothAdapter"},{"name":"openDocument","page":"file","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/api_file_myopendocument"},{"name":"openSchemeWithBacking","includes":{"mp":["demo"],"mp_web":["demo"],"web":["demo"]}},{"name":"openSetting","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Setting_openSetting"},{"name":"pageScrollTo","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["h5"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"]},"custom":{"web":["h5"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Scroll_pageScrollTo"},{"name":"paySignCenter","includes":{"mp":["demo"],"mp_web":["demo"]}},{"name":"previewImage","custom":{"web":["alipay","demo"]},"page":"image","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Media_Image_previewImage"},{"name":"prompt","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay","tngdh5ng"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Feedback_prompt"},{"name":"readBLECharacteristicValue","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_BLE_readBLECharacteristicValue"},{"name":"redirectTo","page":"navigator","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["alipay","demo","h5"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"]},"custom":{"web":["alipay","demo","h5"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Route_redirectTo"},{"name":"regionFetchAllApps","includes":{"mp":["demo"],"mp_web":["demo"],"web":["demo"]}},{"name":"regionSearchAppsByKeywords","includes":{"mp":["demo"],"mp_web":["demo"],"web":["demo"]}},{"name":"reLaunch","page":"navigator","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Route_reLaunch"},{"name":"removeSavedFile","page":"file","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_File_removeSavedFile"},{"name":"removeStorage","page":"storage","custom":{"web":["alipay","demo","h5"]},"includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay","h5"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Storage_removeStorage"},{"name":"removeStorageSync","page":"storage","custom":{"web":["h5"]},"includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["h5"]},"type":"sync","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Storage_removeStorageSync"},{"name":"request","custom":{"web":["alipay","demo","h5"]},"includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay","h5"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_request"},{"name":"rpc","includes":{"mp":["alipay","demo"],"mp_web":["alipay","demo"],"web":["alipay","demo","h5"]},"custom":{"web":["h5"]}},{"name":"saveFile","page":"file","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_File_saveFile"},{"name":"saveImage","custom":{"web":["alipay","demo"]},"page":"image","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Media_Image_saveImage"},{"name":"scan","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Scan_scan"},{"name":"sendSocketMessage","page":"socket","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_sendSocketMessage"},{"name":"setBackgroundColor","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Set-Background_setBackgroundColor"},{"name":"setCanPullDown","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"]},"type":"sync","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Set-Pulldown_setCanPullDown"},{"name":"setClipboard","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay","h5","tngdh5ng"]},"custom":{"web":["h5"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Clipboard_setClipboard"},{"name":"setKeepScreenOn","custom":{"web":["alipay","demo"]},"includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Screen_setKeepScreenOn"},{"name":"setNavigationBar","custom":{"web":["alipay","demo","h5","tngdh5ng"]},"includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay","h5","tngdh5ng"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_NavigationBar_setNavigationBar"},{"name":"setOptionMenu","includes":{"mp":["demo"],"mp_web":["demo","alipay"]}},{"name":"setScreenBrightness","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Screen_setScreenBrightness"},{"name":"setStorage","custom":{"web":["alipay","demo","h5"]},"page":"storage","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay","h5"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Storage_setStorage"},{"name":"setStorageSync","page":"storage","custom":{"web":["h5"]},"includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["h5"]},"type":"sync","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Storage_setStorageSync"},{"name":"setTabBarStyle","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_TabBar_setTabBarStyle"},{"name":"showActionSheet","custom":{"web":["alipay","demo"]},"includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Feedback_showActionSheet"},{"name":"showAuthGuide","custom":{"web":["alipay","demo"]},"includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Permission_showAuthGuide"},{"name":"showLoading","page":"loading","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay","h5","tngdh5ng"]},"custom":{"web":["h5"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Feedback_showLoading"},{"name":"showNavigationBarLoading","custom":{"web":["alipay","demo"]},"page":"loading","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_NavigationBar_showNavigationBarLoading"},{"name":"showToast","custom":{"mp":["wechat"],"web":["alipay","demo","h5","tngdh5ng"]},"includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney","wechat"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay","h5","tngdh5ng"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Feedback_showToast"},{"name":"signContract","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_OpenAPI_signContract"},{"name":"startApp","page":"startApp","includes":{"mp":["demo"],"mp_web":["demo"],"web":["demo","alipay"]}},{"name":"startBizService","includes":{"mp":["demo"],"mp_web":["demo"],"web":["demo"]}},{"name":"startBluetoothDevicesDiscovery","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_Bluetooth_startBluetoothDevicesDiscovery"},{"name":"startPullDownRefresh","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Pulldown_startPullDownRefresh"},{"name":"stopBluetoothDevicesDiscovery","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_Bluetooth_stopBluetoothDevicesDiscovery"},{"name":"stopPullDownRefresh","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Pulldown_stopPullDownRefresh"},{"name":"switchTab","page":"navigator","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Route_switchTab"},{"name":"thirdPartyAuthForAc","includes":{"mp":["demo"],"mp_web":["demo"],"web":["demo"]}},{"name":"tradePay","page":"tradePay","notice":"tradePay 在国际小程序跨投到主站时,可以传参 flowType 指定调用 tradePayCrossApp。在国际钱包中,tradePay 直接透传参数。","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"custom":{"mp":["alipay"],"mp_web":["alipay"],"web":["alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_OpenAPI_tradePay"},{"name":"crossPay","notice":"小程序跨投到主站专用的 JSAPI,国际容器不需要调用。能力已经被 tradePay 抹平,该 JSAPI 不需要再调用","includes":{"mp":["alipay"],"mp_web":["alipay"],"web":["alipay"]}},{"name":"uploadApdidToken","includes":{"mp":["demo"],"mp_web":["demo"],"web":["demo"]}},{"name":"uploadFile","custom":{"web":["alipay","demo"]},"page":"file","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_uploadFile"},{"name":"vibrate","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay","tngdh5ng"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Vibrate_vibrate"},{"name":"watchShake","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Watch-Shake_watchShake"},{"name":"writeBLECharacteristicValue","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_BLE_writeBLECharacteristicValue"},{"name":"getLaunchOptionsSync","custom":{"web":["h5"]},"includes":{"mp":["alipay"],"web":["h5"]},"type":"sync"},{"name":"createSelectorQuery","custom":{"web":["h5"]},"includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["h5"]},"type":"sync","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Selector-Query_createSelectorQuery"},{"name":"canIUse","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[],"mp_web":[]},"type":"sync","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Basic_canIUse"},{"name":"getStorageInfo","includes":{"mp":["demo"],"web":[]}},{"name":"getStorageInfoSync","includes":{"mp":["demo","alipay"],"web":[]},"type":"sync"},{"name":"showSharePanel","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/api_share_showsharepanel"},{"name":"hideOptionButton","includes":{"mp":["demo"],"mp_web":["demo"]}},{"name":"getCurrentLanguage","type":"sync","internal":true,"includes":{"mp":[],"mp_web":["alipay","alipayhk","chope","dana","demo","gcash","tngd","truemoney"],"web":["alipay","demo","tngdh5ng","h5"]},"custom":{"mp_web":["alipay","alipayhk","chope","dana","demo","gcash","tngd","truemoney"],"web":["alipay","demo","tngdh5ng","h5"]}},{"name":"openURL","type":"sync","internal":true,"includes":{"mp":[],"mp_web":["alipayhk","dana","gcash","tngd","truemoney","toss","mpay"],"web":["alipay","h5"]},"custom":{"mp_web":["alipayhk","dana","gcash","tngd","truemoney","toss","mpay"],"web":["alipay","h5"]}},{"name":"createWithoutAuthRpc","type":"sync","internal":true,"includes":{"mp":[],"mp_web":["alipayhk","dana","gcash","tngd","truemoney","toss","mpay"],"web":["alipay","h5"]},"custom":{"mp_web":["alipayhk","dana","gcash","tngd","truemoney","toss","mpay"],"web":["alipay","h5"]}},{"name":"rpcWithAuth","type":"async","internal":true,"includes":{"mp":[],"mp_web":["toss","mpay"]},"custom":{"mp_web":["toss","mpay"]}},{"name":"getAppId","type":"async","includes":{"mp":[],"mp_web":["alipay","alipayhk","chope","dana","demo","gcash","mpay","tngd","truemoney","toss","mpay"]}},{"name":"getCurrentPages","type":"async","includes":{"mp":[],"mp_web":["alipay","alipayhk","chope","dana","demo","gcash","mpay","tngd","truemoney","toss","mpay"]}},{"name":"getSDKVersion","type":"async","includes":{"mp":[],"mp_web":["alipay","alipayhk","chope","dana","demo","gcash","mpay","tngd","truemoney","toss","mpay"]}},{"name":"defineRuntimeConfig","type":"sync","internal":true,"includes":{"mp":[],"mp_web":["alipayhk","dana","gcash","tngd","truemoney","toss","mpay"],"web":["alipay","h5"]},"custom":{"mp_web":["alipayhk","dana","gcash","tngd","truemoney","toss","mpay"],"web":["alipay","h5"]}},{"name":"rpcWithAuthAPlus","type":"async","internal":true,"includes":{"mp":[],"mp_web":[],"web":["alipay"]},"custom":{"web":["alipay"]}}]
1
+ [{"name":"addFatigueAction","includes":{"mp":["demo"],"mp_web":["demo"],"web":["demo"]}},{"name":"addPhoneContact","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Add-Contact_addPhoneContact"},{"name":"alert","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay","h5","tngdh5ng"]},"custom":{"web":["alipay","demo","h5","tngdh5ng"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Feedback_alert"},{"name":"apDisableJSAPI","includes":{"mp":["demo"],"mp_web":["demo"],"web":["demo"]}},{"name":"appxrpc","includes":{"mp":["demo"],"mp_web":["demo"],"web":["demo"]}},{"name":"APRegionRPC","includes":{"mp":["demo"],"mp_web":["demo"],"web":["demo"]}},{"name":"batchQueryCdpSpaceInfo","includes":{"mp":["demo"],"mp_web":["demo"],"web":["demo"]}},{"name":"chooseImage","page":"image","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Media_Image_chooseImage"},{"name":"choosePhoneContact","custom":{"web":["alipay","demo"]},"includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Contact_choosePhoneContact"},{"name":"clearStorage","custom":{"web":["alipay","demo","h5"]},"page":"storage","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay","h5"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Storage_clearStorage"},{"name":"clearStorageSync","page":"storage","custom":{"web":["h5"]},"includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["h5"]},"type":"sync","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Storage_clearStorageSync"},{"name":"closeBluetoothAdapter","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_Bluetooth_closeBluetoothAdapter"},{"name":"closeSocket","page":"socket","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_closeSocket"},{"name":"confirm","custom":{"web":["alipay","demo","h5","tngdh5ng"]},"includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay","h5","tngdh5ng"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Feedback_confirm"},{"name":"connectBLEDevice","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_BLE_connectBLEDevice"},{"name":"connectSocket","page":"socket","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_connectSocket"},{"name":"createAnimation","page":"createAnimation","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"type":"sync","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Animation_createAnimation"},{"name":"createWebViewContext","page":"createWebViewContext","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"type":"sync","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Web-View_createWebViewContext"},{"name":"datePicker","custom":{"web":["alipay","demo"]},"includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Choose-Date_datePicker"},{"name":"disconnectBLEDevice","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_BLE_disconnectBLEDevice"},{"name":"downloadFile","custom":{"web":["alipay","demo"]},"page":"file","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_downloadFile"},{"name":"exitApp","includes":{"mp":["demo"],"mp_web":["demo"],"web":["demo","alipay","h5","tngdh5ng"]},"custom":{"web":["h5"]}},{"name":"getAppIdSync","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"]},"type":"sync","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Basic_getAppIdSync"},{"name":"getAppToken","includes":{"mp":["demo"],"mp_web":["demo","alipayhk","dana","gcash","mpay","truemoney","tngd"],"web":["demo","alipay"]}},{"name":"getAuthCode","custom":{"mp":[],"web":["alipay","demo"]},"includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney","toss","mpay"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_OpenAPI_getAuthCode"},{"name":"getBatteryInfo","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Battery_getBatteryInfo"},{"name":"getBLEDeviceCharacteristics","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_BLE_getBLEDeviceCharacteristics"},{"name":"getBLEDeviceServices","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_BLE_getBLEDeviceServices"},{"name":"getBluetoothAdapterState","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_Bluetooth_getBluetoothAdapterState"},{"name":"getBluetoothDevices","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_Bluetooth_getBluetoothDevices"},{"name":"getClipboard","custom":{"web":["h5"]},"includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay","h5"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Clipboard_getClipboard"},{"name":"getComponentAuth","includes":{"mp":["demo"],"mp_web":["demo"],"web":["demo"]}},{"name":"getConnectedBluetoothDevices","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_Bluetooth_getConnectedBluetoothDevices"},{"name":"getFileInfo","page":"file","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_File_getFileInfo"},{"name":"getImageInfo","page":"image","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Media_Image_getImageInfo"},{"name":"getLocation","custom":{"web":["alipay","demo","h5","tngdh5ng"]},"includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay","h5","tngdh5ng"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Location_getLocation"},{"name":"getNetworkType","custom":{"web":["alipay","demo","h5","tngdh5ng"]},"includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay","h5","tngdh5ng"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Network_getNetworkType"},{"name":"getOpenUserInfo","page":"getOpenUserInfo","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_OpenAPI_getOpenUserInfo"},{"name":"getPaymentCode","includes":{"mp":["demo"],"mp_web":["demo"],"web":["demo"]}},{"name":"getPhoneNumber","custom":{"web":["alipay","demo"]},"page":"getPhoneNumber","includes":{"mp":["demo"],"mp_web":["demo","alipay"],"web":["demo","alipay"]}},{"name":"getSavedFileInfo","page":"file","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_File_getSavedFileInfo"},{"name":"getSavedFileList","page":"file","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_File_getSavedFileList"},{"name":"getScreenBrightness","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Screen_getScreenBrightness"},{"name":"getServerTime","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Server_getServerTime"},{"name":"getSetting","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Setting_getSetting"},{"name":"getSiteInfo","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay","h5"]},"custom":{"web":["h5"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Alipay-Connect_getSiteInfo"},{"name":"getStorage","custom":{"web":["alipay","demo","h5"]},"page":"storage","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney","toss","mpay"],"web":["demo","alipay","h5"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Storage_getStorage"},{"name":"getStorageSync","page":"storage","custom":{"web":["h5"]},"includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["h5"]},"type":"sync","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Storage_getStorageSync"},{"name":"getSystemInfo","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay","h5","tngdh5ng"]},"custom":{"web":["h5"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_System_getSystemInfo"},{"name":"getSystemInfoSync","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["h5"]},"custom":{"web":["h5"]},"type":"sync"},{"name":"hideBackHome","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_NavigationBar_hideBackHome"},{"name":"hideKeyboard","page":"hideKeyboard","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Keyboard_hideKeyboard"},{"name":"hideLoading","page":"loading","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay","h5","tngdh5ng"]},"custom":{"web":["h5"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Feedback_hideLoading"},{"name":"hideNavigationBarLoading","custom":{"web":["alipay","demo"]},"page":"loading","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_NavigationBar_hideNavigationBarLoading"},{"name":"hideTabBar","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_TabBar_hideTabBar"},{"name":"hideToast","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay","h5","tngdh5ng"]},"custom":{"web":["h5"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Feedback_hideToast"},{"name":"inquireQuote","includes":{"mp":["demo"],"mp_web":["demo"],"web":["demo"]}},{"name":"isInstalledApp","includes":{"mp":["demo"],"mp_web":["demo"],"web":["demo"]}},{"name":"makePhoneCall","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay","h5","tngdh5ng"]},"custom":{"web":["h5"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Call_makePhoneCall"},{"name":"multiLevelSelect","custom":{"web":["alipay","demo"]},"includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Multi-Level-Select_multiLevelSelect"},{"name":"navigateBack","page":"navigator","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["alipay","demo","h5","tngdh5ng"]},"custom":{"web":["alipay","demo","h5","tngdh5ng"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Route_navigateBack"},{"name":"navigateBackMiniProgram","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_OpenAPI_navigateBackMiniProgram"},{"name":"navigateTo","page":"navigator","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["alipay","demo","h5","tngdh5ng"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"]},"custom":{"web":["demo","alipay","h5","tngdh5ng"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Route_navigateTo"},{"name":"navigateToBizScene","includes":{"mp":["demo"],"mp_web":["demo"],"web":["demo","h5"]},"custom":{"web":["h5"]}},{"name":"navigateToMiniProgram","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay","h5"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_OpenAPI_navigateToMiniProgram"},{"name":"notifyBLECharacteristicValueChange","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_BLE_notifyBLECharacteristicValueChange"},{"name":"offAccelerometerChange","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Accelerometer_offAccelerometerChange"},{"name":"offBLECharacteristicValueChange","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_BLE_offBLECharacteristicValueChange"},{"name":"offBLEConnectionStateChanged","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_BLE_offBLEConnectionStateChanged"},{"name":"offBluetoothAdapterStateChange","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_Bluetooth_offBluetoothAdapterStateChange"},{"name":"offBluetoothDeviceFound","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_Bluetooth_offBluetoothDeviceFound"},{"name":"offCompassChange","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Compass_offCompassChange"},{"name":"offMemoryWarning","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Memory-Warning_onMemoryWarning"},{"name":"offSocketClose","page":"socket","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_offSocketClose"},{"name":"offSocketError","page":"socket","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_offSocketError"},{"name":"offSocketMessage","page":"socket","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_offSocketMessage"},{"name":"offSocketOpen","page":"socket","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_offSocketOpen"},{"name":"offUserCaptureScreen","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Capture_offUserCaptureScreen"},{"name":"onAccelerometerChange","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Accelerometer_onAccelerometerChange"},{"name":"onBLECharacteristicValueChange","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_BLE_onBLECharacteristicValueChange"},{"name":"onBLEConnectionStateChanged","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_BLE_onBLEConnectionStateChanged"},{"name":"onBluetoothAdapterStateChange","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_Bluetooth_onBluetoothAdapterStateChange"},{"name":"onBluetoothDeviceFound","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_Bluetooth_onBluetoothDeviceFound"},{"name":"onCompassChange","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Compass_onCompassChange"},{"name":"onMemoryWarning","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Memory-Warning_onMemoryWarning"},{"name":"onSocketClose","page":"socket","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_onSocketClose"},{"name":"onSocketError","page":"socket","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_onSocketError"},{"name":"onSocketMessage","page":"socket","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_onSocketMessage"},{"name":"onSocketOpen","page":"socket","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_onSocketOpen"},{"name":"onUserCaptureScreen","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"type":"callback","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Capture_onUserCaptureScreen"},{"name":"openBluetoothAdapter","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_Bluetooth_openBluetoothAdapter"},{"name":"openDocument","page":"file","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/api_file_myopendocument"},{"name":"openSchemeWithBacking","includes":{"mp":["demo"],"mp_web":["demo"],"web":["demo"]}},{"name":"openSetting","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Setting_openSetting"},{"name":"pageScrollTo","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["h5"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"]},"custom":{"web":["h5"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Scroll_pageScrollTo"},{"name":"paySignCenter","includes":{"mp":["demo"],"mp_web":["demo"]}},{"name":"previewImage","custom":{"web":["alipay","demo"]},"page":"image","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Media_Image_previewImage"},{"name":"prompt","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay","tngdh5ng"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Feedback_prompt"},{"name":"readBLECharacteristicValue","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_BLE_readBLECharacteristicValue"},{"name":"redirectTo","page":"navigator","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["alipay","demo","h5"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"]},"custom":{"web":["alipay","demo","h5"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Route_redirectTo"},{"name":"regionFetchAllApps","includes":{"mp":["demo"],"mp_web":["demo"],"web":["demo"]}},{"name":"regionSearchAppsByKeywords","includes":{"mp":["demo"],"mp_web":["demo"],"web":["demo"]}},{"name":"reLaunch","page":"navigator","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Route_reLaunch"},{"name":"removeSavedFile","page":"file","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_File_removeSavedFile"},{"name":"removeStorage","page":"storage","custom":{"web":["alipay","demo","h5"]},"includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay","h5"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Storage_removeStorage"},{"name":"removeStorageSync","page":"storage","custom":{"web":["h5"]},"includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["h5"]},"type":"sync","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Storage_removeStorageSync"},{"name":"request","custom":{"web":["alipay","demo","h5"]},"includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney","toss","mpay"],"web":["demo","alipay","h5"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_request"},{"name":"rpc","includes":{"mp":["alipay","demo"],"mp_web":["alipay","demo"],"web":["alipay","demo","h5"]},"custom":{"web":["h5"]}},{"name":"saveFile","page":"file","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_File_saveFile"},{"name":"saveImage","custom":{"web":["alipay","demo"]},"page":"image","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Media_Image_saveImage"},{"name":"scan","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Scan_scan"},{"name":"sendSocketMessage","page":"socket","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_sendSocketMessage"},{"name":"setBackgroundColor","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Set-Background_setBackgroundColor"},{"name":"setCanPullDown","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"]},"type":"sync","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Set-Pulldown_setCanPullDown"},{"name":"setClipboard","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay","h5","tngdh5ng"]},"custom":{"web":["h5"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Clipboard_setClipboard"},{"name":"setKeepScreenOn","custom":{"web":["alipay","demo"]},"includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Screen_setKeepScreenOn"},{"name":"setNavigationBar","custom":{"web":["alipay","demo","h5","tngdh5ng"]},"includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay","h5","tngdh5ng"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_NavigationBar_setNavigationBar"},{"name":"setOptionMenu","includes":{"mp":["demo"],"mp_web":["demo","alipay"]}},{"name":"setScreenBrightness","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Screen_setScreenBrightness"},{"name":"setStorage","custom":{"web":["alipay","demo","h5"]},"page":"storage","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney","toss","mpay"],"web":["demo","alipay","h5"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Storage_setStorage"},{"name":"setStorageSync","page":"storage","custom":{"web":["h5"]},"includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["h5"]},"type":"sync","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Storage_setStorageSync"},{"name":"setTabBarStyle","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_TabBar_setTabBarStyle"},{"name":"showActionSheet","custom":{"web":["alipay","demo"]},"includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Feedback_showActionSheet"},{"name":"showAuthGuide","custom":{"web":["alipay","demo"]},"includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Permission_showAuthGuide"},{"name":"showLoading","page":"loading","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay","h5","tngdh5ng"]},"custom":{"web":["h5"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Feedback_showLoading"},{"name":"showNavigationBarLoading","custom":{"web":["alipay","demo"]},"page":"loading","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_NavigationBar_showNavigationBarLoading"},{"name":"showToast","custom":{"mp":["wechat"],"web":["alipay","demo","h5","tngdh5ng"]},"includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney","wechat"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay","h5","tngdh5ng"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Feedback_showToast"},{"name":"signContract","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_OpenAPI_signContract"},{"name":"startApp","page":"startApp","includes":{"mp":["demo"],"mp_web":["demo"],"web":["demo","alipay"]}},{"name":"startBizService","includes":{"mp":["demo"],"mp_web":["demo"],"web":["demo"]}},{"name":"startBluetoothDevicesDiscovery","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_Bluetooth_startBluetoothDevicesDiscovery"},{"name":"startPullDownRefresh","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Pulldown_startPullDownRefresh"},{"name":"stopBluetoothDevicesDiscovery","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_Bluetooth_stopBluetoothDevicesDiscovery"},{"name":"stopPullDownRefresh","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Pulldown_stopPullDownRefresh"},{"name":"switchTab","page":"navigator","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Route_switchTab"},{"name":"thirdPartyAuthForAc","includes":{"mp":["demo"],"mp_web":["demo"],"web":["demo"]}},{"name":"tradePay","page":"tradePay","notice":"tradePay 在国际小程序跨投到主站时,可以传参 flowType 指定调用 tradePayCrossApp。在国际钱包中,tradePay 直接透传参数。","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"custom":{"mp":["alipay"],"mp_web":["alipay"],"web":["alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_OpenAPI_tradePay"},{"name":"crossPay","notice":"小程序跨投到主站专用的 JSAPI,国际容器不需要调用。能力已经被 tradePay 抹平,该 JSAPI 不需要再调用","includes":{"mp":["alipay"],"mp_web":["alipay"],"web":["alipay"]}},{"name":"uploadApdidToken","includes":{"mp":["demo"],"mp_web":["demo"],"web":["demo"]}},{"name":"uploadFile","custom":{"web":["alipay","demo"]},"page":"file","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Network_uploadFile"},{"name":"vibrate","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo","alipay","tngdh5ng"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Vibrate_vibrate"},{"name":"watchShake","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Watch-Shake_watchShake"},{"name":"writeBLECharacteristicValue","page":"bluetooth","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["demo"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_BLE_writeBLECharacteristicValue"},{"name":"getLaunchOptionsSync","custom":{"web":["h5"]},"includes":{"mp":["alipay"],"web":["h5"]},"type":"sync"},{"name":"createSelectorQuery","custom":{"web":["h5"]},"includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":["h5"]},"type":"sync","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_UI_Selector-Query_createSelectorQuery"},{"name":"canIUse","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[],"mp_web":[]},"type":"sync","doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Basic_canIUse"},{"name":"getStorageInfo","includes":{"mp":["demo"],"web":[]}},{"name":"getStorageInfoSync","includes":{"mp":["demo","alipay"],"web":[]},"type":"sync"},{"name":"showSharePanel","includes":{"mp":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"],"web":[],"mp_web":["demo","gcash","tngd","alipay","chope","alipayhk","dana","truemoney"]},"doc":"https://miniprogram.alipay.com/docs/miniprogram/mpdev/api_share_showsharepanel"},{"name":"hideOptionButton","includes":{"mp":["demo"],"mp_web":["demo"]}},{"name":"getCurrentLanguage","type":"sync","internal":true,"includes":{"mp":[],"mp_web":["alipay","alipayhk","chope","dana","demo","gcash","tngd","truemoney"],"web":["alipay","demo","tngdh5ng","h5"]},"custom":{"mp_web":["alipay","alipayhk","chope","dana","demo","gcash","tngd","truemoney"],"web":["alipay","demo","tngdh5ng","h5"]}},{"name":"openURL","type":"sync","internal":true,"includes":{"mp":[],"mp_web":["alipayhk","dana","gcash","tngd","truemoney","toss","mpay"],"web":["alipay","h5"]},"custom":{"mp_web":["alipayhk","dana","gcash","tngd","truemoney","toss","mpay"],"web":["alipay","h5"]}},{"name":"openWebURL","type":"sync","internal":true,"includes":{"mp":[],"mp_web":["alipayhk","dana","gcash","tngd","truemoney","toss","mpay"],"web":["alipay"]},"custom":{"mp_web":["alipayhk","dana","gcash","tngd","truemoney","toss","mpay"],"web":["alipay"]}},{"name":"openInApp","type":"sync","internal":true,"includes":{"mp":[],"mp_web":["alipayhk","dana","gcash","tngd","truemoney","toss","mpay"],"web":["alipay"]},"custom":{"mp_web":["alipayhk","dana","gcash","tngd","truemoney","toss","mpay"],"web":["alipay"]}},{"name":"openOtherApp","type":"sync","internal":true,"includes":{"mp":[],"mp_web":["alipayhk","dana","gcash","tngd","truemoney","toss","mpay"],"web":["alipay"]},"custom":{"mp_web":["alipayhk","dana","gcash","tngd","truemoney","toss","mpay"],"web":["alipay"]}},{"name":"openInBrowser","type":"sync","internal":true,"includes":{"mp":[],"mp_web":["alipayhk","dana","gcash","tngd","truemoney","toss","mpay"],"web":["alipay"]},"custom":{"mp_web":["alipayhk","dana","gcash","tngd","truemoney","toss","mpay"],"web":["alipay"]}},{"name":"openPayCodePage","type":"sync","internal":true,"includes":{"mp":[],"mp_web":["alipayhk","dana","gcash","tngd","truemoney","toss","mpay"],"web":["alipay"]},"custom":{"mp_web":["alipayhk","dana","gcash","tngd","truemoney","toss","mpay"],"web":["alipay"]}},{"name":"openApPayCodePage","type":"sync","internal":true,"includes":{"mp":[],"mp_web":["alipayhk","dana","gcash","tngd","truemoney","toss","mpay"],"web":["alipay"]},"custom":{"mp_web":["alipayhk","dana","gcash","tngd","truemoney","toss","mpay"],"web":["alipay"]}},{"name":"openScanPage","type":"sync","internal":true,"includes":{"mp":[],"mp_web":["alipayhk","dana","gcash","tngd","truemoney","toss","mpay"],"web":["alipay"]},"custom":{"mp_web":["alipayhk","dana","gcash","tngd","truemoney","toss","mpay"],"web":["alipay"]}},{"name":"createWithoutAuthRpc","type":"sync","internal":true,"includes":{"mp":[],"mp_web":["alipayhk","dana","gcash","tngd","truemoney","toss","mpay"],"web":["alipay","h5"]},"custom":{"mp_web":["alipayhk","dana","gcash","tngd","truemoney","toss","mpay"],"web":["alipay","h5"]}},{"name":"rpcWithAuth","type":"async","internal":true,"includes":{"mp":[],"mp_web":["toss","mpay"]},"custom":{"mp_web":["toss","mpay"]}},{"name":"getAppId","type":"async","includes":{"mp":[],"mp_web":["alipay","alipayhk","chope","dana","demo","gcash","mpay","tngd","truemoney","toss","mpay"]}},{"name":"getCurrentPages","type":"async","includes":{"mp":[],"mp_web":["alipay","alipayhk","chope","dana","demo","gcash","mpay","tngd","truemoney","toss","mpay"]}},{"name":"getSDKVersion","type":"async","includes":{"mp":[],"mp_web":["alipay","alipayhk","chope","dana","demo","gcash","mpay","tngd","truemoney","toss","mpay"]}},{"name":"defineRuntimeConfig","type":"sync","internal":true,"includes":{"mp":[],"mp_web":["alipayhk","dana","gcash","tngd","truemoney","toss","mpay"],"web":["alipay","h5"]},"custom":{"mp_web":["alipayhk","dana","gcash","tngd","truemoney","toss","mpay"],"web":["alipay","h5"]}},{"name":"rpcWithAuthAPlus","type":"async","internal":true,"includes":{"mp":[],"mp_web":[],"web":["alipay"]},"custom":{"web":["alipay"]}},{"name":"easyShare","type":"async","internal":true,"includes":{"mp":[],"mp_web":[],"web":["alipay"]}},{"name":"homeAddAppToMyApps","internal":true,"includes":{"mp":[],"mp_web":[],"web":["alipay"]}},{"name":"homeCanAddAppToMyApps","internal":true,"includes":{"mp":[],"mp_web":[],"web":["alipay"]}},{"name":"postNotification","internal":true,"includes":{"mp":[],"mp_web":[],"web":["alipay"]}},{"name":"addNotifyListener","internal":true,"includes":{"mp":[],"mp_web":[],"web":["alipay"]},"custom":{"mp":[],"mp_web":[],"web":["alipay"]}},{"name":"removeNotifyListener","internal":true,"includes":{"mp":[],"mp_web":[],"web":["alipay"]},"custom":{"mp":[],"mp_web":[],"web":["alipay"]}},{"name":"getMainSelectedCity","internal":true,"includes":{"mp":[],"mp_web":[],"web":["alipay"]}},{"name":"chooseDistrict","internal":true,"includes":{"mp":[],"mp_web":[],"web":["alipay"]}}]