@dcloudio/uni-app-x 0.7.38 → 0.7.39

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 (104) hide show
  1. package/package.json +1 -1
  2. package/types/UniPage.d.ts +4 -0
  3. package/types/native/CanvasRenderingContext2D.d.ts +1 -1
  4. package/types/native/IUniElement.d.ts +105 -44
  5. package/types/native/global.d.ts +14 -8
  6. package/types/page.d.ts +45 -3
  7. package/types/uni/env/index.d.ts +81 -81
  8. package/types/uni/uni-map-tencent-map.d.ts +7 -7
  9. package/types/uni/uts-plugin-api/global.d.ts +0 -2
  10. package/types/uni/uts-plugin-api/index.d.ts +0 -2
  11. package/types/uni/uts-plugin-api/lib/uni-addPhoneContact/utssdk/interface.d.ts +1 -1
  12. package/types/uni/uts-plugin-api/lib/uni-arrayBufferToBase64/utssdk/interface.d.ts +73 -73
  13. package/types/uni/uts-plugin-api/lib/uni-authentication/utssdk/interface.d.ts +331 -331
  14. package/types/uni/uts-plugin-api/lib/uni-base64ToArrayBuffer/utssdk/interface.d.ts +73 -73
  15. package/types/uni/uts-plugin-api/lib/uni-canvas/utssdk/interface.d.ts +628 -628
  16. package/types/uni/uts-plugin-api/lib/uni-chooseLocation/utssdk/interface.d.ts +414 -153
  17. package/types/uni/uts-plugin-api/lib/uni-clipboard/utssdk/interface.d.ts +2 -2
  18. package/types/uni/uts-plugin-api/lib/uni-createInnerAudioContext/utssdk/interface.d.ts +1218 -1987
  19. package/types/uni/uts-plugin-api/lib/uni-createIntersectionObserver/utssdk/interface.d.ts +1 -1
  20. package/types/uni/uts-plugin-api/lib/uni-createSelectorQuery/utssdk/interface.d.ts +6 -6
  21. package/types/uni/uts-plugin-api/lib/uni-dialogPage/utssdk/interface.d.ts +156 -81
  22. package/types/uni/uts-plugin-api/lib/uni-event/utssdk/interface.d.ts +315 -315
  23. package/types/uni/uts-plugin-api/lib/uni-file/utssdk/interface.d.ts +5 -5
  24. package/types/uni/uts-plugin-api/lib/uni-fileSystemManager/utssdk/interface.d.ts +2530 -2126
  25. package/types/uni/uts-plugin-api/lib/uni-getAppAuthorizeSetting/utssdk/interface.d.ts +490 -490
  26. package/types/uni/uts-plugin-api/lib/uni-getAppBaseInfo/utssdk/interface.d.ts +2138 -2005
  27. package/types/uni/uts-plugin-api/lib/uni-getBackgroundAudioManager/utssdk/global.d.ts +4 -0
  28. package/types/uni/uts-plugin-api/lib/uni-getBackgroundAudioManager/utssdk/index.d.ts +2 -0
  29. package/types/uni/uts-plugin-api/lib/uni-getBackgroundAudioManager/utssdk/interface.d.ts +663 -113
  30. package/types/uni/uts-plugin-api/lib/uni-getDeviceInfo/utssdk/interface.d.ts +20 -20
  31. package/types/uni/uts-plugin-api/lib/uni-getElementById/utssdk/interface.d.ts +3 -3
  32. package/types/uni/uts-plugin-api/lib/uni-getEnterOptionsSync/utssdk/interface.d.ts +217 -217
  33. package/types/uni/uts-plugin-api/lib/uni-getLaunchOptionsSync/utssdk/interface.d.ts +2 -2
  34. package/types/uni/uts-plugin-api/lib/uni-getLocation/utssdk/interface.d.ts +809 -809
  35. package/types/uni/uts-plugin-api/lib/uni-getNetworkType/utssdk/interface.d.ts +274 -274
  36. package/types/uni/uts-plugin-api/lib/uni-getPerformance/utssdk/interface.d.ts +1 -1
  37. package/types/uni/uts-plugin-api/lib/uni-getRecorderManager/utssdk/interface.d.ts +969 -969
  38. package/types/uni/uts-plugin-api/lib/uni-getSystemInfo/utssdk/interface.d.ts +106 -106
  39. package/types/uni/uts-plugin-api/lib/uni-getSystemSetting/utssdk/interface.d.ts +23 -23
  40. package/types/uni/uts-plugin-api/lib/uni-interceptor/utssdk/interface.d.ts +2 -2
  41. package/types/uni/uts-plugin-api/lib/uni-keyboard/utssdk/interface.d.ts +1 -1
  42. package/types/uni/uts-plugin-api/lib/uni-loadFontFace/utssdk/interface.d.ts +41 -41
  43. package/types/uni/uts-plugin-api/lib/uni-makePhoneCall/utssdk/interface.d.ts +88 -88
  44. package/types/uni/uts-plugin-api/lib/uni-media/utssdk/interface.d.ts +1680 -1528
  45. package/types/uni/uts-plugin-api/lib/uni-navigationBar/utssdk/interface.d.ts +16 -16
  46. package/types/uni/uts-plugin-api/lib/uni-network/utssdk/interface.d.ts +3620 -3618
  47. package/types/uni/uts-plugin-api/lib/uni-oauth/utssdk/interface.d.ts +12 -12
  48. package/types/uni/uts-plugin-api/lib/uni-openDocument/utssdk/interface.d.ts +1 -1
  49. package/types/uni/uts-plugin-api/lib/uni-pageScrollTo/utssdk/interface.d.ts +3 -3
  50. package/types/uni/uts-plugin-api/lib/uni-payment/utssdk/interface.d.ts +621 -621
  51. package/types/uni/uts-plugin-api/lib/uni-privacy/utssdk/interface.d.ts +22 -22
  52. package/types/uni/uts-plugin-api/lib/uni-prompt/utssdk/interface.d.ts +2602 -2391
  53. package/types/uni/uts-plugin-api/lib/uni-pullDownRefresh/utssdk/interface.d.ts +2 -2
  54. package/types/uni/uts-plugin-api/lib/uni-route/utssdk/interface.d.ts +26 -26
  55. package/types/uni/uts-plugin-api/lib/uni-rpx2px/utssdk/interface.d.ts +77 -77
  56. package/types/uni/uts-plugin-api/lib/uni-scanCode/utssdk/interface.d.ts +1 -1
  57. package/types/uni/uts-plugin-api/lib/uni-storage/utssdk/interface.d.ts +857 -857
  58. package/types/uni/uts-plugin-api/lib/uni-tabBar/utssdk/interface.d.ts +17 -17
  59. package/types/uni/uts-plugin-api/lib/uni-theme/utssdk/global.d.ts +8 -0
  60. package/types/uni/uts-plugin-api/lib/uni-theme/utssdk/index.d.ts +4 -0
  61. package/types/uni/uts-plugin-api/lib/uni-theme/utssdk/interface.d.ts +1057 -516
  62. package/types/uni/uts-plugin-api/lib/uni-virtualPayment/utssdk/interface.d.ts +1660 -1660
  63. package/types/uni/uts-plugin-api/lib/uni-websocket/utssdk/interface.d.ts +1746 -1746
  64. package/types/uni/uts-plugin-biz/global.d.ts +1 -0
  65. package/types/uni/uts-plugin-biz/index.d.ts +1 -0
  66. package/types/uni/uts-plugin-biz/lib/uni-ad/utssdk/interface.d.ts +84 -0
  67. package/types/uni/{uts-plugin-api → uts-plugin-biz}/lib/uni-crash/utssdk/interface.d.ts +46 -46
  68. package/types/uni/uts-plugin-biz/lib/uni-map-tencent/utssdk/interface.d.ts +72 -20
  69. package/types/uni/uts-plugin-biz/lib/uni-push/utssdk/interface.d.ts +126 -0
  70. package/types/uni/uts-plugin-biz/lib/uni-verify/utssdk/global.d.ts +2 -0
  71. package/types/uni/uts-plugin-biz/lib/uni-verify/utssdk/index.d.ts +1 -0
  72. package/types/uni/uts-plugin-biz/lib/uni-verify/utssdk/interface.d.ts +63 -12
  73. package/types/uni/uts-plugin-component/lib/uni-video/utssdk/interface.d.ts +308 -308
  74. package/types/uni/uts-plugin-extend/global.d.ts +1 -0
  75. package/types/uni/uts-plugin-extend/lib/uni-__f__/utssdk/global.d.ts +7 -0
  76. package/types/uni/uts-plugin-extend/lib/uni-__f__/utssdk/index.d.ts +0 -0
  77. package/types/uni/uts-plugin-extend/lib/uni-__f__/utssdk/interface.d.ts +3 -0
  78. package/types/uni/uts-plugin-extend/lib/uni-accelerometer/utssdk/interface.d.ts +4 -4
  79. package/types/uni/uts-plugin-extend/lib/uni-canvas/utssdk/interface.d.ts +5 -5
  80. package/types/uni/uts-plugin-extend/lib/uni-compass/utssdk/interface.d.ts +1 -1
  81. package/types/uni/uts-plugin-extend/lib/uni-createMediaQueryObserver/utssdk/interface.d.ts +77 -77
  82. package/types/uni/uts-plugin-extend/lib/uni-getBackgroundAudioManager/utssdk/interface.d.ts +11 -11
  83. package/types/uni/uts-plugin-extend/lib/uni-locale/utssdk/interface.d.ts +3 -3
  84. package/types/uni/uts-plugin-extend/lib/uni-localeChange/utssdk/interface.d.ts +6 -6
  85. package/types/uni/uts-plugin-extend/lib/uni-memory/utssdk/interface.d.ts +2 -2
  86. package/types/uni/uts-plugin-extend/lib/uni-openLocation/utssdk/interface.d.ts +1 -1
  87. package/types/uni-cloud/interface.d.ts +13 -13
  88. package/types/uni/uts-plugin-api/lib/uni-actionSheet/utssdk/global.d.ts +0 -24
  89. package/types/uni/uts-plugin-api/lib/uni-actionSheet/utssdk/index.d.ts +0 -11
  90. package/types/uni/uts-plugin-api/lib/uni-actionSheet/utssdk/interface.d.ts +0 -217
  91. package/types/uni/uts-plugin-extend/lib/uni-chooseLocation/utssdk/global.d.ts +0 -21
  92. package/types/uni/uts-plugin-extend/lib/uni-chooseLocation/utssdk/index.d.ts +0 -9
  93. package/types/uni/uts-plugin-extend/lib/uni-chooseLocation/utssdk/interface.d.ts +0 -151
  94. package/types/uni/uts-plugin-extend/lib/uni-createInnerAudioContext/utssdk/global.d.ts +0 -11
  95. package/types/uni/uts-plugin-extend/lib/uni-createInnerAudioContext/utssdk/index.d.ts +0 -4
  96. package/types/uni/uts-plugin-extend/lib/uni-createInnerAudioContext/utssdk/interface.d.ts +0 -224
  97. package/types/uni/uts-plugin-extend/lib/uni-createMapContext/utssdk/global.d.ts +0 -53
  98. package/types/uni/uts-plugin-extend/lib/uni-createMapContext/utssdk/index.d.ts +0 -25
  99. package/types/uni/uts-plugin-extend/lib/uni-createMapContext/utssdk/interface.d.ts +0 -487
  100. package/types/uni/uts-plugin-extend/lib/uni-theme/utssdk/global.d.ts +0 -9
  101. package/types/uni/uts-plugin-extend/lib/uni-theme/utssdk/index.d.ts +0 -1
  102. package/types/uni/uts-plugin-extend/lib/uni-theme/utssdk/interface.d.ts +0 -165
  103. /package/types/uni/{uts-plugin-api → uts-plugin-biz}/lib/uni-crash/utssdk/global.d.ts +0 -0
  104. /package/types/uni/{uts-plugin-api → uts-plugin-biz}/lib/uni-crash/utssdk/index.d.ts +0 -0
