@dcloudio/uni-app-x 0.7.42 → 0.7.43

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 (29) hide show
  1. package/package.json +1 -1
  2. package/types/UniPage.d.ts +29 -38
  3. package/types/app.d.ts +37 -0
  4. package/types/native/CanvasRenderingContext2D.d.ts +4 -4
  5. package/types/native/IUniElement.d.ts +31 -2
  6. package/types/native/{Animation.d.ts → UniAnimation.d.ts} +4 -4
  7. package/types/native/{AnimationPlaybackEvent.d.ts → UniAnimationPlaybackEvent.d.ts} +1 -1
  8. package/types/native/UniElement.d.ts +0 -2
  9. package/types/native/global.d.ts +6 -8
  10. package/types/native/index.d.ts +4 -4
  11. package/types/uni/uts-plugin-api/global.d.ts +2 -0
  12. package/types/uni/uts-plugin-api/index.d.ts +2 -0
  13. package/types/uni/uts-plugin-api/lib/uni-actionSheet/utssdk/interface.d.ts +680 -51
  14. package/types/uni/uts-plugin-api/lib/uni-chooseMedia/utssdk/interface.d.ts +677 -397
  15. package/types/uni/uts-plugin-api/lib/uni-document/utssdk/global.d.ts +10 -0
  16. package/types/uni/uts-plugin-api/lib/uni-document/utssdk/index.d.ts +4 -0
  17. package/types/uni/uts-plugin-api/lib/uni-document/utssdk/interface.d.ts +76 -0
  18. package/types/uni/uts-plugin-api/lib/uni-getDeviceInfo/utssdk/interface.d.ts +75 -1
  19. package/types/uni/uts-plugin-api/lib/uni-media/utssdk/interface.d.ts +6 -2
  20. package/types/uni/uts-plugin-api/lib/uni-network/utssdk/interface.d.ts +1 -1
  21. package/types/uni/uts-plugin-api/lib/uni-previewImage/utssdk/global.d.ts +46 -0
  22. package/types/uni/uts-plugin-api/lib/uni-previewImage/utssdk/index.d.ts +22 -0
  23. package/types/uni/uts-plugin-api/lib/uni-previewImage/utssdk/interface.d.ts +339 -0
  24. package/types/uni/uts-plugin-api/lib/uni-prompt/utssdk/interface.d.ts +1 -1
  25. package/types/uni/uts-plugin-api/lib/uni-theme/utssdk/global.d.ts +4 -0
  26. package/types/uni/uts-plugin-api/lib/uni-theme/utssdk/index.d.ts +2 -0
  27. package/types/uni/uts-plugin-api/lib/uni-theme/utssdk/interface.d.ts +6 -4
  28. package/types/uni/uts-plugin-api/lib/uni-websocket/utssdk/interface.d.ts +2187 -2066
  29. package/types/uni/uts-plugin-biz/lib/uni-verify/utssdk/interface.d.ts +398 -203
