hylid-bridge 4.0.22 → 4.0.24-alpha.2

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 (57) hide show
  1. package/README.md +165 -162
  2. package/canIUse.json +1 -1
  3. package/lib/bridges.d.ts +57 -4
  4. package/lib/bridges.js +31 -5
  5. package/lib/clients/mp/demo/index.d.ts +6 -1
  6. package/lib/clients/mp_web/alipayhk/index.d.ts +6 -1
  7. package/lib/clients/mp_web/dana/index.d.ts +6 -1
  8. package/lib/clients/mp_web/demo/index.d.ts +6 -1
  9. package/lib/clients/mp_web/gcash/index.d.ts +6 -1
  10. package/lib/clients/mp_web/mpay/index.d.ts +6 -1
  11. package/lib/clients/mp_web/tmn/index.d.ts +6 -1
  12. package/lib/clients/mp_web/tngd/index.d.ts +6 -1
  13. package/lib/clients/mp_web/toss/index.d.ts +6 -1
  14. package/lib/clients/web/alipay/getClientInfo.d.ts +2 -0
  15. package/lib/clients/web/alipay/getClientInfo.js +3 -0
  16. package/lib/clients/web/alipay/getStorage.d.ts +2 -0
  17. package/lib/clients/web/alipay/getStorage.js +3 -0
  18. package/lib/clients/web/alipay/index.d.ts +20 -3
  19. package/lib/clients/web/alipay/index.js +4 -2
  20. package/lib/clients/web/alipay/request.d.ts +2 -0
  21. package/lib/clients/web/alipay/request.js +3 -0
  22. package/lib/clients/web/alipay/setNavigationBar.d.ts +2 -0
  23. package/lib/clients/web/alipay/setNavigationBar.js +3 -0
  24. package/lib/clients/web/alipay/setStorage.d.ts +2 -0
  25. package/lib/clients/web/alipay/setStorage.js +3 -0
  26. package/lib/clients/web/alipayhk/getClientInfo.d.ts +2 -0
  27. package/lib/clients/web/alipayhk/getClientInfo.js +3 -0
  28. package/lib/clients/web/alipayhk/index.d.ts +24 -0
  29. package/lib/clients/web/alipayhk/index.js +9 -0
  30. package/lib/clients/web/demo/index.d.ts +2 -4
  31. package/lib/clients/web/demo/index.js +2 -4
  32. package/lib/common/apis/custom/mp_web/mpay/getAppToken.d.ts +6 -1
  33. package/lib/common/apis/custom/web/getStorage.d.ts +3 -0
  34. package/lib/common/apis/custom/web/getStorage.js +3 -0
  35. package/lib/common/apis/custom/web/request.d.ts +3 -0
  36. package/lib/common/apis/custom/web/request.js +3 -0
  37. package/lib/common/apis/custom/web/setNavigationBar.d.ts +3 -0
  38. package/lib/common/apis/custom/web/setNavigationBar.js +3 -0
  39. package/lib/common/apis/custom/web/setStorage.d.ts +3 -0
  40. package/lib/common/apis/custom/web/setStorage.js +3 -0
  41. package/lib/common/apis/generated/mp/getAppToken.d.ts +14 -2
  42. package/lib/common/apis/generated/mp_web/getAppToken.d.ts +14 -2
  43. package/lib/common/apis/generated/web/getAppToken.d.ts +14 -2
  44. package/lib/common/apis/generated/web/getClientInfo.d.ts +33 -0
  45. package/lib/common/apis/generated/web/getClientInfo.js +8 -0
  46. package/lib/dsl.d.ts +11 -12
  47. package/lib/dsl.js +2 -2
  48. package/lib/umd/index.js +1 -1
  49. package/lib/umd/mp_web_alipay.js +1 -1
  50. package/lib/umd/mp_web_mpay.js +1 -1
  51. package/lib/umd/web_alipay.js +1 -1
  52. package/lib/umd/web_alipayhk.js +1 -0
  53. package/lib/umd/web_demo.js +1 -1
  54. package/lib/whichCanIUse/compatibilities.json +161 -161
  55. package/package.json +11 -7
  56. /package/lib/clients/web/{demo → alipayhk}/getAppToken.d.ts +0 -0
  57. /package/lib/clients/web/{demo → alipayhk}/getAppToken.js +0 -0