@@ -2,7 +2,7 @@ import { RequestPaymentFailImpl as RequestPaymentFailImplement } from './unierro
2
2
 
3
3
  export type RequestPaymentFailImpl = RequestPaymentFailImplement
4
4
  export interface UniPaymentProvider extends UniProvider {
5
- requestPayment(options : RequestPaymentOptions) : void;
5
+ requestPayment(options: RequestPaymentOptions): void;
6
6
  }
7
7
  export interface Uni {
8
8
  /**
@@ -33,420 +33,420 @@ export interface Uni {
33
33
  * "uniVer": "√",
34
34
  * "unixVer": "4.18"
35
35
  * },
36
- * "harmony": {
37
- * "osVer": "3.0",
38
- * "uniVer": "4.26",
39
- * "unixVer": "x"
40
- * }
36
+ * "harmony": {
37
+ * "osVer": "3.0",
38
+ * "uniVer": "4.26",
39
+ * "unixVer": "x"
40
+ * }
41
41
  * },
42
- * "mp": {
43
- * "weixin": {
44
- * "hostVer": "√",
45
- * "uniVer": "√",
46
- * "unixVer": "4.35"
47
- * },
48
- * "alipay": {
49
- * "hostVer": "√",
50
- * "uniVer": "√",
51
- * "unixVer": "x"
52
- * },
53
- * "baidu": {
54
- * "hostVer": "√",
55
- * "uniVer": "√",
56
- * "unixVer": "x"
57
- * },
58
- * "toutiao": {
59
- * "hostVer": "√",
60
- * "uniVer": "√",
61
- * "unixVer": "x"
62
- * },
63
- * "lark": {
64
- * "hostVer": "√",
65
- * "uniVer": "√",
66
- * "unixVer": "x"
67
- * },
68
- * "qq": {
69
- * "hostVer": "√",
70
- * "uniVer": "√",
71
- * "unixVer": "x"
72
- * },
73
- * "kuaishou": {
74
- * "hostVer": "√",
75
- * "uniVer": "√",
76
- * "unixVer": "x"
77
- * },
78
- * "jd": {
79
- * "hostVer": "√",
80
- * "uniVer": "√",
81
- * "unixVer": "x"
82
- * }
83
- * },
42
+ * "mp": {
43
+ * "weixin": {
44
+ * "hostVer": "√",
45
+ * "uniVer": "√",
46
+ * "unixVer": "4.41"
47
+ * },
48
+ * "alipay": {
49
+ * "hostVer": "√",
50
+ * "uniVer": "√",
51
+ * "unixVer": "x"
52
+ * },
53
+ * "baidu": {
54
+ * "hostVer": "√",
55
+ * "uniVer": "√",
56
+ * "unixVer": "x"
57
+ * },
58
+ * "toutiao": {
59
+ * "hostVer": "√",
60
+ * "uniVer": "√",
61
+ * "unixVer": "x"
62
+ * },
63
+ * "lark": {
64
+ * "hostVer": "√",
65
+ * "uniVer": "√",
66
+ * "unixVer": "x"
67
+ * },
68
+ * "qq": {
69
+ * "hostVer": "√",
70
+ * "uniVer": "√",
71
+ * "unixVer": "x"
72
+ * },
73
+ * "kuaishou": {
74
+ * "hostVer": "√",
75
+ * "uniVer": "√",
76
+ * "unixVer": "x"
77
+ * },
78
+ * "jd": {
79
+ * "hostVer": "√",
80
+ * "uniVer": "√",
81
+ * "unixVer": "x"
82
+ * }
83
+ * },
84
84
  * "web": {
85
85
  * "uniVer": "x",
86
86
  * "unixVer": "x"
87
87
  * }
88
88
  * }
89
89
  */
90
- requestPayment(options : RequestPaymentOptions) : void;
90
+ requestPayment(options: RequestPaymentOptions): void;
91
91
  }