@@ -1,6 +1,6 @@
1
1
  export interface Uni {
2
- /**
3
- * @deprecated 已废弃,仅为了向下兼容保留,建议使用`getUniVerifyManager`。
2
+ /**
3
+ * @deprecated 已废弃,仅为了向下兼容保留,建议使用`getUniVerifyManager`。
4
4
  * @description 获取一键登录管理对象
5
5
  * @tutorial https://uniapp.dcloud.net.cn/univerify.html#univerifymanager
6
6
  * @uniPlatform {
@@ -14,7 +14,41 @@ export interface Uni {
14
14
  * "osVer": "12.0",
15
15
  * "uniVer": "√",
16
16
  * "unixVer": "4.18"
17
- * }
17
+ * },
18
+ * "harmony": {
19
+ * "osVer": "5.0.0",
20
+ * "uniVer": "4.51",
21
+ * "unixVer": "4.51"
22
+ * }
23
+ * },
24
+ * "web": {
25
+ * "uniVer": "x",
26
+ * "unixVer": "x"
27
+ * }
28
+ * }
29
+ */
30
+ getUniverifyManager : GetUniverifyManager
31
+
32
+ /**
33
+ * @description 获取一键登录管理对象
34
+ * @tutorial https://uniapp.dcloud.net.cn/univerify.html#univerifymanager
35
+ * @uniPlatform {
36
+ * "app": {
37
+ * "android": {
38
+ * "osVer": "5.0",
39
+ * "uniVer": "√",
40
+ * "unixVer": "4.42"
41
+ * },
42
+ * "ios": {
43
+ * "osVer": "12.0",
44
+ * "uniVer": "√",
45
+ * "unixVer": "4.42"
46
+ * },
47
+ * "harmony": {
48
+ * "osVer": "5.0.0",
49
+ * "uniVer": "4.51",
50
+ * "unixVer": "4.51"
51
+ * }
18
52
  * },
19
53
  * "web": {
20
54
  * "uniVer": "x",
@@ -22,44 +56,20 @@ export interface Uni {
22
56
  * }
23
57
  * }
24
58
  */
25
- getUniverifyManager : GetUniverifyManager
26
-
27
- /**
28
- * @description 获取一键登录管理对象
29
- * @tutorial https://uniapp.dcloud.net.cn/univerify.html#univerifymanager
30
- * @uniPlatform {
31
- * "app": {
32
- * "android": {
33
- * "osVer": "5.0",
34
- * "uniVer": "√",
35
- * "unixVer": "4.42"
36
- * },
37
- * "ios": {
38
- * "osVer": "12.0",
39
- * "uniVer": "√",
40
- * "unixVer": "4.42"
41
- * }
42
- * },
43
- * "web": {
44
- * "uniVer": "x",
45
- * "unixVer": "x"
46
- * }
47
- * }
48
- */
49
59
  getUniVerifyManager : GetUniVerifyManager
50
- }
60
+ }
51
61
  export type GetUniverifyManager = () => UniverifyManager
52
62
 
53
- export type GetUniVerifyManager = () => UniVerifyManager
54
-
55
- // #ifdef APP-ANDROID
56
- export type UniVerifyManager = UniverifyManager
57
- // #endif
58
-
59
- // #ifdef APP-IOS
60
- export interface UniVerifyManager extends UniverifyManager {
61
-
62
- }
63
+ export type GetUniVerifyManager = () => UniVerifyManager
64
+
65
+ // #ifdef APP-IOS || APP-HARMONY
66
+ export interface UniVerifyManager extends UniverifyManager {
67
+
68
+ }
69
+ // #endif
70
+
71
+ // #ifdef APP-ANDROID
72
+ export type UniVerifyManager = UniverifyManager
63
73
  // #endif
64
74
 
65
75
  export interface UniverifyManager {
@@ -76,7 +86,12 @@ export interface UniverifyManager {
76
86
  * "osVer": "12.0",
77
87
  * "uniVer": "√",
78
88
  * "unixVer": "4.18"
79
- * }
89
+ * },
90
+ * "harmony": {
91
+ * "osVer": "5.0.0",
92
+ * "uniVer": "4.51",
93
+ * "unixVer": "4.51"
94
+ * }
80
95
  * }
81
96
  * }
82
97
  */
@@ -94,7 +109,12 @@ export interface UniverifyManager {
94
109
  * "osVer": "12.0",
95
110
  * "uniVer": "√",
96
111
  * "unixVer": "4.18"
97
- * }
112
+ * },
113
+ * "harmony": {
114
+ * "osVer": "5.0.0",
115
+ * "uniVer": "4.51",
116
+ * "unixVer": "4.51"
117
+ * }
98
118
  * }
99
119
  * }
100
120
  */
@@ -112,7 +132,12 @@ export interface UniverifyManager {
112
132
  * "osVer": "12.0",
113
133
  * "uniVer": "4.41",
114
134
  * "unixVer": "4.41"
115
- * }
135
+ * },
136
+ * "harmony": {
137
+ * "osVer": "x",
138
+ * "uniVer": "x",
139
+ * "unixVer": "x"
140
+ * }
116
141
  * }