@@ -1,21 +1,10 @@
1
1
  {
2
- "tradePay": [
3
- {
4
- "clientName": "Alipay",
5
- "deletedAt": null,
6
- "hylidBridgeVersion": "2.12.0",
7
- "clientVersion": null,
8
- "osType": "ANDROID",
9
- "platformType": "MPWEB",
10
- "supported": 1
11
- }
12
- ],
13
2
  "addFatigueAction": [
14
3
  {
15
4
  "clientName": "5",
16
5
  "deletedAt": null,
17
6
  "hylidBridgeVersion": "2.12.0",
18
- "clientVersion": null,
7
+ "clientVersion": "",
19
8
  "osType": "ANDROID",
20
9
  "platformType": "MPWEB",
21
10
  "supported": 1
@@ -26,7 +15,7 @@
26
15
  "clientName": "5",
27
16
  "deletedAt": null,
28
17
  "hylidBridgeVersion": "2.12.0",
29
- "clientVersion": null,
18
+ "clientVersion": "",
30
19
  "osType": "ANDROID",
31
20
  "platformType": "MPWEB",
32
21
  "supported": 1
@@ -37,7 +26,7 @@
37
26
  "clientName": "Alipay",
38
27
  "deletedAt": null,
39
28
  "hylidBridgeVersion": "2.12.0",
40
- "clientVersion": null,
29
+ "clientVersion": "",
41
30
  "osType": "ANDROID",
42
31
  "platformType": "MPWEB",
43
32
  "supported": 1
@@ -48,7 +37,7 @@
48
37
  "clientName": "5",
49
38
  "deletedAt": null,
50
39
  "hylidBridgeVersion": "2.12.0",
51
- "clientVersion": null,
40
+ "clientVersion": "",
52
41
  "osType": "ANDROID",
53
42
  "platformType": "MPWEB",
54
43
  "supported": 1
@@ -59,7 +48,7 @@
59
48
  "clientName": "5",
60
49
  "deletedAt": null,
61
50
  "hylidBridgeVersion": "2.12.0",
62
- "clientVersion": null,
51
+ "clientVersion": "",
63
52
  "osType": "ANDROID",
64
53
  "platformType": "MPWEB",
65
54
  "supported": 1
@@ -70,7 +59,7 @@
70
59
  "clientName": "5",
71
60
  "deletedAt": null,
72
61
  "hylidBridgeVersion": "2.12.0",
73
- "clientVersion": null,
62
+ "clientVersion": "",
74
63
  "osType": "ANDROID",
75
64
  "platformType": "MPWEB",
76
65
  "supported": 1
@@ -81,7 +70,7 @@
81
70
  "clientName": "5",
82
71
  "deletedAt": null,
83
72
  "hylidBridgeVersion": "2.12.0",
84
- "clientVersion": null,
73
+ "clientVersion": "",
85
74
  "osType": "ANDROID",
86
75
  "platformType": "MPWEB",
87
76
  "supported": 1
@@ -92,7 +81,7 @@
92
81
  "clientName": "Alipay",
93
82
  "deletedAt": null,
94
83
  "hylidBridgeVersion": "2.12.0",
95
- "clientVersion": null,
84
+ "clientVersion": "",
96
85
  "osType": "ANDROID",
97
86
  "platformType": "MPWEB",
98
87
  "supported": 1
@@ -103,7 +92,7 @@
103
92
  "clientName": "5",
104
93
  "deletedAt": null,
105
94
  "hylidBridgeVersion": "2.12.0",
106
- "clientVersion": null,
95
+ "clientVersion": "",
107
96
  "osType": "ANDROID",
108
97
  "platformType": "MPWEB",
109
98
  "supported": 1
@@ -114,7 +103,7 @@
114
103
  "clientName": "Alipay",
115
104
  "deletedAt": null,
116
105
  "hylidBridgeVersion": "2.12.0",
117
- "clientVersion": null,
106
+ "clientVersion": "",
118
107
  "osType": "ANDROID",
119
108
  "platformType": "MPWEB",
120
109
  "supported": 1
@@ -125,7 +114,7 @@
125
114
  "clientName": "5",
126
115
  "deletedAt": null,
127
116
  "hylidBridgeVersion": "2.12.0",
128
- "clientVersion": null,
117
+ "clientVersion": "",
129
118
  "osType": "ANDROID",
130
119
  "platformType": "MP",
131
120
  "supported": 1
@@ -136,7 +125,7 @@
136
125
  "clientName": "5",
137
126
  "deletedAt": null,
138
127
  "hylidBridgeVersion": "2.12.0",
139
- "clientVersion": null,
128
+ "clientVersion": "",
140
129
  "osType": "ANDROID",
141
130
  "platformType": "MPWEB",
142
131
  "supported": 1
@@ -147,7 +136,7 @@
147
136
  "clientName": "5",
148
137
  "deletedAt": null,
149
138
  "hylidBridgeVersion": "2.12.0",
150
- "clientVersion": null,
139
+ "clientVersion": "",
151
140
  "osType": "ANDROID",
152
141
  "platformType": "MPWEB",
153
142
  "supported": 1
@@ -158,7 +147,7 @@
158
147
  "clientName": "Alipay",
159
148
  "deletedAt": null,
160
149
  "hylidBridgeVersion": "2.12.0",
161
- "clientVersion": null,
150
+ "clientVersion": "",
162
151
  "osType": "ANDROID",
163
152
  "platformType": "MPWEB",
164
153
  "supported": 1
@@ -169,7 +158,7 @@
169
158
  "clientName": "5",
170
159
  "deletedAt": null,
171
160
  "hylidBridgeVersion": "2.12.0",
172
- "clientVersion": null,
161
+ "clientVersion": "",
173
162
  "osType": "ANDROID",
174
163
  "platformType": "MPWEB",
175
164
  "supported": 1
@@ -180,7 +169,7 @@
180
169
  "clientName": "5",
181
170
  "deletedAt": null,
182
171
  "hylidBridgeVersion": "2.12.0",
183
- "clientVersion": null,
172
+ "clientVersion": "",
184
173
  "osType": "ANDROID",
185
174
  "platformType": "MPWEB",
186
175
  "supported": 1
@@ -191,7 +180,7 @@
191
180
  "clientName": "5",
192
181
  "deletedAt": null,
193
182
  "hylidBridgeVersion": "2.12.0",
194
- "clientVersion": null,
183
+ "clientVersion": "",
195
184
  "osType": "ANDROID",
196
185
  "platformType": "MP",
197
186
  "supported": 1
@@ -202,7 +191,7 @@
202
191
  "clientName": "Alipay",
203
192
  "deletedAt": null,
204
193
  "hylidBridgeVersion": "2.12.0",
205
- "clientVersion": null,
194
+ "clientVersion": "",
206
195
  "osType": "ANDROID",
207
196
  "platformType": "MP",
208
197
  "supported": 1
@@ -213,7 +202,7 @@
213
202
  "clientName": "Alipay",
214
203
  "deletedAt": null,
215
204
  "hylidBridgeVersion": "2.12.0",
216
- "clientVersion": null,
205
+ "clientVersion": "",
217
206
  "osType": "ANDROID",
218
207
  "platformType": "MPWEB",
219
208
  "supported": 1
@@ -224,7 +213,7 @@
224
213
  "clientName": "5",
225
214
  "deletedAt": null,
226
215
  "hylidBridgeVersion": "2.12.0",
227
- "clientVersion": null,
216
+ "clientVersion": "",
228
217
  "osType": "ANDROID",
229
218
  "platformType": "MPWEB",
230
219
  "supported": 1
@@ -235,7 +224,7 @@
235
224
  "clientName": "5",
236
225
  "deletedAt": null,
237
226
  "hylidBridgeVersion": "2.12.0",
238
- "clientVersion": null,
227
+ "clientVersion": "",
239
228
  "osType": "ANDROID",
240
229
  "platformType": "MPWEB",
241
230
  "supported": 1
@@ -246,7 +235,7 @@
246
235
  "clientName": "5",
247
236
  "deletedAt": null,
248
237
  "hylidBridgeVersion": "2.12.0",
249
- "clientVersion": null,
238
+ "clientVersion": "",
250
239
  "osType": "ANDROID",
251
240
  "platformType": "MPWEB",
252
241
  "supported": 1
@@ -257,7 +246,7 @@
257
246
  "clientName": "5",
258
247
  "deletedAt": null,
259
248
  "hylidBridgeVersion": "2.12.0",
260
- "clientVersion": null,
249
+ "clientVersion": "",
261
250
  "osType": "ANDROID",
262
251
  "platformType": "MPWEB",
263
252
  "supported": 1
@@ -268,7 +257,7 @@
268
257
  "clientName": "Alipay",
269
258
  "deletedAt": null,
270
259
  "hylidBridgeVersion": "2.12.0",
271
- "clientVersion": null,
260
+ "clientVersion": "",
272
261
  "osType": "ANDROID",
273
262
  "platformType": "MPWEB",
274
263
  "supported": 1
@@ -279,7 +268,7 @@
279
268
  "clientName": "5",
280
269
  "deletedAt": null,
281
270
  "hylidBridgeVersion": "2.12.0",
282
- "clientVersion": null,
271
+ "clientVersion": "",
283
272
  "osType": "ANDROID",
284
273
  "platformType": "MPWEB",
285
274
  "supported": 1
@@ -290,7 +279,7 @@
290
279
  "clientName": "Alipay",
291
280
  "deletedAt": null,
292
281
  "hylidBridgeVersion": "2.12.0",
293
- "clientVersion": null,
282
+ "clientVersion": "",
294
283
  "osType": "ANDROID",
295
284
  "platformType": "MPWEB",
296
285
  "supported": 1
@@ -301,7 +290,7 @@
301
290
  "clientName": "5",
302
291
  "deletedAt": null,
303
292
  "hylidBridgeVersion": "2.12.0",
304
- "clientVersion": null,
293
+ "clientVersion": "",
305
294
  "osType": "ANDROID",
306
295
  "platformType": "MPWEB",
307
296
  "supported": 1
@@ -312,7 +301,7 @@
312
301
  "clientName": "5",
313
302
  "deletedAt": null,
314
303
  "hylidBridgeVersion": "2.12.0",
315
- "clientVersion": null,
304
+ "clientVersion": "",
316
305
  "osType": "ANDROID",
317
306
  "platformType": "MPWEB",
318
307
  "supported": 1
@@ -323,7 +312,7 @@
323
312
  "clientName": "5",
324
313
  "deletedAt": null,
325
314
  "hylidBridgeVersion": "2.12.0",
326
- "clientVersion": null,
315
+ "clientVersion": "",
327
316
  "osType": "ANDROID",
328
317
  "platformType": "MPWEB",
329
318
  "supported": 1
@@ -334,7 +323,7 @@
334
323
  "clientName": "5",
335
324
  "deletedAt": null,
336
325
  "hylidBridgeVersion": "2.12.0",
337
- "clientVersion": null,
326
+ "clientVersion": "",
338
327
  "osType": "ANDROID",
339
328
  "platformType": "MPWEB",
340
329
  "supported": 1
@@ -345,7 +334,7 @@
345
334
  "clientName": "5",
346
335
  "deletedAt": null,
347
336
  "hylidBridgeVersion": "2.12.0",
348
- "clientVersion": null,
337
+ "clientVersion": "",
349
338
  "osType": "ANDROID",
350
339
  "platformType": "MPWEB",
351
340
  "supported": 1
@@ -356,7 +345,7 @@
356
345
  "clientName": "Alipay",
357
346
  "deletedAt": null,
358
347
  "hylidBridgeVersion": "2.12.0",
359
- "clientVersion": null,
348
+ "clientVersion": "",
360
349
  "osType": "ANDROID",
361
350
  "platformType": "MPWEB",
362
351
  "supported": 1
@@ -367,7 +356,7 @@
367
356
  "clientName": "5",
368
357
  "deletedAt": null,
369
358
  "hylidBridgeVersion": "2.12.0",
370
- "clientVersion": null,
359
+ "clientVersion": "",
371
360
  "osType": "ANDROID",
372
361
  "platformType": "MPWEB",
373
362
  "supported": 1
@@ -378,7 +367,7 @@
378
367
  "clientName": "5",
379
368
  "deletedAt": null,
380
369
  "hylidBridgeVersion": "2.12.0",
381
- "clientVersion": null,
370
+ "clientVersion": "",
382
371
  "osType": "ANDROID",
383
372
  "platformType": "MPWEB",
384
373
  "supported": 1
@@ -389,7 +378,7 @@
389
378
  "clientName": "5",
390
379
  "deletedAt": null,
391
380
  "hylidBridgeVersion": "2.12.0",
392
- "clientVersion": null,
381
+ "clientVersion": "",
393
382
  "osType": "ANDROID",
394
383
  "platformType": "MPWEB",
395
384
  "supported": 1
@@ -400,7 +389,7 @@
400
389
  "clientName": "Alipay",
401
390
  "deletedAt": null,
402
391
  "hylidBridgeVersion": "2.12.0",
403
- "clientVersion": null,
392
+ "clientVersion": "",
404
393
  "osType": "ANDROID",
405
394
  "platformType": "MPWEB",
406
395
  "supported": 1
@@ -411,7 +400,7 @@
411
400
  "clientName": "Alipay",
412
401
  "deletedAt": null,
413
402
  "hylidBridgeVersion": "2.12.0",
414
- "clientVersion": null,
403
+ "clientVersion": "",
415
404
  "osType": "ANDROID",
416
405
  "platformType": "MPWEB",
417
406
  "supported": 1
@@ -422,7 +411,7 @@
422
411
  "clientName": "Alipay",
423
412
  "deletedAt": null,
424
413
  "hylidBridgeVersion": "2.12.0",
425
- "clientVersion": null,
414
+ "clientVersion": "",
426
415
  "osType": "ANDROID",
427
416
  "platformType": "MPWEB",
428
417
  "supported": 1
@@ -433,7 +422,7 @@
433
422
  "clientName": "5",
434
423
  "deletedAt": null,
435
424
  "hylidBridgeVersion": "2.12.0",
436
- "clientVersion": null,
425
+ "clientVersion": "",
437
426
  "osType": "ANDROID",
438
427
  "platformType": "MPWEB",
439
428
  "supported": 1
@@ -444,7 +433,7 @@
444
433
  "clientName": "5",
445
434
  "deletedAt": null,
446
435
  "hylidBridgeVersion": "2.12.0",
447
- "clientVersion": null,
436
+ "clientVersion": "",
448
437
  "osType": "ANDROID",
449
438
  "platformType": "MPWEB",
450
439
  "supported": 1
@@ -455,7 +444,7 @@
455
444
  "clientName": "Alipay",
456
445
  "deletedAt": null,
457
446
  "hylidBridgeVersion": "2.12.0",
458
- "clientVersion": null,
447
+ "clientVersion": "",
459
448
  "osType": "ANDROID",
460
449
  "platformType": "MPWEB",
461
450
  "supported": 1
@@ -466,7 +455,7 @@
466
455
  "clientName": "5",
467
456
  "deletedAt": null,
468
457
  "hylidBridgeVersion": "2.12.0",
469
- "clientVersion": null,
458
+ "clientVersion": "",
470
459
  "osType": "ANDROID",
471
460
  "platformType": "MPWEB",
472
461
  "supported": 1
@@ -477,7 +466,7 @@
477
466
  "clientName": "5",
478
467
  "deletedAt": null,
479
468
  "hylidBridgeVersion": "2.12.0",
480
- "clientVersion": null,
469
+ "clientVersion": "",
481
470
  "osType": "ANDROID",
482
471
  "platformType": "MPWEB",
483
472
  "supported": 1
@@ -488,7 +477,7 @@
488
477
  "clientName": "5",
489
478
  "deletedAt": null,
490
479
  "hylidBridgeVersion": "2.12.0",
491
- "clientVersion": null,
480
+ "clientVersion": "",
492
481
  "osType": "ANDROID",
493
482
  "platformType": "MPWEB",
494
483
  "supported": 1
@@ -499,7 +488,7 @@
499
488
  "clientName": "5",
500
489
  "deletedAt": null,
501
490
  "hylidBridgeVersion": "2.12.0",
502
- "clientVersion": null,
491
+ "clientVersion": "",
503
492
  "osType": "ANDROID",
504
493
  "platformType": "MPWEB",
505
494
  "supported": 1
@@ -510,7 +499,7 @@
510
499
  "clientName": "5",
511
500
  "deletedAt": null,
512
501
  "hylidBridgeVersion": "2.12.0",
513
- "clientVersion": null,
502
+ "clientVersion": "",
514
503
  "osType": "ANDROID",
515
504
  "platformType": "MPWEB",
516
505
  "supported": 1
@@ -521,7 +510,7 @@
521
510
  "clientName": "5",
522
511
  "deletedAt": null,
523
512
  "hylidBridgeVersion": "2.12.0",
524
- "clientVersion": null,
513
+ "clientVersion": "",
525
514
  "osType": "ANDROID",
526
515
  "platformType": "MPWEB",
527
516
  "supported": 1
@@ -532,7 +521,7 @@
532
521
  "clientName": "Alipay",
533
522
  "deletedAt": null,
534
523
  "hylidBridgeVersion": "2.12.0",
535
- "clientVersion": null,
524
+ "clientVersion": "",
536
525
  "osType": "ANDROID",
537
526
  "platformType": "MPWEB",
538
527
  "supported": 1
@@ -543,7 +532,7 @@
543
532
  "clientName": "5",
544
533
  "deletedAt": null,
545
534
  "hylidBridgeVersion": "2.12.0",
546
- "clientVersion": null,
535
+ "clientVersion": "",
547
536
  "osType": "ANDROID",
548
537
  "platformType": "MP",
549
538
  "supported": 1
@@ -554,7 +543,7 @@
554
543
  "clientName": "Alipay",
555
544
  "deletedAt": null,
556
545
  "hylidBridgeVersion": "2.12.0",
557
- "clientVersion": null,
546
+ "clientVersion": "",
558
547
  "osType": "ANDROID",
559
548
  "platformType": "MPWEB",
560
549
  "supported": 1
@@ -565,7 +554,7 @@
565
554
  "clientName": "5",
566
555
  "deletedAt": null,
567
556
  "hylidBridgeVersion": "2.12.0",
568
- "clientVersion": null,
557
+ "clientVersion": "",
569
558
  "osType": "ANDROID",
570
559
  "platformType": "MPWEB",
571
560
  "supported": 1
@@ -576,7 +565,7 @@
576
565
  "clientName": "5",
577
566
  "deletedAt": null,
578
567
  "hylidBridgeVersion": "2.12.0",
579
- "clientVersion": null,
568
+ "clientVersion": "",
580
569
  "osType": "ANDROID",
581
570
  "platformType": "MP",
582
571
  "supported": 1
@@ -587,7 +576,7 @@
587
576
  "clientName": "Alipay",
588
577
  "deletedAt": null,
589
578
  "hylidBridgeVersion": "2.12.0",
590
- "clientVersion": null,
579
+ "clientVersion": "",
591
580
  "osType": "ANDROID",
592
581
  "platformType": "MPWEB",
593
582
  "supported": 1
@@ -598,7 +587,7 @@
598
587
  "clientName": "Alipay",
599
588
  "deletedAt": null,
600
589
  "hylidBridgeVersion": "2.12.0",
601
- "clientVersion": null,
590
+ "clientVersion": "",
602
591
  "osType": "ANDROID",
603
592
  "platformType": "MPWEB",
604
593
  "supported": 1
@@ -609,7 +598,7 @@
609
598
  "clientName": "Alipay",
610
599
  "deletedAt": null,
611
600
  "hylidBridgeVersion": "2.12.0",
612
- "clientVersion": null,
601
+ "clientVersion": "",
613
602
  "osType": "ANDROID",
614
603
  "platformType": "MPWEB",
615
604
  "supported": 1
@@ -620,7 +609,7 @@
620
609
  "clientName": "5",
621
610
  "deletedAt": null,
622
611
  "hylidBridgeVersion": "2.12.0",
623
- "clientVersion": null,
612
+ "clientVersion": "",
624
613
  "osType": "ANDROID",
625
614
  "platformType": "MPWEB",
626
615
  "supported": 1
@@ -631,7 +620,7 @@
631
620
  "clientName": "Alipay",
632
621
  "deletedAt": null,
633
622
  "hylidBridgeVersion": "2.12.0",
634
- "clientVersion": null,
623
+ "clientVersion": "",
635
624
  "osType": "ANDROID",
636
625
  "platformType": "MPWEB",
637
626
  "supported": 1
@@ -642,7 +631,7 @@
642
631
  "clientName": "5",
643
632
  "deletedAt": null,
644
633
  "hylidBridgeVersion": "2.12.0",
645
- "clientVersion": null,
634
+ "clientVersion": "",
646
635
  "osType": "ANDROID",
647
636
  "platformType": "MPWEB",
648
637
  "supported": 1
@@ -653,7 +642,7 @@
653
642
  "clientName": "5",
654
643
  "deletedAt": null,
655
644
  "hylidBridgeVersion": "2.12.0",
656
- "clientVersion": null,
645
+ "clientVersion": "",
657
646
  "osType": "ANDROID",
658
647
  "platformType": "MPWEB",
659
648
  "supported": 1
@@ -664,7 +653,7 @@
664
653
  "clientName": "Alipay",
665
654
  "deletedAt": null,
666
655
  "hylidBridgeVersion": "2.12.0",
667
- "clientVersion": null,
656
+ "clientVersion": "",
668
657
  "osType": "ANDROID",
669
658
  "platformType": "MPWEB",
670
659
  "supported": 1
@@ -675,7 +664,7 @@
675
664
  "clientName": "Alipay",
676
665
  "deletedAt": null,
677
666
  "hylidBridgeVersion": "2.12.0",
678
- "clientVersion": null,
667
+ "clientVersion": "",
679
668
  "osType": "ANDROID",
680
669
  "platformType": "MPWEB",
681
670
  "supported": 1
@@ -686,7 +675,7 @@
686
675
  "clientName": "5",
687
676
  "deletedAt": null,
688
677
  "hylidBridgeVersion": "2.12.0",
689
- "clientVersion": null,
678
+ "clientVersion": "",
690
679
  "osType": "ANDROID",
691
680
  "platformType": "WEB",
692
681
  "supported": 1
@@ -697,7 +686,7 @@
697
686
  "clientName": "Alipay",
698
687
  "deletedAt": null,
699
688
  "hylidBridgeVersion": "2.12.0",
700
- "clientVersion": null,
689
+ "clientVersion": "",
701
690
  "osType": "ANDROID",
702
691
  "platformType": "MPWEB",
703
692
  "supported": 1
@@ -708,7 +697,7 @@
708
697
  "clientName": "Alipay",
709
698
  "deletedAt": null,
710
699
  "hylidBridgeVersion": "2.12.0",
711
- "clientVersion": null,
700
+ "clientVersion": "",
712
701
  "osType": "ANDROID",
713
702
  "platformType": "MPWEB",
714
703
  "supported": 1
@@ -719,7 +708,7 @@
719
708
  "clientName": "5",
720
709
  "deletedAt": null,
721
710
  "hylidBridgeVersion": "2.12.0",
722
- "clientVersion": null,
711
+ "clientVersion": "",
723
712
  "osType": "ANDROID",
724
713
  "platformType": "MPWEB",
725
714
  "supported": 1
@@ -730,7 +719,7 @@
730
719
  "clientName": "Alipay",
731
720
  "deletedAt": null,
732
721
  "hylidBridgeVersion": "2.12.0",
733
- "clientVersion": null,
722
+ "clientVersion": "",
734
723
  "osType": "ANDROID",
735
724
  "platformType": "MPWEB",
736
725
  "supported": 1
@@ -741,7 +730,7 @@
741
730
  "clientName": "5",
742
731
  "deletedAt": null,
743
732
  "hylidBridgeVersion": "2.12.0",
744
- "clientVersion": null,
733
+ "clientVersion": "",
745
734
  "osType": "ANDROID",
746
735
  "platformType": "MPWEB",
747
736
  "supported": 1
@@ -752,7 +741,7 @@
752
741
  "clientName": "5",
753
742
  "deletedAt": null,
754
743
  "hylidBridgeVersion": "2.12.0",
755
- "clientVersion": null,
744
+ "clientVersion": "",
756
745
  "osType": "ANDROID",
757
746
  "platformType": "MP",
758
747
  "supported": 1
@@ -763,7 +752,7 @@
763
752
  "clientName": "5",
764
753
  "deletedAt": null,
765
754
  "hylidBridgeVersion": "2.12.0",
766
- "clientVersion": null,
755
+ "clientVersion": "",
767
756
  "osType": "ANDROID",
768
757
  "platformType": "MPWEB",
769
758
  "supported": 1
@@ -774,7 +763,7 @@
774
763
  "clientName": "5",
775
764
  "deletedAt": null,
776
765
  "hylidBridgeVersion": "2.12.0",
777
- "clientVersion": null,
766
+ "clientVersion": "",
778
767
  "osType": "ANDROID",
779
768
  "platformType": "MPWEB",
780
769
  "supported": 1
@@ -785,7 +774,7 @@
785
774
  "clientName": "5",
786
775
  "deletedAt": null,
787
776
  "hylidBridgeVersion": "2.12.0",
788
- "clientVersion": null,
777
+ "clientVersion": "",
789
778
  "osType": "ANDROID",
790
779
  "platformType": "MPWEB",
791
780
  "supported": 1
@@ -796,7 +785,7 @@
796
785
  "clientName": "5",
797
786
  "deletedAt": null,
798
787
  "hylidBridgeVersion": "2.12.0",
799
- "clientVersion": null,
788
+ "clientVersion": "",
800
789
  "osType": "ANDROID",
801
790
  "platformType": "MPWEB",
802
791
  "supported": 1
@@ -807,7 +796,7 @@
807
796
  "clientName": "5",
808
797
  "deletedAt": null,
809
798
  "hylidBridgeVersion": "2.12.0",
810
- "clientVersion": null,
799
+ "clientVersion": "",
811
800
  "osType": "ANDROID",
812
801
  "platformType": "MP",
813
802
  "supported": 1
@@ -818,7 +807,7 @@
818
807
  "clientName": "5",
819
808
  "deletedAt": null,
820
809
  "hylidBridgeVersion": "2.12.0",
821
- "clientVersion": null,
810
+ "clientVersion": "",
822
811
  "osType": "ANDROID",
823
812
  "platformType": "MP",
824
813
  "supported": 1
@@ -829,7 +818,7 @@
829
818
  "clientName": "5",
830
819
  "deletedAt": null,
831
820
  "hylidBridgeVersion": "2.12.0",
832
- "clientVersion": null,
821
+ "clientVersion": "",
833
822
  "osType": "ANDROID",
834
823
  "platformType": "MPWEB",
835
824
  "supported": 1
@@ -840,7 +829,7 @@
840
829
  "clientName": "5",
841
830
  "deletedAt": null,
842
831
  "hylidBridgeVersion": "2.12.0",
843
- "clientVersion": null,
832
+ "clientVersion": "",
844
833
  "osType": "ANDROID",
845
834
  "platformType": "MPWEB",
846
835
  "supported": 1
@@ -851,7 +840,7 @@
851
840
  "clientName": "5",
852
841
  "deletedAt": null,
853
842
  "hylidBridgeVersion": "2.12.0",
854
- "clientVersion": null,
843
+ "clientVersion": "",
855
844
  "osType": "ANDROID",
856
845
  "platformType": "MPWEB",
857
846
  "supported": 1
@@ -862,7 +851,7 @@
862
851
  "clientName": "5",
863
852
  "deletedAt": null,
864
853
  "hylidBridgeVersion": "2.12.0",
865
- "clientVersion": null,
854
+ "clientVersion": "",
866
855
  "osType": "ANDROID",
867
856
  "platformType": "MPWEB",
868
857
  "supported": 1
@@ -873,7 +862,7 @@
873
862
  "clientName": "5",
874
863
  "deletedAt": null,
875
864
  "hylidBridgeVersion": "2.12.0",
876
- "clientVersion": null,
865
+ "clientVersion": "",
877
866
  "osType": "ANDROID",
878
867
  "platformType": "MPWEB",
879
868
  "supported": 1
@@ -884,7 +873,7 @@
884
873
  "clientName": "5",
885
874
  "deletedAt": null,
886
875
  "hylidBridgeVersion": "2.12.0",
887
- "clientVersion": null,
876
+ "clientVersion": "",
888
877
  "osType": "ANDROID",
889
878
  "platformType": "MP",
890
879
  "supported": 1
@@ -895,7 +884,7 @@
895
884
  "clientName": "5",
896
885
  "deletedAt": null,
897
886
  "hylidBridgeVersion": "2.12.0",
898
- "clientVersion": null,
887
+ "clientVersion": "",
899
888
  "osType": "ANDROID",
900
889
  "platformType": "MPWEB",
901
890
  "supported": 1
@@ -906,7 +895,7 @@
906
895
  "clientName": "5",
907
896
  "deletedAt": null,
908
897
  "hylidBridgeVersion": "2.12.0",
909
- "clientVersion": null,
898
+ "clientVersion": "",
910
899
  "osType": "ANDROID",
911
900
  "platformType": "MPWEB",
912
901
  "supported": 1
@@ -917,7 +906,7 @@
917
906
  "clientName": "5",
918
907
  "deletedAt": null,
919
908
  "hylidBridgeVersion": "2.12.0",
920
- "clientVersion": null,
909
+ "clientVersion": "",
921
910
  "osType": "ANDROID",
922
911
  "platformType": "MPWEB",
923
912
  "supported": 1
@@ -928,7 +917,7 @@
928
917
  "clientName": "5",
929
918
  "deletedAt": null,
930
919
  "hylidBridgeVersion": "2.12.0",
931
- "clientVersion": null,
920
+ "clientVersion": "",
932
921
  "osType": "ANDROID",
933
922
  "platformType": "MPWEB",
934
923
  "supported": 1
@@ -939,7 +928,7 @@
939
928
  "clientName": "5",
940
929
  "deletedAt": null,
941
930
  "hylidBridgeVersion": "2.12.0",
942
- "clientVersion": null,
931
+ "clientVersion": "",
943
932
  "osType": "ANDROID",
944
933
  "platformType": "MP",
945
934
  "supported": 1
@@ -950,7 +939,7 @@
950
939
  "clientName": "5",
951
940
  "deletedAt": null,
952
941
  "hylidBridgeVersion": "2.12.0",
953
- "clientVersion": null,
942
+ "clientVersion": "",
954
943
  "osType": "ANDROID",
955
944
  "platformType": "MP",
956
945
  "supported": 1
@@ -961,7 +950,7 @@
961
950
  "clientName": "5",
962
951
  "deletedAt": null,
963
952
  "hylidBridgeVersion": "2.12.0",
964
- "clientVersion": null,
953
+ "clientVersion": "",
965
954
  "osType": "ANDROID",
966
955
  "platformType": "MPWEB",
967
956
  "supported": 1
@@ -972,7 +961,7 @@
972
961
  "clientName": "5",
973
962
  "deletedAt": null,
974
963
  "hylidBridgeVersion": "2.12.0",
975
- "clientVersion": null,
964
+ "clientVersion": "",
976
965
  "osType": "ANDROID",
977
966
  "platformType": "MPWEB",
978
967
  "supported": 1
@@ -983,7 +972,7 @@
983
972
  "clientName": "5",
984
973
  "deletedAt": null,
985
974
  "hylidBridgeVersion": "2.12.0",
986
- "clientVersion": null,
975
+ "clientVersion": "",
987
976
  "osType": "ANDROID",
988
977
  "platformType": "MPWEB",
989
978
  "supported": 1
@@ -994,7 +983,7 @@
994
983
  "clientName": "5",
995
984
  "deletedAt": null,
996
985
  "hylidBridgeVersion": "2.12.0",
997
- "clientVersion": null,
986
+ "clientVersion": "",
998
987
  "osType": "ANDROID",
999
988
  "platformType": "MPWEB",
1000
989
  "supported": 1
@@ -1005,7 +994,7 @@
1005
994
  "clientName": "5",
1006
995
  "deletedAt": null,
1007
996
  "hylidBridgeVersion": "2.12.0",
1008
- "clientVersion": null,
997
+ "clientVersion": "",
1009
998
  "osType": "ANDROID",
1010
999
  "platformType": "MPWEB",
1011
1000
  "supported": 1
@@ -1016,7 +1005,7 @@
1016
1005
  "clientName": "5",
1017
1006
  "deletedAt": null,
1018
1007
  "hylidBridgeVersion": "2.12.0",
1019
- "clientVersion": null,
1008
+ "clientVersion": "",
1020
1009
  "osType": "ANDROID",
1021
1010
  "platformType": "MPWEB",
1022
1011
  "supported": 1
@@ -1027,7 +1016,7 @@
1027
1016
  "clientName": "5",
1028
1017
  "deletedAt": null,
1029
1018
  "hylidBridgeVersion": "2.12.0",
1030
- "clientVersion": null,
1019
+ "clientVersion": "",
1031
1020
  "osType": "ANDROID",
1032
1021
  "platformType": "MPWEB",
1033
1022
  "supported": 1
@@ -1038,7 +1027,7 @@
1038
1027
  "clientName": "5",
1039
1028
  "deletedAt": null,
1040
1029
  "hylidBridgeVersion": "2.12.0",
1041
- "clientVersion": null,
1030
+ "clientVersion": "",
1042
1031
  "osType": "ANDROID",
1043
1032
  "platformType": "MPWEB",
1044
1033
  "supported": 1
@@ -1049,7 +1038,7 @@
1049
1038
  "clientName": "5",
1050
1039
  "deletedAt": null,
1051
1040
  "hylidBridgeVersion": "2.12.0",
1052
- "clientVersion": null,
1041
+ "clientVersion": "",
1053
1042
  "osType": "ANDROID",
1054
1043
  "platformType": "MPWEB",
1055
1044
  "supported": 1
@@ -1060,7 +1049,7 @@
1060
1049
  "clientName": "5",
1061
1050
  "deletedAt": null,
1062
1051
  "hylidBridgeVersion": "2.12.0",
1063
- "clientVersion": null,
1052
+ "clientVersion": "",
1064
1053
  "osType": "ANDROID",
1065
1054
  "platformType": "MP",
1066
1055
  "supported": 1
@@ -1071,7 +1060,7 @@
1071
1060
  "clientName": "5",
1072
1061
  "deletedAt": null,
1073
1062
  "hylidBridgeVersion": "2.12.0",
1074
- "clientVersion": null,
1063
+ "clientVersion": "",
1075
1064
  "osType": "ANDROID",
1076
1065
  "platformType": "MPWEB",
1077
1066
  "supported": 1
@@ -1082,7 +1071,7 @@
1082
1071
  "clientName": "Alipay",
1083
1072
  "deletedAt": null,
1084
1073
  "hylidBridgeVersion": "2.12.0",
1085
- "clientVersion": null,
1074
+ "clientVersion": "",
1086
1075
  "osType": "ANDROID",
1087
1076
  "platformType": "MPWEB",
1088
1077
  "supported": 1
@@ -1093,7 +1082,7 @@
1093
1082
  "clientName": "Alipay",
1094
1083
  "deletedAt": null,
1095
1084
  "hylidBridgeVersion": "2.12.0",
1096
- "clientVersion": null,
1085
+ "clientVersion": "",
1097
1086
  "osType": "ANDROID",
1098
1087
  "platformType": "MPWEB",
1099
1088
  "supported": 1
@@ -1104,7 +1093,7 @@
1104
1093
  "clientName": "5",
1105
1094
  "deletedAt": null,
1106
1095
  "hylidBridgeVersion": "2.12.0",
1107
- "clientVersion": null,
1096
+ "clientVersion": "",
1108
1097
  "osType": "ANDROID",
1109
1098
  "platformType": "MPWEB",
1110
1099
  "supported": 1
@@ -1115,7 +1104,7 @@
1115
1104
  "clientName": "5",
1116
1105
  "deletedAt": null,
1117
1106
  "hylidBridgeVersion": "2.12.0",
1118
- "clientVersion": null,
1107
+ "clientVersion": "",
1119
1108
  "osType": "ANDROID",
1120
1109
  "platformType": "WEB",
1121
1110
  "supported": 1
@@ -1126,7 +1115,7 @@
1126
1115
  "clientName": "5",
1127
1116
  "deletedAt": null,
1128
1117
  "hylidBridgeVersion": "2.12.0",
1129
- "clientVersion": null,
1118
+ "clientVersion": "",
1130
1119
  "osType": "ANDROID",
1131
1120
  "platformType": "MPWEB",
1132
1121
  "supported": 1
@@ -1137,7 +1126,7 @@
1137
1126
  "clientName": "5",
1138
1127
  "deletedAt": null,
1139
1128
  "hylidBridgeVersion": "2.12.0",
1140
- "clientVersion": null,
1129
+ "clientVersion": "",
1141
1130
  "osType": "ANDROID",
1142
1131
  "platformType": "MPWEB",
1143
1132
  "supported": 1
@@ -1148,7 +1137,7 @@
1148
1137
  "clientName": "5",
1149
1138
  "deletedAt": null,
1150
1139
  "hylidBridgeVersion": "2.12.0",
1151
- "clientVersion": null,
1140
+ "clientVersion": "",
1152
1141
  "osType": "ANDROID",
1153
1142
  "platformType": "MP",
1154
1143
  "supported": 1
@@ -1159,7 +1148,7 @@
1159
1148
  "clientName": "5",
1160
1149
  "deletedAt": null,
1161
1150
  "hylidBridgeVersion": "2.12.0",
1162
- "clientVersion": null,
1151
+ "clientVersion": "",
1163
1152
  "osType": "ANDROID",
1164
1153
  "platformType": "MPWEB",
1165
1154
  "supported": 1
@@ -1170,7 +1159,7 @@
1170
1159
  "clientName": "Alipay",
1171
1160
  "deletedAt": null,
1172
1161
  "hylidBridgeVersion": "2.12.0",
1173
- "clientVersion": null,
1162
+ "clientVersion": "",
1174
1163
  "osType": "ANDROID",
1175
1164
  "platformType": "MPWEB",
1176
1165
  "supported": 1
@@ -1181,7 +1170,7 @@
1181
1170
  "clientName": "5",
1182
1171
  "deletedAt": null,
1183
1172
  "hylidBridgeVersion": "2.12.0",
1184
- "clientVersion": null,
1173
+ "clientVersion": "",
1185
1174
  "osType": "ANDROID",
1186
1175
  "platformType": "MP",
1187
1176
  "supported": 1
@@ -1192,7 +1181,7 @@
1192
1181
  "clientName": "Alipay",
1193
1182
  "deletedAt": null,
1194
1183
  "hylidBridgeVersion": "2.12.0",
1195
- "clientVersion": null,
1184
+ "clientVersion": "",
1196
1185
  "osType": "ANDROID",
1197
1186
  "platformType": "MPWEB",
1198
1187
  "supported": 1
@@ -1203,7 +1192,7 @@
1203
1192
  "clientName": "5",
1204
1193
  "deletedAt": null,
1205
1194
  "hylidBridgeVersion": "2.12.0",
1206
- "clientVersion": null,
1195
+ "clientVersion": "",
1207
1196
  "osType": "ANDROID",
1208
1197
  "platformType": "MPWEB",
1209
1198
  "supported": 1
@@ -1214,7 +1203,7 @@
1214
1203
  "clientName": "5",
1215
1204
  "deletedAt": null,
1216
1205
  "hylidBridgeVersion": "2.12.0",
1217
- "clientVersion": null,
1206
+ "clientVersion": "",
1218
1207
  "osType": "ANDROID",
1219
1208
  "platformType": "MPWEB",
1220
1209
  "supported": 1
@@ -1225,7 +1214,7 @@
1225
1214
  "clientName": "Alipay",
1226
1215
  "deletedAt": null,
1227
1216
  "hylidBridgeVersion": "2.12.0",
1228
- "clientVersion": null,
1217
+ "clientVersion": "",
1229
1218
  "osType": "ANDROID",
1230
1219
  "platformType": "MPWEB",
1231
1220
  "supported": 1
@@ -1236,7 +1225,7 @@
1236
1225
  "clientName": "Alipay",
1237
1226
  "deletedAt": null,
1238
1227
  "hylidBridgeVersion": "2.12.0",
1239
- "clientVersion": null,
1228
+ "clientVersion": "",
1240
1229
  "osType": "ANDROID",
1241
1230
  "platformType": "MPWEB",
1242
1231
  "supported": 1
@@ -1247,7 +1236,7 @@
1247
1236
  "clientName": "5",
1248
1237
  "deletedAt": null,
1249
1238
  "hylidBridgeVersion": "2.12.0",
1250
- "clientVersion": null,
1239
+ "clientVersion": "",
1251
1240
  "osType": "ANDROID",
1252
1241
  "platformType": "MPWEB",
1253
1242
  "supported": 1
@@ -1258,7 +1247,7 @@
1258
1247
  "clientName": "5",
1259
1248
  "deletedAt": null,
1260
1249
  "hylidBridgeVersion": "2.12.0",
1261
- "clientVersion": null,
1250
+ "clientVersion": "",
1262
1251
  "osType": "ANDROID",
1263
1252
  "platformType": "MP",
1264
1253
  "supported": 1
@@ -1269,7 +1258,7 @@
1269
1258
  "clientName": "5",
1270
1259
  "deletedAt": null,
1271
1260
  "hylidBridgeVersion": "2.12.0",
1272
- "clientVersion": null,
1261
+ "clientVersion": "",
1273
1262
  "osType": "ANDROID",
1274
1263
  "platformType": "MP",
1275
1264
  "supported": 1
@@ -1280,7 +1269,7 @@
1280
1269
  "clientName": "Alipay",
1281
1270
  "deletedAt": null,
1282
1271
  "hylidBridgeVersion": "2.12.0",
1283
- "clientVersion": null,
1272
+ "clientVersion": "",
1284
1273
  "osType": "ANDROID",
1285
1274
  "platformType": "MPWEB",
1286
1275
  "supported": 1
@@ -1291,7 +1280,7 @@
1291
1280
  "clientName": "5",
1292
1281
  "deletedAt": null,
1293
1282
  "hylidBridgeVersion": "2.12.0",
1294
- "clientVersion": null,
1283
+ "clientVersion": "",
1295
1284
  "osType": "ANDROID",
1296
1285
  "platformType": "MPWEB",
1297
1286
  "supported": 1
@@ -1302,7 +1291,7 @@
1302
1291
  "clientName": "Alipay",
1303
1292
  "deletedAt": null,
1304
1293
  "hylidBridgeVersion": "2.12.0",
1305
- "clientVersion": null,
1294
+ "clientVersion": "",
1306
1295
  "osType": "ANDROID",
1307
1296
  "platformType": "MPWEB",
1308
1297
  "supported": 1
@@ -1313,7 +1302,7 @@
1313
1302
  "clientName": "Alipay",
1314
1303
  "deletedAt": null,
1315
1304
  "hylidBridgeVersion": "2.12.0",
1316
- "clientVersion": null,
1305
+ "clientVersion": "",
1317
1306
  "osType": "ANDROID",
1318
1307
  "platformType": "MPWEB",
1319
1308
  "supported": 1
@@ -1324,7 +1313,7 @@
1324
1313
  "clientName": "5",
1325
1314
  "deletedAt": null,
1326
1315
  "hylidBridgeVersion": "2.12.0",
1327
- "clientVersion": null,
1316
+ "clientVersion": "",
1328
1317
  "osType": "ANDROID",
1329
1318
  "platformType": "MPWEB",
1330
1319
  "supported": 1
@@ -1335,7 +1324,7 @@
1335
1324
  "clientName": "Alipay",
1336
1325
  "deletedAt": null,
1337
1326
  "hylidBridgeVersion": "2.12.0",
1338
- "clientVersion": null,
1327
+ "clientVersion": "",
1339
1328
  "osType": "ANDROID",
1340
1329
  "platformType": "MPWEB",
1341
1330
  "supported": 1
@@ -1346,7 +1335,7 @@
1346
1335
  "clientName": "5",
1347
1336
  "deletedAt": null,
1348
1337
  "hylidBridgeVersion": "2.12.0",
1349
- "clientVersion": null,
1338
+ "clientVersion": "",
1350
1339
  "osType": "ANDROID",
1351
1340
  "platformType": "MP",
1352
1341
  "supported": 1
@@ -1357,7 +1346,7 @@
1357
1346
  "clientName": "5",
1358
1347
  "deletedAt": null,
1359
1348
  "hylidBridgeVersion": "2.12.0",
1360
- "clientVersion": null,
1349
+ "clientVersion": "",
1361
1350
  "osType": "ANDROID",
1362
1351
  "platformType": "MPWEB",
1363
1352
  "supported": 1
@@ -1368,7 +1357,7 @@
1368
1357
  "clientName": "5",
1369
1358
  "deletedAt": null,
1370
1359
  "hylidBridgeVersion": "2.12.0",
1371
- "clientVersion": null,
1360
+ "clientVersion": "",
1372
1361
  "osType": "ANDROID",
1373
1362
  "platformType": "MPWEB",
1374
1363
  "supported": 1
@@ -1379,7 +1368,7 @@
1379
1368
  "clientName": "Alipay",
1380
1369
  "deletedAt": null,
1381
1370
  "hylidBridgeVersion": "2.12.0",
1382
- "clientVersion": null,
1371
+ "clientVersion": "",
1383
1372
  "osType": "ANDROID",
1384
1373
  "platformType": "MPWEB",
1385
1374
  "supported": 1
@@ -1390,7 +1379,7 @@
1390
1379
  "clientName": "Alipay",
1391
1380
  "deletedAt": null,
1392
1381
  "hylidBridgeVersion": "2.12.0",
1393
- "clientVersion": null,
1382
+ "clientVersion": "",
1394
1383
  "osType": "ANDROID",
1395
1384
  "platformType": "MPWEB",
1396
1385
  "supported": 1
@@ -1401,7 +1390,7 @@
1401
1390
  "clientName": "Alipay",
1402
1391
  "deletedAt": null,
1403
1392
  "hylidBridgeVersion": "2.12.0",
1404
- "clientVersion": null,
1393
+ "clientVersion": "",
1405
1394
  "osType": "ANDROID",
1406
1395
  "platformType": "MPWEB",
1407
1396
  "supported": 1
@@ -1412,7 +1401,7 @@
1412
1401
  "clientName": "Alipay",
1413
1402
  "deletedAt": null,
1414
1403
  "hylidBridgeVersion": "2.12.0",
1415
- "clientVersion": null,
1404
+ "clientVersion": "",
1416
1405
  "osType": "ANDROID",
1417
1406
  "platformType": "MPWEB",
1418
1407
  "supported": 1
@@ -1423,7 +1412,7 @@
1423
1412
  "clientName": "5",
1424
1413
  "deletedAt": null,
1425
1414
  "hylidBridgeVersion": "2.12.0",
1426
- "clientVersion": null,
1415
+ "clientVersion": "",
1427
1416
  "osType": "ANDROID",
1428
1417
  "platformType": "MPWEB",
1429
1418
  "supported": 1
@@ -1434,7 +1423,7 @@
1434
1423
  "clientName": "5",
1435
1424
  "deletedAt": null,
1436
1425
  "hylidBridgeVersion": "2.12.0",
1437
- "clientVersion": null,
1426
+ "clientVersion": "",
1438
1427
  "osType": "ANDROID",
1439
1428
  "platformType": "MPWEB",
1440
1429
  "supported": 1
@@ -1445,7 +1434,7 @@
1445
1434
  "clientName": "5",
1446
1435
  "deletedAt": null,
1447
1436
  "hylidBridgeVersion": "2.12.0",
1448
- "clientVersion": null,
1437
+ "clientVersion": "",
1449
1438
  "osType": "ANDROID",
1450
1439
  "platformType": "MPWEB",
1451
1440
  "supported": 1
@@ -1456,7 +1445,7 @@
1456
1445
  "clientName": "5",
1457
1446
  "deletedAt": null,
1458
1447
  "hylidBridgeVersion": "2.12.0",
1459
- "clientVersion": null,
1448
+ "clientVersion": "",
1460
1449
  "osType": "ANDROID",
1461
1450
  "platformType": "MPWEB",
1462
1451
  "supported": 1
@@ -1467,7 +1456,7 @@
1467
1456
  "clientName": "5",
1468
1457
  "deletedAt": null,
1469
1458
  "hylidBridgeVersion": "2.12.0",
1470
- "clientVersion": null,
1459
+ "clientVersion": "",
1471
1460
  "osType": "ANDROID",
1472
1461
  "platformType": "MP",
1473
1462
  "supported": 1
@@ -1478,7 +1467,7 @@
1478
1467
  "clientName": "5",
1479
1468
  "deletedAt": null,
1480
1469
  "hylidBridgeVersion": "2.12.0",
1481
- "clientVersion": null,
1470
+ "clientVersion": "",
1482
1471
  "osType": "ANDROID",
1483
1472
  "platformType": "MPWEB",
1484
1473
  "supported": 1
@@ -1489,7 +1478,7 @@
1489
1478
  "clientName": "5",
1490
1479
  "deletedAt": null,
1491
1480
  "hylidBridgeVersion": "2.12.0",
1492
- "clientVersion": null,
1481
+ "clientVersion": "",
1493
1482
  "osType": "ANDROID",
1494
1483
  "platformType": "MP",
1495
1484
  "supported": 1
@@ -1500,7 +1489,7 @@
1500
1489
  "clientName": "5",
1501
1490
  "deletedAt": null,
1502
1491
  "hylidBridgeVersion": "2.12.0",
1503
- "clientVersion": null,
1492
+ "clientVersion": "",
1504
1493
  "osType": "ANDROID",
1505
1494
  "platformType": "MP",
1506
1495
  "supported": 1
@@ -1511,7 +1500,18 @@
1511
1500
  "clientName": "5",
1512
1501
  "deletedAt": null,
1513
1502
  "hylidBridgeVersion": "2.12.0",
1514
- "clientVersion": null,
1503
+ "clientVersion": "",
1504
+ "osType": "ANDROID",
1505
+ "platformType": "MPWEB",
1506
+ "supported": 1
1507
+ }
1508
+ ],
1509
+ "tradePay": [
1510
+ {
1511
+ "clientName": "Alipay",
1512
+ "deletedAt": null,
1513
+ "hylidBridgeVersion": "2.12.0",
1514
+ "clientVersion": "",
1515
1515
  "osType": "ANDROID",
1516
1516
  "platformType": "MPWEB",
1517
1517
  "supported": 1
@@ -1522,7 +1522,7 @@
1522
1522
  "clientName": "5",
1523
1523
  "deletedAt": null,
1524
1524
  "hylidBridgeVersion": "2.12.0",
1525
- "clientVersion": null,
1525
+ "clientVersion": "",
1526
1526
  "osType": "ANDROID",
1527
1527
  "platformType": "MPWEB",
1528
1528
  "supported": 1
@@ -1533,7 +1533,7 @@
1533
1533
  "clientName": "5",
1534
1534
  "deletedAt": null,
1535
1535
  "hylidBridgeVersion": "2.12.0",
1536
- "clientVersion": null,
1536
+ "clientVersion": "",
1537
1537
  "osType": "ANDROID",
1538
1538
  "platformType": "MPWEB",
1539
1539
  "supported": 1
@@ -1544,7 +1544,7 @@
1544
1544
  "clientName": "Alipay",
1545
1545
  "deletedAt": null,
1546
1546
  "hylidBridgeVersion": "2.12.0",
1547
- "clientVersion": null,
1547
+ "clientVersion": "",
1548
1548
  "osType": "ANDROID",
1549
1549
  "platformType": "MPWEB",
1550
1550
  "supported": 1
@@ -1555,7 +1555,7 @@
1555
1555
  "clientName": "5",
1556
1556
  "deletedAt": null,
1557
1557
  "hylidBridgeVersion": "2.12.0",
1558
- "clientVersion": null,
1558
+ "clientVersion": "",
1559
1559
  "osType": "ANDROID",
1560
1560
  "platformType": "MP",
1561
1561
  "supported": 1
@@ -1566,7 +1566,7 @@
1566
1566
  "clientName": "5",
1567
1567
  "deletedAt": null,
1568
1568
  "hylidBridgeVersion": "2.12.0",
1569
- "clientVersion": null,
1569
+ "clientVersion": "",
1570
1570
  "osType": "ANDROID",
1571
1571
  "platformType": "MPWEB",
1572
1572
  "supported": 1
@@ -1578,7 +1578,7 @@
1578
1578
  "clientName": "5",
1579
1579
  "deletedAt": null,
1580
1580
  "hylidBridgeVersion": "2.12.0",
1581
- "clientVersion": null,
1581
+ "clientVersion": "",
1582
1582
  "osType": "ANDROID",
1583
1583
  "platformType": "MP",
1584
1584
  "supported": 1
@@ -1589,7 +1589,7 @@
1589
1589
  "clientName": "5",
1590
1590
  "deletedAt": null,
1591
1591
  "hylidBridgeVersion": "2.12.0",
1592
- "clientVersion": null,
1592
+ "clientVersion": "",
1593
1593
  "osType": "ANDROID",
1594
1594
  "platformType": "MP",
1595
1595
  "supported": 1
@@ -1600,7 +1600,7 @@
1600
1600
  "clientName": "5",
1601
1601
  "deletedAt": null,
1602
1602
  "hylidBridgeVersion": "2.12.0",
1603
- "clientVersion": null,
1603
+ "clientVersion": "",
1604
1604
  "osType": "ANDROID",
1605
1605
  "platformType": "MP",
1606
1606
  "supported": 1
@@ -1611,7 +1611,7 @@
1611
1611
  "clientName": "5",
1612
1612
  "deletedAt": null,
1613
1613
  "hylidBridgeVersion": "2.12.0",
1614
- "clientVersion": null,
1614
+ "clientVersion": "",
1615
1615
  "osType": "ANDROID",
1616
1616
  "platformType": "MP",
1617
1617
  "supported": 1
@@ -1622,7 +1622,7 @@
1622
1622
  "clientName": "5",
1623
1623
  "deletedAt": null,
1624
1624
  "hylidBridgeVersion": "2.12.0",
1625
- "clientVersion": null,
1625
+ "clientVersion": "",
1626
1626
  "osType": "ANDROID",
1627
1627
  "platformType": "MP",
1628
1628
  "supported": 1
@@ -1633,7 +1633,7 @@
1633
1633
  "clientName": "5",
1634
1634
  "deletedAt": null,
1635
1635
  "hylidBridgeVersion": "2.12.0",
1636
- "clientVersion": null,
1636
+ "clientVersion": "",
1637
1637
  "osType": "ANDROID",
1638
1638
  "platformType": "MP",
1639
1639
  "supported": 1
@@ -1644,7 +1644,7 @@
1644
1644
  "clientName": "5",
1645
1645
  "deletedAt": null,
1646
1646
  "hylidBridgeVersion": "2.12.0",
1647
- "clientVersion": null,
1647
+ "clientVersion": "",
1648
1648
  "osType": "ANDROID",
1649
1649
  "platformType": "MP",
1650
1650
  "supported": 1
@@ -1655,7 +1655,7 @@
1655
1655
  "clientName": "Alipay",
1656
1656
  "deletedAt": null,
1657
1657
  "hylidBridgeVersion": "2.12.0",
1658
- "clientVersion": null,
1658
+ "clientVersion": "",
1659
1659
  "osType": "ANDROID",
1660
1660
  "platformType": "WEB",
1661
1661
  "supported": 1