92
92
  /**
93
93
  * 错误码
94
94
  */
95
95
  export type RequestPaymentErrorCode =
96
- /**
97
- * 正在处理中,支付结果未知(有可能已经支付成功),请查询商家订单列表中订单的支付状态
98
- * @uniPlatform {
99
- * "app": {
100
- * "android": {
101
- * "osVer": "5.0",
102
- * "uniVer": "√",
103
- * "unixVer": "4.02"
104
- * },
105
- * "ios": {
106
- * "osVer": "12.0",
107
- * "uniVer": "√",
108
- * "unixVer": "4.18"
109
- * },
110
- * "harmony": {
111
- * "osVer": "3.0",
112
- * "uniVer": "4.27",
113
- * "unixVer": "x"
114
- * }
115
- * },
116
- * "web": {
117
- * "uniVer": "x",
118
- * "unixVer": "x"
119
- * }
120
- * }
121
- */
122
- 700600 |
123
- /**
124
- * 订单支付失败。
125
- * @uniPlatform {
126
- * "app": {
127
- * "android": {
128
- * "osVer": "5.0",
129
- * "uniVer": "√",
130
- * "unixVer": "4.02"
131
- * },
132
- * "ios": {
133
- * "osVer": "12.0",
134
- * "uniVer": "√",
135
- * "unixVer": "4.18"
136
- * },
137
- * "harmony": {
138
- * "osVer": "3.0",
139
- * "uniVer": "4.27",
140
- * "unixVer": "x"
141
- * }
142
- * },
143
- * "web": {
144
- * "uniVer": "x",
145
- * "unixVer": "x"
146
- * }
147
- * }
148
- */
149
- 701100 |
150
- /**
151
- * 重复请求。
152
- * @uniPlatform {
153
- * "app": {
154
- * "android": {
155
- * "osVer": "5.0",
156
- * "uniVer": "√",
157
- * "unixVer": "4.02"
158
- * },
159
- * "ios": {
160
- * "osVer": "12.0",
161
- * "uniVer": "√",
162
- * "unixVer": "4.18"
163
- * },
164
- * "harmony": {
165
- * "osVer": "3.0",
166
- * "uniVer": "4.27",
167
- * "unixVer": "x"
168
- * }
169
- * },
170
- * "web": {
171
- * "uniVer": "x",
172
- * "unixVer": "x"
173
- * }
174
- * }
175
- */
176
- 701110 |
177
- /**
178
- * 用户中途取消。
179
- * @uniPlatform {
180
- * "app": {
181
- * "android": {
182
- * "osVer": "5.0",
183
- * "uniVer": "√",
184
- * "unixVer": "4.02"
185
- * },
186
- * "ios": {
187
- * "osVer": "12.0",
188
- * "uniVer": "√",
189
- * "unixVer": "4.18"
190
- * },
191
- * "harmony": {
192
- * "osVer": "3.0",
193
- * "uniVer": "4.27",
194
- * "unixVer": "x"
195
- * }
196
- * },
197
- * "web": {
198
- * "uniVer": "x",
199
- * "unixVer": "x"
200
- * }
201
- * }
202
- */
203
- 700601 |
204
- /**
205
- * 网络连接出错。
206
- * @uniPlatform {
207
- * "app": {
208
- * "android": {
209
- * "osVer": "5.0",
210
- * "uniVer": "√",
211
- * "unixVer": "4.02"
212
- * },
213
- * "ios": {
214
- * "osVer": "12.0",
215
- * "uniVer": "√",
216
- * "unixVer": "4.18"
217
- * },
218
- * "harmony": {
219
- * "osVer": "3.0",
220
- * "uniVer": "4.27",
221
- * "unixVer": "x"
222
- * }
223
- * },
224
- * "web": {
225
- * "uniVer": "x",
226
- * "unixVer": "x"
227
- * }
228
- * }
229
- */
230
- 700602 |
231
- /**
232
- * 支付结果未知(有可能已经支付成功),请查询商家订单列表中订单的支付状态。
233
- * @uniPlatform {
234
- * "app": {
235
- * "android": {
236
- * "osVer": "5.0",
237
- * "uniVer": "√",
238
- * "unixVer": "4.02"
239
- * },
240
- * "ios": {
241
- * "osVer": "12.0",
242
- * "uniVer": "√",
243
- * "unixVer": "4.18"
244
- * },
245
- * "harmony": {
246
- * "osVer": "3.0",
247
- * "uniVer": "4.27",
248
- * "unixVer": "x"
249
- * }
250
- * },
251
- * "web": {
252
- * "uniVer": "x",
253
- * "unixVer": "x"
254
- * }
255
- * }
256
- */
257
- 700603 |
258
- /**
259
- * 其它支付错误。
260
- * @uniPlatform {
261
- * "app": {
262
- * "android": {
263
- * "osVer": "5.0",
264
- * "uniVer": "√",
265
- * "unixVer": "4.02"
266
- * },
267
- * "ios": {
268
- * "osVer": "12.0",
269
- * "uniVer": "√",
270
- * "unixVer": "4.18"
271
- * },
272
- * "harmony": {
273
- * "osVer": "3.0",
274
- * "uniVer": "4.27",
275
- * "unixVer": "x"
276
- * }
277
- * },
278
- * "web": {
279
- * "uniVer": "x",
280
- * "unixVer": "x"
281
- * }
282
- * }
283
- */
284
- 700000 |
285
- /**
286
- * 微信没有安装。
287
- * @uniPlatform {
288
- * "app": {
289
- * "android": {
290
- * "osVer": "5.0",
291
- * "uniVer": "√",
292
- * "unixVer": "4.02"
293
- * },
294
- * "ios": {
295
- * "osVer": "12.0",
296
- * "uniVer": "√",
297
- * "unixVer": "4.18"
298
- * },
299
- * "harmony": {
300
- * "osVer": "3.0",
301
- * "uniVer": "4.27",
302
- * "unixVer": "x"
303
- * }
304
- * },
305
- * "web": {
306
- * "uniVer": "x",
307
- * "unixVer": "x"
308
- * }
309
- * }
310
- */
311
- 700604 |
312
- /**
313
- * 服务供应商获取失败。
314
- * @uniPlatform {
315
- * "app": {
316
- * "android": {
317
- * "osVer": "5.0",
318
- * "uniVer": "√",
319
- * "unixVer": "4.02"
320
- * },
321
- * "ios": {
322
- * "osVer": "12.0",
323
- * "uniVer": "√",
324
- * "unixVer": "4.18"
325
- * },
326
- * "harmony": {
327
- * "osVer": "3.0",
328
- * "uniVer": "4.27",
329
- * "unixVer": "x"
330
- * }
331
- * },
332
- * "web": {
333
- * "uniVer": "x",
334
- * "unixVer": "x"
335
- * }
336
- * }
337
- */
338
- 700605 |
339
- /**
340
- * 支付未完成。
341
- * @uniPlatform {
342
- * "app": {
343
- * "android": {
344
- * "osVer": "5.0",
345
- * "uniVer": "x",
346
- * "unixVer": "4.31"
347
- * },
348
- * "ios": {
349
- * "osVer": "12.0",
350
- * "uniVer": "x",
351
- * "unixVer": "4.31"
352
- * },
353
- * "harmony": {
354
- * "osVer": "3.0",
355
- * "uniVer": "4.31",
356
- * "unixVer": "x"
357
- * }
358
- * },
359
- * "web": {
360
- * "uniVer": "x",
361
- * "unixVer": "x"
362
- * }
363
- * }
364
- */
365
- 700607 |
366
- /**
367
- * 服务商返回参数错误。
368
- * @uniPlatform {
369
- * "app": {
370
- * "android": {
371
- * "osVer": "5.0",
372
- * "uniVer": "x",
373
- * "unixVer": "4.31"
374
- * },
375
- * "ios": {
376
- * "osVer": "12.0",
377
- * "uniVer": "x",
378
- * "unixVer": "4.31"
379
- * },
380
- * "harmony": {
381
- * "osVer": "3.0",
382
- * "uniVer": "4.31",
383
- * "unixVer": "x"
384
- * }
385
- * },
386
- * "web": {
387
- * "uniVer": "x",
388
- * "unixVer": "x"
389
- * }
390
- * }
391
- */
392
- 700608 |
393
- /**
394
- * 没有配置对应的URL Scheme。
395
- * @uniPlatform {
396
- * "app": {
397
- * "android": {
398
- * "osVer": "5.0",
399
- * "uniVer": "√",
400
- * "unixVer": "4.02"
401
- * },
402
- * "ios": {
403
- * "osVer": "12.0",
404
- * "uniVer": "√",
405
- * "unixVer": "4.18"
406
- * },
407
- * "harmony": {
408
- * "osVer": "x",
409
- * "uniVer": "x",
410
- * "unixVer": "x"
411
- * }
412
- * },
413
- * "web": {
414
- * "uniVer": "x",
415
- * "unixVer": "x"
416
- * }
417
- * }
418
- */
419
- 700800 |
420
- /**
421
- * 没有配置对应的Universal Link。
422
- * @uniPlatform {
423
- * "app": {
424
- * "android": {
425
- * "osVer": "5.0",
426
- * "uniVer": "√",
427
- * "unixVer": "4.02"
428
- * },
429
- * "ios": {
430
- * "osVer": "12.0",
431
- * "uniVer": "√",
432
- * "unixVer": "4.18"
433
- * },
434
- * "harmony": {
435
- * "osVer": "x",
436
- * "uniVer": "x",
437
- * "unixVer": "x"
438
- * }
439
- * },
440
- * "web": {
441
- * "uniVer": "x",
442
- * "unixVer": "x"
443
- * }
444
- * }
445
- */
446
- 700801;
96
+ /**
97
+ * 正在处理中,支付结果未知(有可能已经支付成功),请查询商家订单列表中订单的支付状态
98
+ * @uniPlatform {
99
+ * "app": {
100
+ * "android": {
101
+ * "osVer": "5.0",
102
+ * "uniVer": "√",
103
+ * "unixVer": "4.02"
104
+ * },
105
+ * "ios": {
106
+ * "osVer": "12.0",
107
+ * "uniVer": "√",
108
+ * "unixVer": "4.18"
109
+ * },
110
+ * "harmony": {
111
+ * "osVer": "3.0",
112
+ * "uniVer": "4.27",
113
+ * "unixVer": "x"
114
+ * }
115
+ * },
116
+ * "web": {
117
+ * "uniVer": "x",
118
+ * "unixVer": "x"
119
+ * }
120
+ * }
121
+ */
122
+ 700600 |
123
+ /**
124
+ * 订单支付失败。
125
+ * @uniPlatform {
126
+ * "app": {
127
+ * "android": {
128
+ * "osVer": "5.0",
129
+ * "uniVer": "√",
130
+ * "unixVer": "4.02"
131
+ * },
132
+ * "ios": {
133
+ * "osVer": "12.0",
134
+ * "uniVer": "√",
135
+ * "unixVer": "4.18"
136
+ * },
137
+ * "harmony": {
138
+ * "osVer": "3.0",
139
+ * "uniVer": "4.27",
140
+ * "unixVer": "x"
141
+ * }
142
+ * },
143
+ * "web": {
144
+ * "uniVer": "x",
145
+ * "unixVer": "x"
146
+ * }
147
+ * }
148
+ */
149
+ 701100 |
150
+ /**
151
+ * 重复请求。
152
+ * @uniPlatform {
153
+ * "app": {
154
+ * "android": {
155
+ * "osVer": "5.0",
156
+ * "uniVer": "√",
157
+ * "unixVer": "4.02"
158
+ * },
159
+ * "ios": {
160
+ * "osVer": "12.0",
161
+ * "uniVer": "√",
162
+ * "unixVer": "4.18"
163
+ * },
164
+ * "harmony": {
165
+ * "osVer": "3.0",
166
+ * "uniVer": "4.27",
167
+ * "unixVer": "x"
168
+ * }
169
+ * },
170
+ * "web": {
171
+ * "uniVer": "x",
172
+ * "unixVer": "x"
173
+ * }
174
+ * }
175
+ */
176
+ 701110 |
177
+ /**
178
+ * 用户中途取消。
179
+ * @uniPlatform {
180
+ * "app": {
181
+ * "android": {
182
+ * "osVer": "5.0",
183
+ * "uniVer": "√",
184
+ * "unixVer": "4.02"
185
+ * },
186
+ * "ios": {
187
+ * "osVer": "12.0",
188
+ * "uniVer": "√",
189
+ * "unixVer": "4.18"
190
+ * },
191
+ * "harmony": {
192
+ * "osVer": "3.0",
193
+ * "uniVer": "4.27",
194
+ * "unixVer": "x"
195
+ * }
196
+ * },
197
+ * "web": {
198
+ * "uniVer": "x",
199
+ * "unixVer": "x"
200
+ * }
201
+ * }
202
+ */
203
+ 700601 |
204
+ /**
205
+ * 网络连接出错。
206
+ * @uniPlatform {
207
+ * "app": {
208
+ * "android": {
209
+ * "osVer": "5.0",
210
+ * "uniVer": "√",
211
+ * "unixVer": "4.02"
212
+ * },
213
+ * "ios": {
214
+ * "osVer": "12.0",
215
+ * "uniVer": "√",
216
+ * "unixVer": "4.18"
217
+ * },
218
+ * "harmony": {
219
+ * "osVer": "3.0",
220
+ * "uniVer": "4.27",
221
+ * "unixVer": "x"
222
+ * }
223
+ * },
224
+ * "web": {
225
+ * "uniVer": "x",
226
+ * "unixVer": "x"
227
+ * }
228
+ * }
229
+ */
230
+ 700602 |
231
+ /**
232
+ * 支付结果未知(有可能已经支付成功),请查询商家订单列表中订单的支付状态。
233
+ * @uniPlatform {
234
+ * "app": {
235
+ * "android": {
236
+ * "osVer": "5.0",
237
+ * "uniVer": "√",
238
+ * "unixVer": "4.02"
239
+ * },
240
+ * "ios": {
241
+ * "osVer": "12.0",
242
+ * "uniVer": "√",
243
+ * "unixVer": "4.18"
244
+ * },
245
+ * "harmony": {
246
+ * "osVer": "3.0",
247
+ * "uniVer": "4.27",
248
+ * "unixVer": "x"
249
+ * }
250
+ * },
251
+ * "web": {
252
+ * "uniVer": "x",
253
+ * "unixVer": "x"
254
+ * }
255
+ * }
256
+ */
257
+ 700603 |
258
+ /**
259
+ * 其它支付错误。
260
+ * @uniPlatform {
261
+ * "app": {
262
+ * "android": {
263
+ * "osVer": "5.0",
264
+ * "uniVer": "√",
265
+ * "unixVer": "4.02"
266
+ * },
267
+ * "ios": {
268
+ * "osVer": "12.0",
269
+ * "uniVer": "√",
270
+ * "unixVer": "4.18"
271
+ * },
272
+ * "harmony": {
273
+ * "osVer": "3.0",
274
+ * "uniVer": "4.27",
275
+ * "unixVer": "x"
276
+ * }
277
+ * },
278
+ * "web": {
279
+ * "uniVer": "x",
280
+ * "unixVer": "x"
281
+ * }
282
+ * }
283
+ */
284
+ 700000 |
285
+ /**
286
+ * 微信没有安装。
287
+ * @uniPlatform {
288
+ * "app": {
289
+ * "android": {
290
+ * "osVer": "5.0",
291
+ * "uniVer": "√",
292
+ * "unixVer": "4.02"
293
+ * },
294
+ * "ios": {
295
+ * "osVer": "12.0",
296
+ * "uniVer": "√",
297
+ * "unixVer": "4.18"
298
+ * },
299
+ * "harmony": {
300
+ * "osVer": "3.0",
301
+ * "uniVer": "4.27",
302
+ * "unixVer": "x"
303
+ * }
304
+ * },
305
+ * "web": {
306
+ * "uniVer": "x",
307
+ * "unixVer": "x"
308
+ * }
309
+ * }
310
+ */
311
+ 700604 |
312
+ /**
313
+ * 服务供应商获取失败。
314
+ * @uniPlatform {
315
+ * "app": {
316
+ * "android": {
317
+ * "osVer": "5.0",
318
+ * "uniVer": "√",
319
+ * "unixVer": "4.02"
320
+ * },
321
+ * "ios": {
322
+ * "osVer": "12.0",
323
+ * "uniVer": "√",
324
+ * "unixVer": "4.18"
325
+ * },
326
+ * "harmony": {
327
+ * "osVer": "3.0",
328
+ * "uniVer": "4.27",
329
+ * "unixVer": "x"
330
+ * }
331
+ * },
332
+ * "web": {
333
+ * "uniVer": "x",
334
+ * "unixVer": "x"
335
+ * }
336
+ * }
337
+ */
338
+ 700605 |
339
+ /**
340
+ * 支付未完成。
341
+ * @uniPlatform {
342
+ * "app": {
343
+ * "android": {
344
+ * "osVer": "5.0",
345
+ * "uniVer": "x",
346
+ * "unixVer": "4.31"
347
+ * },
348
+ * "ios": {
349
+ * "osVer": "12.0",
350
+ * "uniVer": "x",
351
+ * "unixVer": "4.31"
352
+ * },
353
+ * "harmony": {
354
+ * "osVer": "3.0",
355
+ * "uniVer": "4.31",
356
+ * "unixVer": "x"
357
+ * }
358
+ * },
359
+ * "web": {
360
+ * "uniVer": "x",
361
+ * "unixVer": "x"
362
+ * }
363
+ * }
364
+ */
365
+ 700607 |
366
+ /**
367
+ * 服务商返回参数错误。
368
+ * @uniPlatform {
369
+ * "app": {
370
+ * "android": {
371
+ * "osVer": "5.0",
372
+ * "uniVer": "x",
373
+ * "unixVer": "4.31"
374
+ * },
375
+ * "ios": {
376
+ * "osVer": "12.0",
377
+ * "uniVer": "x",
378
+ * "unixVer": "4.31"
379
+ * },
380
+ * "harmony": {
381
+ * "osVer": "3.0",
382
+ * "uniVer": "4.31",
383
+ * "unixVer": "x"
384
+ * }
385
+ * },
386
+ * "web": {
387
+ * "uniVer": "x",
388
+ * "unixVer": "x"
389
+ * }
390
+ * }
391
+ */
392
+ 700608 |
393
+ /**
394
+ * 没有配置对应的URL Scheme。
395
+ * @uniPlatform {
396
+ * "app": {
397
+ * "android": {
398
+ * "osVer": "5.0",
399
+ * "uniVer": "√",
400
+ * "unixVer": "4.02"
401
+ * },
402
+ * "ios": {
403
+ * "osVer": "12.0",
404
+ * "uniVer": "√",
405
+ * "unixVer": "4.18"
406
+ * },
407
+ * "harmony": {
408
+ * "osVer": "x",
409
+ * "uniVer": "x",
410
+ * "unixVer": "x"
411
+ * }
412
+ * },
413
+ * "web": {
414
+ * "uniVer": "x",
415
+ * "unixVer": "x"
416
+ * }
417
+ * }
418
+ */
419
+ 700800 |
420
+ /**
421
+ * 没有配置对应的Universal Link。
422
+ * @uniPlatform {
423
+ * "app": {
424
+ * "android": {
425
+ * "osVer": "5.0",
426
+ * "uniVer": "√",
427
+ * "unixVer": "4.02"
428
+ * },
429
+ * "ios": {
430
+ * "osVer": "12.0",
431
+ * "uniVer": "√",
432
+ * "unixVer": "4.18"
433
+ * },
434
+ * "harmony": {
435
+ * "osVer": "x",
436
+ * "uniVer": "x",
437
+ * "unixVer": "x"
438
+ * }
439
+ * },
440
+ * "web": {
441
+ * "uniVer": "x",
442
+ * "unixVer": "x"
443
+ * }
444
+ * }
445
+ */
446
+ 700801;
447
447
 