117
142
  * }
118
143
  */
@@ -130,7 +155,12 @@ export interface UniverifyManager {
130
155
  * "osVer": "12.0",
131
156
  * "uniVer": "√",
132
157
  * "unixVer": "4.18"
133
- * }
158
+ * },
159
+ * "harmony": {
160
+ * "osVer": "5.0.0",
161
+ * "uniVer": "4.51",
162
+ * "unixVer": "4.51"
163
+ * }
134
164
  * }
135
165
  * }
136
166
  */
@@ -148,7 +178,12 @@ export interface UniverifyManager {
148
178
  * "osVer": "12.0",
149
179
  * "uniVer": "√",
150
180
  * "unixVer": "4.18"
151
- * }
181
+ * },
182
+ * "harmony": {
183
+ * "osVer": "5.0.0",
184
+ * "uniVer": "4.51",
185
+ * "unixVer": "4.51"
186
+ * }
152
187
  * }
153
188
  * }
154
189
  */
@@ -168,6 +203,31 @@ export type UniVerifyManagerPreLoginOptions = {
168
203
  * 登录参数
169
204
  */
170
205
  export type UniVerifyManagerLoginOptions = {
206
+ /**
207
+ * @uniPlatform {
208
+ * "app": {
209
+ * "android": {
210
+ * "osVer": "5.0",
211
+ * "uniVer": "4.51",
212
+ * "unixVer": "4.51"
213
+ * },
214
+ * "ios": {
215
+ * "osVer": "12.0",
216
+ * "uniVer": "4.51",
217
+ * "unixVer": "4.51"
218
+ * },
219
+ * "harmony": {
220
+ * "osVer": "5.0.0",
221
+ * "uniVer": "4.51",
222
+ * "unixVer": "4.51"
223
+ * }
224
+ * }
225
+ * }
226
+ */
227
+ uniVerifyStyle ?: UniVerifyManagerLoginStyle,
228
+ /**
229
+ * @deprecated 已废弃,建议使用 uniVerifyStyle
230
+ */
171
231
  univerifyStyle ?: UniVerifyManagerLoginStyle,
172
232
  success ?: UniVerifyManagerLoginSuccessCallback,
173
233
  fail ?: UniVerifyManagerLoginFailCallback,
@@ -217,6 +277,25 @@ export type UniVerifyManagerLoginStyle = {
217
277
  logoPath ?: string,
218
278
  /**
219
279
  * 登录页背景色
280
+ * @uniPlatform {
281
+ * "app": {
282
+ * "android": {
283
+ * "osVer": "5.0",
284
+ * "uniVer": "√",
285
+ * "unixVer": "3.99"
286
+ * },
287
+ * "ios": {
288
+ * "osVer": "12.0",
289
+ * "uniVer": "√",
290
+ * "unixVer": "4.18"
291
+ * },
292
+ * "harmony": {
293
+ * "osVer": "x",
294
+ * "uniVer": "x",
295
+ * "unixVer": "x"
296
+ * }
297
+ * }
298
+ * }
220
299
  */
221
300
  backgroundColor ?: string,
222
301
  /**
@@ -227,74 +306,94 @@ export type UniVerifyManagerLoginStyle = {
227
306
 
228
307
  export type UniVerifyManagerPreLoginSuccess = {
229
308
  /**
230
- * 手机号(脱敏)
231
- * @uniPlatform {
232
- * "app": {
233
- * "android": {
234
- * "osVer": "5.0",
235
- * "uniVer": "4.41",
236
- * "unixVer": "4.41"
237
- * },
238
- * "ios": {
239
- * "osVer": "12.0",
240
- * "uniVer": "4.41",
241
- * "unixVer": "4.41"
242
- * }
243
- * }
309
+ * 手机号(脱敏)
310
+ * @uniPlatform {
311
+ * "app": {
312
+ * "android": {
313
+ * "osVer": "5.0",
314
+ * "uniVer": "4.41",
315
+ * "unixVer": "4.41"
316
+ * },
317
+ * "ios": {
318
+ * "osVer": "12.0",
319
+ * "uniVer": "4.41",
320
+ * "unixVer": "4.41"
321
+ * },
322
+ * "harmony": {
323
+ * "osVer": "5.0.0",
324
+ * "uniVer": "4.51",
325
+ * "unixVer": "4.51"
326
+ * }
327
+ * }
244
328
  * }
245
329
  */
246
330
  number : string,
247
331
  /**
248
- * 运营商slogan,如移动:中国移动提供认证服务,联通:认证服务由联通统一认证提供,电信:天翼账号提供认证服务
249
- * @uniPlatform {
250
- * "app": {
251
- * "android": {
252
- * "osVer": "5.0",
253
- * "uniVer": "4.41",
254
- * "unixVer": "4.41"
255
- * },
256
- * "ios": {
257
- * "osVer": "12.0",
258
- * "uniVer": "4.41",
259
- * "unixVer": "4.41"
260
- * }
261
- * }
332
+ * 运营商slogan,如移动:中国移动提供认证服务,联通:认证服务由联通统一认证提供,电信:天翼账号提供认证服务
333
+ * @uniPlatform {
334
+ * "app": {
335
+ * "android": {
336
+ * "osVer": "5.0",
337
+ * "uniVer": "4.41",
338
+ * "unixVer": "4.41"
339
+ * },
340
+ * "ios": {
341
+ * "osVer": "12.0",
342
+ * "uniVer": "4.41",
343
+ * "unixVer": "4.41"
344
+ * },
345
+ * "harmony": {
346
+ * "osVer": "5.0.0",
347
+ * "uniVer": "4.51",
348
+ * "unixVer": "4.51"
349
+ * }
350
+ * }
262
351
  * }
263
352
  */
264
353
  slogan : string,
265
354
  /**
266
- * 运营商隐私协议名称,如移动:中国移动认证服务条款,联通:联通统一认证服务条款,电信:天翼账号服务与隐私协议
267
- * @uniPlatform {
268
- * "app": {
269
- * "android": {
270
- * "osVer": "5.0",
271
- * "uniVer": "4.41",
272
- * "unixVer": "4.41"
273
- * },
274
- * "ios": {
275
- * "osVer": "12.0",
276
- * "uniVer": "4.41",
277
- * "unixVer": "4.41"
278
- * }
279
- * }
355
+ * 运营商隐私协议名称,如移动:中国移动认证服务条款,联通:联通统一认证服务条款,电信:天翼账号服务与隐私协议
356
+ * @uniPlatform {
357
+ * "app": {
358
+ * "android": {
359
+ * "osVer": "5.0",
360
+ * "uniVer": "4.41",
361
+ * "unixVer": "4.41"
362
+ * },
363
+ * "ios": {
364
+ * "osVer": "12.0",
365
+ * "uniVer": "4.41",
366
+ * "unixVer": "4.41"
367
+ * },
368
+ * "harmony": {
369
+ * "osVer": "x",
370
+ * "uniVer": "x",
371
+ * "unixVer": "x"
372
+ * }
373
+ * }
280
374
  * }
281
375
  */
282
376
  privacyName : string,
283
377
  /**
284
- * 运营商隐私协议url地址
285
- * @uniPlatform {
286
- * "app": {
287
- * "android": {
288
- * "osVer": "5.0",
289
- * "uniVer": "4.41",
290
- * "unixVer": "4.41"
291
- * },
292
- * "ios": {
293
- * "osVer": "12.0",
294
- * "uniVer": "4.41",
295
- * "unixVer": "4.41"
296
- * }
297
- * }
378
+ * 运营商隐私协议url地址
379
+ * @uniPlatform {
380
+ * "app": {
381
+ * "android": {
382
+ * "osVer": "5.0",
383
+ * "uniVer": "4.41",
384
+ * "unixVer": "4.41"
385
+ * },
386
+ * "ios": {
387
+ * "osVer": "12.0",
388
+ * "uniVer": "4.41",
389
+ * "unixVer": "4.41"
390
+ * },
391
+ * "harmony": {
392
+ * "osVer": "x",
393
+ * "uniVer": "x",
394
+ * "unixVer": "x"
395
+ * }
396
+ * }
298
397
  * }
299
398
  */
300
399
  privacyUrl : string
@@ -331,133 +430,214 @@ export type UniVerifyManagerLoginCompleteCallback = (res : UniVerifyManagerLogin
331
430
 
332
431
  export type UniVerifyManagerErrorCode =
333
432
  /**
334
- * 当前应用appid尚未开通uni一键登录
335
- * @uniPlatform {
336
- * "app": {
337
- * "android": {
338
- * "osVer": "5.0",
339
- * "uniVer": "√",
340
- * "unixVer": "3.99"
341
- * },
342
- * "ios": {
343
- * "osVer": "12.0",
344
- * "uniVer": "√",
345
- * "unixVer": "4.18"
346
- * }
347
- * }
433
+ * 当前应用appid尚未开通uni一键登录
434
+ * @uniPlatform {
435
+ * "app": {
436
+ * "android": {
437
+ * "osVer": "5.0",
438
+ * "uniVer": "√",
439
+ * "unixVer": "3.99"
440
+ * },
441
+ * "ios": {
442
+ * "osVer": "12.0",
443
+ * "uniVer": "√",
444
+ * "unixVer": "4.18"
445
+ * },
446
+ * "harmony": {
447
+ * "osVer": "5.0.0",
448
+ * "uniVer": "4.51",
449
+ * "unixVer": "4.51"
450
+ * }
451
+ * }
348
452
  * }
349
453
  */
350
454
  1000 |
351
455
  /**
352
- * 应用所有者账号信息异常,请检查账号一键登录服务是否正常
353
- * @uniPlatform {
354
- * "app": {
355
- * "android": {
356
- * "osVer": "5.0",
357
- * "uniVer": "√",
358
- * "unixVer": "3.99"
359
- * },
360
- * "ios": {
361
- * "osVer": "12.0",
362
- * "uniVer": "√",
363
- * "unixVer": "4.18"
364
- * }
365
- * }
456
+ * 应用所有者账号信息异常,请检查账号一键登录服务是否正常
457
+ * @uniPlatform {
458
+ * "app": {
459
+ * "android": {
460
+ * "osVer": "5.0",
461
+ * "uniVer": "√",
462
+ * "unixVer": "3.99"
463
+ * },
464
+ * "ios": {
465
+ * "osVer": "12.0",
466
+ * "uniVer": "√",
467
+ * "unixVer": "4.18"
468
+ * },
469
+ * "harmony": {
470
+ * "osVer": "5.0.0",
471
+ * "uniVer": "4.51",
472
+ * "unixVer": "4.51"
473
+ * }
474
+ * }
366
475
  * }
367
476
  */
368
477
  1001 |
369
478
  /**
370
- * 应用所有者账号信息异常,请检查账号余额是否充足
371
- * @uniPlatform {
372
- * "app": {
373
- * "android": {
374
- * "osVer": "5.0",
375
- * "uniVer": "√",
376
- * "unixVer": "3.99"
377
- * },
378
- * "ios": {
379
- * "osVer": "12.0",
380
- * "uniVer": "√",
381
- * "unixVer": "4.18"
382
- * }
383
- * }
479
+ * 应用所有者账号信息异常,请检查账号余额是否充足
480
+ * @uniPlatform {
481
+ * "app": {
482
+ * "android": {
483
+ * "osVer": "5.0",
484
+ * "uniVer": "√",
485
+ * "unixVer": "3.99"
486
+ * },
487
+ * "ios": {
488
+ * "osVer": "12.0",
489
+ * "uniVer": "√",
490
+ * "unixVer": "4.18"
491
+ * },
492
+ * "harmony": {
493
+ * "osVer": "5.0.0",
494
+ * "uniVer": "4.51",
495
+ * "unixVer": "4.51"
496
+ * }
497
+ * }
384
498
  * }
385
499
  */
386
500
  1002 |
387
501
  /**
388
- * uni一键登录应用不存在
389
- * @uniPlatform {
390
- * "app": {
391
- * "android": {
392
- * "osVer": "5.0",
393
- * "uniVer": "√",
394
- * "unixVer": "3.99"
395
- * },
396
- * "ios": {
397
- * "osVer": "12.0",
398
- * "uniVer": "√",
399
- * "unixVer": "4.18"
400
- * }
401
- * }
502
+ * uni一键登录应用不存在
503
+ * @uniPlatform {
504
+ * "app": {
505
+ * "android": {
506
+ * "osVer": "5.0",
507
+ * "uniVer": "√",
508
+ * "unixVer": "3.99"
509
+ * },
510
+ * "ios": {
511
+ * "osVer": "12.0",
512
+ * "uniVer": "√",
513
+ * "unixVer": "4.18"
514
+ * },
515
+ * "harmony": {
516
+ * "osVer": "5.0.0",
517
+ * "uniVer": "4.51",
518
+ * "unixVer": "4.51"
519
+ * }
520
+ * }
402
521
  * }
403
522
  */
404
523
  1004 |
405
524
  /**
406
- * 参数异常
407
- * @uniPlatform {
408
- * "app": {
409
- * "android": {
410
- * "osVer": "5.0",
411
- * "uniVer": "√",
412
- * "unixVer": "3.99"
413
- * },
414
- * "ios": {
415
- * "osVer": "12.0",
416
- * "uniVer": "√",
417
- * "unixVer": "4.18"
418
- * }
419
- * }
525
+ * 参数异常
526
+ * @uniPlatform {
527
+ * "app": {
528
+ * "android": {
529
+ * "osVer": "5.0",
530
+ * "uniVer": "√",
531
+ * "unixVer": "3.99"
532
+ * },
533
+ * "ios": {
534
+ * "osVer": "12.0",
535
+ * "uniVer": "√",
536
+ * "unixVer": "4.18"
537
+ * },
538
+ * "harmony": {
539
+ * "osVer": "5.0.0",
540
+ * "uniVer": "4.51",
541
+ * "unixVer": "4.51"
542
+ * }
543
+ * }
420
544
  * }
421
545
  */
422
546
  4001 |
423
547
  /**
424
- * 其他错误
425
- * @uniPlatform {
426
- * "app": {
427
- * "android": {
428
- * "osVer": "5.0",
429
- * "uniVer": "√",
430
- * "unixVer": "3.99"
431
- * },
432
- * "ios": {
433
- * "osVer": "12.0",
434
- * "uniVer": "√",
435
- * "unixVer": "4.18"
436
- * }
437
- * }
548
+ * 其他错误
549
+ * @uniPlatform {
550
+ * "app": {
551
+ * "android": {
552
+ * "osVer": "5.0",
553
+ * "uniVer": "√",
554
+ * "unixVer": "3.99"
555
+ * },
556
+ * "ios": {
557
+ * "osVer": "12.0",
558
+ * "uniVer": "√",
559
+ * "unixVer": "4.18"
560
+ * },
561
+ * "harmony": {
562
+ * "osVer": "5.0.0",
563
+ * "uniVer": "4.51",
564
+ * "unixVer": "4.51"
565
+ * }
566
+ * }
438
567
  * }
439
568
  */
440
569
  30004 |
441
570
  /**
442
- * 预登录失败
443
- * @uniPlatform {
444
- * "app": {
445
- * "android": {
446
- * "osVer": "5.0",
447
- * "uniVer": "√",
448
- * "unixVer": "3.99"
449
- * },
450
- * "ios": {
451
- * "osVer": "12.0",
452
- * "uniVer": "√",
453
- * "unixVer": "4.18"
454
- * }
455
- * }
571
+ * 预登录失败
572
+ * @uniPlatform {
573
+ * "app": {
574
+ * "android": {
575
+ * "osVer": "5.0",
576
+ * "uniVer": "√",
577
+ * "unixVer": "3.99"
578
+ * },
579
+ * "ios": {
580
+ * "osVer": "12.0",
581
+ * "uniVer": "√",
582
+ * "unixVer": "4.18"
583
+ * },
584
+ * "harmony": {
585
+ * "osVer": "5.0.0",
586
+ * "uniVer": "4.51",
587
+ * "unixVer": "4.51"
588
+ * }
589
+ * }
456
590
  * }
457
591
  */
458
592
  30005 |
459
593
  /**
460
- * 一键登录失败
594
+ * 一键登录失败
595
+ * @uniPlatform {
596
+ * "app": {
597
+ * "android": {
598
+ * "osVer": "5.0",
599
+ * "uniVer": "√",
600
+ * "unixVer": "3.99"
601
+ * },
602
+ * "ios": {
603
+ * "osVer": "12.0",
604
+ * "uniVer": "√",
605
+ * "unixVer": "4.18"
606
+ * },
607
+ * "harmony": {
608
+ * "osVer": "5.0.0",
609
+ * "uniVer": "4.51",
610
+ * "unixVer": "4.51"
611
+ * }
612
+ * }
613
+ * }
614
+ */
615
+ 30006 |
616
+ /**
617
+ * 预登录失效
618
+ * @uniPlatform {
619
+ * "app": {
620
+ * "android": {
621
+ * "osVer": "5.0",
622
+ * "uniVer": "√",
623
+ * "unixVer": "3.99"
624
+ * },
625
+ * "ios": {
626
+ * "osVer": "12.0",
627
+ * "uniVer": "√",
628
+ * "unixVer": "4.51"
629
+ * },
630
+ * "harmony": {
631
+ * "osVer": "5.0.0",
632
+ * "uniVer": "4.51",
633
+ * "unixVer": "4.51"
634
+ * }
635
+ * }
636
+ * }
637
+ */
638
+ 30007 |
639
+ /**
640
+ * 上一个请求正在进行中,请稍后重试
461
641
  * @uniPlatform {
462
642
  * "app": {
463
643
  * "android": {
@@ -468,12 +648,17 @@ export type UniVerifyManagerErrorCode =
468
648
  * "ios": {
469
649
  * "osVer": "12.0",
470
650
  * "uniVer": "√",
471
- * "unixVer": "4.18"
651
+ * "unixVer": "4.51"
652
+ * },
653
+ * "harmony": {
654
+ * "osVer": "5.0.0",
655
+ * "uniVer": "4.51",
656
+ * "unixVer": "4.51"
472
657
  * }
473
658
  * }
474
- * }
475
- */
476
- 30006 |
659
+ * }
660
+ */
661
+ 30008 |
477
662
  /**
478
663
  * 自定义授权页面未同意隐私条款
479
664
  * @uniPlatform {
@@ -487,6 +672,11 @@ export type UniVerifyManagerErrorCode =
487
672
  * "osVer": "12.0",
488
673
  * "uniVer": "4.41",
489
674
  * "unixVer": "4.41"
675
+ * },
676
+ * "harmony": {
677
+ * "osVer": "x",
678
+ * "uniVer": "x",
679
+ * "unixVer": "x"
490
680
  * }
491
681
  * }
492
682
  * }
@@ -505,7 +695,12 @@ export type UniVerifyManagerErrorCode =
505
695
  * "osVer": "12.0",
506
696
  * "uniVer": "4.41",
507
697
  * "unixVer": "4.41"
508
- * }
698
+ * },
699
+ * "harmony": {
700
+ * "osVer": "x",
701
+ * "uniVer": "x",
702
+ * "unixVer": "x"
703
+ * }
509
704
  * }
510
705
  * }
511
706
  */