448
448
 
449
- export type RequestPayment = (options : RequestPaymentOptions) => void;
449
+ export type RequestPayment = (options: RequestPaymentOptions) => void;
450
450
  export type RequestPaymentSuccess = {
451
451
  /**
452
452
  * 返回数据
@@ -468,64 +468,64 @@ export type RequestPaymentSuccess = {
468
468
  * "unixVer": "x"
469
469
  * }
470
470
  * },
471
- * "mp": {
472
- * "weixin": {
473
- * "hostVer": "√",
474
- * "uniVer": "√",
475
- * "unixVer": "4.35"
476
- * },
477
- * "alipay": {
478
- * "hostVer": "√",
479
- * "uniVer": "√",
480
- * "unixVer": "x"
481
- * },
482
- * "baidu": {
483
- * "hostVer": "√",
484
- * "uniVer": "√",
485
- * "unixVer": "x"
486
- * },
487
- * "toutiao": {
488
- * "hostVer": "√",
489
- * "uniVer": "√",
490
- * "unixVer": "x"
491
- * },
492
- * "lark": {
493
- * "hostVer": "√",
494
- * "uniVer": "√",
495
- * "unixVer": "x"
496
- * },
497
- * "qq": {
498
- * "hostVer": "√",
499
- * "uniVer": "√",
500
- * "unixVer": "x"
501
- * },
502
- * "kuaishou": {
503
- * "hostVer": "√",
504
- * "uniVer": "√",
505
- * "unixVer": "x"
506
- * },
507
- * "jd": {
508
- * "hostVer": "√",
509
- * "uniVer": "√",
510
- * "unixVer": "x"
511
- * }
512
- * },
471
+ * "mp": {
472
+ * "weixin": {
473
+ * "hostVer": "√",
474
+ * "uniVer": "√",
475
+ * "unixVer": "4.41"
476
+ * },
477
+ * "alipay": {
478
+ * "hostVer": "√",
479
+ * "uniVer": "√",
480
+ * "unixVer": "x"
481
+ * },
482
+ * "baidu": {
483
+ * "hostVer": "√",
484
+ * "uniVer": "√",
485
+ * "unixVer": "x"
486
+ * },
487
+ * "toutiao": {
488
+ * "hostVer": "√",
489
+ * "uniVer": "√",
490
+ * "unixVer": "x"
491
+ * },
492
+ * "lark": {
493
+ * "hostVer": "√",
494
+ * "uniVer": "√",
495
+ * "unixVer": "x"
496
+ * },
497
+ * "qq": {
498
+ * "hostVer": "√",
499
+ * "uniVer": "√",
500
+ * "unixVer": "x"
501
+ * },
502
+ * "kuaishou": {
503
+ * "hostVer": "√",
504
+ * "uniVer": "√",
505
+ * "unixVer": "x"
506
+ * },
507
+ * "jd": {
508
+ * "hostVer": "√",
509
+ * "uniVer": "√",
510
+ * "unixVer": "x"
511
+ * }
512
+ * },
513
513
  * "web": {
514
514
  * "uniVer": "x",
515
515
  * "unixVer": "x"
516
516
  * }
517
517
  * }
518
518
  */
519
- data : object | null
519
+ data: object | null
520
520
  };
521
- export type RequestPaymentSuccessCallback = (result : RequestPaymentSuccess) => void;
521
+ export type RequestPaymentSuccessCallback = (result: RequestPaymentSuccess) => void;
522
522
  export type RequestPaymentFail = IRequestPaymentFail;
523
- export type RequestPaymentFailCallback = (result : RequestPaymentFail) => void;
523
+ export type RequestPaymentFailCallback = (result: RequestPaymentFail) => void;
524
524
  export type RequestPaymentComplete = any
525
525
  export interface IRequestPaymentFail extends IUniError {
526
- errCode : RequestPaymentErrorCode
526
+ errCode: RequestPaymentErrorCode
527
527
  };
528
- export type RequestPaymentCompleteCallback = (result : RequestPaymentComplete) => void;
528
+ export type RequestPaymentCompleteCallback = (result: RequestPaymentComplete) => void;
529
529
  export type RequestPaymentOptions = {
530
530
  /**
531
531
  * 支付服务提供商,通过 [uni.getProvider](https://doc.dcloud.net.cn/uni-app-x/api/provider.html) 获取,目前支持支付宝支付(alipay),微信支付(wxpay)
@@ -553,7 +553,7 @@ export type RequestPaymentOptions = {
553
553
  * }
554
554
  * }
555
555
  */
556
- provider : string,
556
+ provider: string,
557
557
  /**
558
558
  * 订单数据
559
559
  * @uniPlatform {
@@ -574,55 +574,55 @@ export type RequestPaymentOptions = {
574
574
  * "unixVer": "x"
575
575
  * }
576
576
  * },
577
- * "mp": {
578
- * "weixin": {
579
- * "hostVer": "√",
580
- * "uniVer": "√",
581
- * "unixVer": "4.35"
582
- * },
583
- * "alipay": {
584
- * "hostVer": "√",
585
- * "uniVer": "√",
586
- * "unixVer": "x"
587
- * },
588
- * "baidu": {
589
- * "hostVer": "√",
590
- * "uniVer": "√",
591
- * "unixVer": "x"
592
- * },
593
- * "toutiao": {
594
- * "hostVer": "√",
595
- * "uniVer": "√",
596
- * "unixVer": "x"
597
- * },
598
- * "lark": {
599
- * "hostVer": "√",
600
- * "uniVer": "√",
601
- * "unixVer": "x"
602
- * },
603
- * "qq": {
604
- * "hostVer": "√",
605
- * "uniVer": "√",
606
- * "unixVer": "x"
607
- * },
608
- * "kuaishou": {
609
- * "hostVer": "√",
610
- * "uniVer": "√",
611
- * "unixVer": "x"
612
- * },
613
- * "jd": {
614
- * "hostVer": "√",
615
- * "uniVer": "√",
616
- * "unixVer": "x"
617
- * }
618
- * },
577
+ * "mp": {
578
+ * "weixin": {
579
+ * "hostVer": "√",
580
+ * "uniVer": "√",
581
+ * "unixVer": "4.41"
582
+ * },
583
+ * "alipay": {
584
+ * "hostVer": "√",
585
+ * "uniVer": "√",
586
+ * "unixVer": "x"
587
+ * },
588
+ * "baidu": {
589
+ * "hostVer": "√",
590
+ * "uniVer": "√",
591
+ * "unixVer": "x"
592
+ * },
593
+ * "toutiao": {
594
+ * "hostVer": "√",
595
+ * "uniVer": "√",
596
+ * "unixVer": "x"
597
+ * },
598
+ * "lark": {
599
+ * "hostVer": "√",
600
+ * "uniVer": "√",
601
+ * "unixVer": "x"
602
+ * },
603
+ * "qq": {
604
+ * "hostVer": "√",
605
+ * "uniVer": "√",
606
+ * "unixVer": "x"
607
+ * },
608
+ * "kuaishou": {
609
+ * "hostVer": "√",
610
+ * "uniVer": "√",
611
+ * "unixVer": "x"
612
+ * },
613
+ * "jd": {
614
+ * "hostVer": "√",
615
+ * "uniVer": "√",
616
+ * "unixVer": "x"
617
+ * }
618
+ * },
619
619
  * "web": {
620
620
  * "uniVer": "x",
621
621
  * "unixVer": "x"
622
622
  * }
623
623
  * }
624
624
  */
625
- orderInfo : string,
625
+ orderInfo: string,
626
626
  /**
627
627
  * 接口调用成功的回调函数
628
628
  * @uniPlatform {
@@ -643,55 +643,55 @@ export type RequestPaymentOptions = {
643
643
  * "unixVer": "x"
644
644
  * }
645
645
  * },
646
- * "mp": {
647
- * "weixin": {
648
- * "hostVer": "√",
649
- * "uniVer": "√",
650
- * "unixVer": "4.35"
651
- * },
652
- * "alipay": {
653
- * "hostVer": "√",
654
- * "uniVer": "√",
655
- * "unixVer": "x"
656
- * },
657
- * "baidu": {
658
- * "hostVer": "√",
659
- * "uniVer": "√",
660
- * "unixVer": "x"
661
- * },
662
- * "toutiao": {
663
- * "hostVer": "√",
664
- * "uniVer": "√",
665
- * "unixVer": "x"
666
- * },
667
- * "lark": {
668
- * "hostVer": "√",
669
- * "uniVer": "√",
670
- * "unixVer": "x"
671
- * },
672
- * "qq": {
673
- * "hostVer": "√",
674
- * "uniVer": "√",
675
- * "unixVer": "x"
676
- * },
677
- * "kuaishou": {
678
- * "hostVer": "√",
679
- * "uniVer": "√",
680
- * "unixVer": "x"
681
- * },
682
- * "jd": {
683
- * "hostVer": "√",
684
- * "uniVer": "√",
685
- * "unixVer": "x"
686
- * }
687
- * },
646
+ * "mp": {
647
+ * "weixin": {
648
+ * "hostVer": "√",
649
+ * "uniVer": "√",
650
+ * "unixVer": "4.41"
651
+ * },
652
+ * "alipay": {
653
+ * "hostVer": "√",
654
+ * "uniVer": "√",
655
+ * "unixVer": "x"
656
+ * },
657
+ * "baidu": {
658
+ * "hostVer": "√",
659
+ * "uniVer": "√",
660
+ * "unixVer": "x"
661
+ * },
662
+ * "toutiao": {
663
+ * "hostVer": "√",
664
+ * "uniVer": "√",
665
+ * "unixVer": "x"
666
+ * },
667
+ * "lark": {
668
+ * "hostVer": "√",
669
+ * "uniVer": "√",
670
+ * "unixVer": "x"
671
+ * },
672
+ * "qq": {
673
+ * "hostVer": "√",
674
+ * "uniVer": "√",
675
+ * "unixVer": "x"
676
+ * },
677
+ * "kuaishou": {
678
+ * "hostVer": "√",
679
+ * "uniVer": "√",
680
+ * "unixVer": "x"
681
+ * },
682
+ * "jd": {
683
+ * "hostVer": "√",
684
+ * "uniVer": "√",
685
+ * "unixVer": "x"
686
+ * }
687
+ * },
688
688
  * "web": {
689
689
  * "uniVer": "x",
690
690
  * "unixVer": "x"
691
691
  * }
692
692
  * }
693
693
  */
694
- success : RequestPaymentSuccessCallback | null,
694
+ success: RequestPaymentSuccessCallback | null,
695
695
  /**
696
696
  * 接口调用失败的回调函数
697
697
  * @uniPlatform {
@@ -712,55 +712,55 @@ export type RequestPaymentOptions = {
712
712
  * "unixVer": "x"
713
713
  * }
714
714
  * },
715
- * "mp": {
716
- * "weixin": {
717
- * "hostVer": "√",
718
- * "uniVer": "√",
719
- * "unixVer": "4.35"
720
- * },
721
- * "alipay": {
722
- * "hostVer": "√",
723
- * "uniVer": "√",
724
- * "unixVer": "x"
725
- * },
726
- * "baidu": {
727
- * "hostVer": "√",
728
- * "uniVer": "√",
729
- * "unixVer": "x"
730
- * },
731
- * "toutiao": {
732
- * "hostVer": "√",
733
- * "uniVer": "√",
734
- * "unixVer": "x"
735
- * },
736
- * "lark": {
737
- * "hostVer": "√",
738
- * "uniVer": "√",
739
- * "unixVer": "x"
740
- * },
741
- * "qq": {
742
- * "hostVer": "√",
743
- * "uniVer": "√",
744
- * "unixVer": "x"
745
- * },
746
- * "kuaishou": {
747
- * "hostVer": "√",
748
- * "uniVer": "√",
749
- * "unixVer": "x"
750
- * },
751
- * "jd": {
752
- * "hostVer": "√",
753
- * "uniVer": "√",
754
- * "unixVer": "x"
755
- * }
756
- * },
715
+ * "mp": {
716
+ * "weixin": {
717
+ * "hostVer": "√",
718
+ * "uniVer": "√",
719
+ * "unixVer": "4.41"
720
+ * },
721
+ * "alipay": {
722
+ * "hostVer": "√",
723
+ * "uniVer": "√",
724
+ * "unixVer": "x"
725
+ * },
726
+ * "baidu": {
727
+ * "hostVer": "√",
728
+ * "uniVer": "√",
729
+ * "unixVer": "x"
730
+ * },
731
+ * "toutiao": {
732
+ * "hostVer": "√",
733
+ * "uniVer": "√",
734
+ * "unixVer": "x"
735
+ * },
736
+ * "lark": {
737
+ * "hostVer": "√",
738
+ * "uniVer": "√",
739
+ * "unixVer": "x"
740
+ * },
741
+ * "qq": {
742
+ * "hostVer": "√",
743
+ * "uniVer": "√",
744
+ * "unixVer": "x"
745
+ * },
746
+ * "kuaishou": {
747
+ * "hostVer": "√",
748
+ * "uniVer": "√",
749
+ * "unixVer": "x"
750
+ * },
751
+ * "jd": {
752
+ * "hostVer": "√",
753
+ * "uniVer": "√",
754
+ * "unixVer": "x"
755
+ * }
756
+ * },
757
757
  * "web": {
758
758
  * "uniVer": "x",
759
759
  * "unixVer": "x"
760
760
  * }
761
761
  * }
762
762
  */
763
- fail : RequestPaymentFailCallback | null,
763
+ fail: RequestPaymentFailCallback | null,
764
764
  /**
765
765
  * 接口调用结束的回调函数(调用成功、失败都会执行)
766
766
  * @uniPlatform {
@@ -781,53 +781,53 @@ export type RequestPaymentOptions = {
781
781
  * "unixVer": "x"
782
782
  * }
783
783
  * },
784
- * "mp": {
785
- * "weixin": {
786
- * "hostVer": "√",
787
- * "uniVer": "√",
788
- * "unixVer": "4.35"
789
- * },
790
- * "alipay": {
791
- * "hostVer": "√",
792
- * "uniVer": "√",
793
- * "unixVer": "x"
794
- * },
795
- * "baidu": {
796
- * "hostVer": "√",
797
- * "uniVer": "√",
798
- * "unixVer": "x"
799
- * },
800
- * "toutiao": {
801
- * "hostVer": "√",
802
- * "uniVer": "√",
803
- * "unixVer": "x"
804
- * },
805
- * "lark": {
806
- * "hostVer": "√",
807
- * "uniVer": "√",
808
- * "unixVer": "x"
809
- * },
810
- * "qq": {
811
- * "hostVer": "√",
812
- * "uniVer": "√",
813
- * "unixVer": "x"
814
- * },
815
- * "kuaishou": {
816
- * "hostVer": "√",
817
- * "uniVer": "√",
818
- * "unixVer": "x"
819
- * },
820
- * "jd": {
821
- * "hostVer": "√",
822
- * "uniVer": "√",
823
- * "unixVer": "x"
824
- * }
825
- * },
784
+ * "mp": {
785
+ * "weixin": {
786
+ * "hostVer": "√",
787
+ * "uniVer": "√",
788
+ * "unixVer": "4.41"
789
+ * },
790
+ * "alipay": {
791
+ * "hostVer": "√",
792
+ * "uniVer": "√",
793
+ * "unixVer": "x"
794
+ * },
795
+ * "baidu": {
796
+ * "hostVer": "√",
797
+ * "uniVer": "√",
798
+ * "unixVer": "x"
799
+ * },
800
+ * "toutiao": {
801
+ * "hostVer": "√",
802
+ * "uniVer": "√",
803
+ * "unixVer": "x"
804
+ * },
805
+ * "lark": {
806
+ * "hostVer": "√",
807
+ * "uniVer": "√",
808
+ * "unixVer": "x"
809
+ * },
810
+ * "qq": {
811
+ * "hostVer": "√",
812
+ * "uniVer": "√",
813
+ * "unixVer": "x"
814
+ * },
815
+ * "kuaishou": {
816
+ * "hostVer": "√",
817
+ * "uniVer": "√",
818
+ * "unixVer": "x"
819
+ * },
820
+ * "jd": {
821
+ * "hostVer": "√",
822
+ * "uniVer": "√",
823
+ * "unixVer": "x"
824
+ * }
825
+ * },
826
826
  * "web": {
827
827
  * "uniVer": "x",
828
828
  * "unixVer": "x"
829
829
  * }
830
830
  * }
831
831
  */
832
- complete ?: RequestPaymentCompleteCallback | null
832
+ complete?: RequestPaymentCompleteCallback | null
833
833
  };