@dcloudio/uni-app-x 0.7.39 → 0.7.41

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 +9 -7
  2. package/types/UniPage.d.ts +168 -22
  3. package/types/app.d.ts +178 -174
  4. package/types/native/CSSStyleDeclaration.d.ts +16 -2
  5. package/types/native/DOMRect.d.ts +430 -10
  6. package/types/native/DrawableContext.d.ts +1137 -45
  7. package/types/native/IUniElement.d.ts +1875 -93
  8. package/types/native/UniNativePage.d.ts +94 -0
  9. package/types/native/UniResizeObserver.d.ts +215 -5
  10. package/types/native/UniSafeArea.d.ts +185 -0
  11. package/types/native/UniVideoElement.d.ts +432 -0
  12. package/types/native/global.d.ts +7 -0
  13. package/types/native/index.d.ts +1 -0
  14. package/types/uni/uni-map-tencent-map.d.ts +12 -8
  15. package/types/uni/uts-plugin-api/global.d.ts +62 -61
  16. package/types/uni/uts-plugin-api/index.d.ts +62 -61
  17. package/types/uni/uts-plugin-api/lib/uni-actionSheet/utssdk/global.d.ts +22 -0
  18. package/types/uni/uts-plugin-api/lib/uni-actionSheet/utssdk/index.d.ts +10 -0
  19. package/types/uni/uts-plugin-api/lib/uni-actionSheet/utssdk/interface.d.ts +278 -0
  20. package/types/uni/uts-plugin-api/lib/uni-addPhoneContact/utssdk/interface.d.ts +1600 -59
  21. package/types/uni/uts-plugin-api/lib/uni-arrayBufferToBase64/utssdk/interface.d.ts +64 -63
  22. package/types/uni/uts-plugin-api/lib/uni-authentication/utssdk/global.d.ts +0 -2
  23. package/types/uni/uts-plugin-api/lib/uni-authentication/utssdk/index.d.ts +0 -1
  24. package/types/uni/uts-plugin-api/lib/uni-authentication/utssdk/interface.d.ts +1150 -186
  25. package/types/uni/uts-plugin-api/lib/uni-base64ToArrayBuffer/utssdk/interface.d.ts +64 -63
  26. package/types/uni/uts-plugin-api/lib/uni-canvas/utssdk/interface.d.ts +550 -550
  27. package/types/uni/uts-plugin-api/lib/uni-chooseLocation/utssdk/interface.d.ts +69 -72
  28. package/types/uni/uts-plugin-api/lib/uni-clipboard/utssdk/interface.d.ts +533 -135
  29. package/types/uni/uts-plugin-api/lib/uni-createInnerAudioContext/utssdk/interface.d.ts +1508 -77
  30. package/types/uni/uts-plugin-api/lib/uni-createIntersectionObserver/utssdk/interface.d.ts +423 -63
  31. package/types/uni/uts-plugin-api/lib/uni-createSelectorQuery/utssdk/interface.d.ts +284 -63
  32. package/types/uni/uts-plugin-api/lib/uni-dialogPage/utssdk/interface.d.ts +2 -9
  33. package/types/uni/uts-plugin-api/lib/uni-event/utssdk/interface.d.ts +1 -1
  34. package/types/uni/uts-plugin-api/lib/uni-file/utssdk/global.d.ts +62 -62
  35. package/types/uni/uts-plugin-api/lib/uni-file/utssdk/index.d.ts +31 -31
  36. package/types/uni/uts-plugin-api/lib/uni-file/utssdk/interface.d.ts +57 -57
  37. package/types/uni/uts-plugin-api/lib/uni-fileSystemManager/utssdk/interface.d.ts +312 -110
  38. package/types/uni/uts-plugin-api/lib/uni-getAppAuthorizeSetting/utssdk/interface.d.ts +62 -62
  39. package/types/uni/uts-plugin-api/lib/uni-getAppBaseInfo/utssdk/interface.d.ts +472 -72
  40. package/types/uni/uts-plugin-api/lib/uni-getBackgroundAudioManager/utssdk/interface.d.ts +126 -78
  41. package/types/uni/uts-plugin-api/lib/uni-getDeviceInfo/utssdk/interface.d.ts +317 -66
  42. package/types/uni/uts-plugin-api/lib/uni-getEnterOptionsSync/utssdk/interface.d.ts +570 -63
  43. package/types/uni/uts-plugin-api/lib/uni-getLaunchOptionsSync/utssdk/interface.d.ts +570 -63
  44. package/types/uni/uts-plugin-api/lib/uni-getLocation/utssdk/interface.d.ts +110 -66
  45. package/types/uni/uts-plugin-api/lib/uni-getNetworkType/utssdk/interface.d.ts +595 -177
  46. package/types/uni/uts-plugin-api/lib/uni-getPerformance/utssdk/interface.d.ts +284 -63
  47. package/types/uni/uts-plugin-api/lib/uni-getRecorderManager/utssdk/interface.d.ts +45 -1
  48. package/types/uni/uts-plugin-api/lib/uni-getSystemInfo/utssdk/interface.d.ts +1387 -182
  49. package/types/uni/uts-plugin-api/lib/uni-getSystemSetting/utssdk/interface.d.ts +67 -67
  50. package/types/uni/uts-plugin-api/lib/uni-keyboard/utssdk/interface.d.ts +318 -53
  51. package/types/uni/uts-plugin-api/lib/uni-loadFontFace/utssdk/interface.d.ts +162 -63
  52. package/types/uni/uts-plugin-api/lib/uni-makePhoneCall/utssdk/interface.d.ts +241 -64
  53. package/types/uni/uts-plugin-api/lib/uni-media/utssdk/global.d.ts +6 -0
  54. package/types/uni/uts-plugin-api/lib/uni-media/utssdk/index.d.ts +3 -0
  55. package/types/uni/uts-plugin-api/lib/uni-media/utssdk/interface.d.ts +4089 -659
  56. package/types/uni/uts-plugin-api/lib/uni-navigationBar/utssdk/interface.d.ts +460 -252
  57. package/types/uni/uts-plugin-api/lib/uni-network/utssdk/interface.d.ts +2345 -213
  58. package/types/uni/uts-plugin-api/lib/uni-oauth/utssdk/interface.d.ts +1205 -149
  59. package/types/uni/uts-plugin-api/lib/uni-openAppAuthorizeSetting/utssdk/interface.d.ts +339 -33
  60. package/types/uni/uts-plugin-api/lib/uni-openDocument/utssdk/interface.d.ts +457 -53
  61. package/types/uni/uts-plugin-api/lib/uni-pageScrollTo/utssdk/interface.d.ts +328 -63
  62. package/types/uni/uts-plugin-api/lib/uni-payment/utssdk/interface.d.ts +317 -66
  63. package/types/uni/uts-plugin-api/lib/uni-privacy/utssdk/interface.d.ts +120 -71
  64. package/types/uni/uts-plugin-api/lib/uni-prompt/utssdk/interface.d.ts +2157 -437
  65. package/types/uni/uts-plugin-api/lib/uni-pullDownRefresh/utssdk/interface.d.ts +260 -126
  66. package/types/uni/uts-plugin-api/lib/uni-route/utssdk/interface.d.ts +467 -315
  67. package/types/uni/uts-plugin-api/lib/uni-scanCode/utssdk/interface.d.ts +553 -53
  68. package/types/uni/uts-plugin-api/lib/uni-storage/utssdk/interface.d.ts +1608 -630
  69. package/types/uni/uts-plugin-api/lib/uni-tabBar/utssdk/interface.d.ts +2492 -504
  70. package/types/uni/uts-plugin-api/lib/uni-theme/utssdk/interface.d.ts +176 -130
  71. package/types/uni/uts-plugin-api/lib/uni-virtualPayment/utssdk/interface.d.ts +704 -58
  72. package/types/uni/uts-plugin-api/lib/uni-websocket/utssdk/interface.d.ts +1230 -454
  73. package/types/uni/uts-plugin-biz/global.d.ts +6 -5
  74. package/types/uni/uts-plugin-biz/index.d.ts +6 -5
  75. package/types/uni/uts-plugin-biz/lib/uni-ad/utssdk/interface.d.ts +406 -123
  76. package/types/uni/uts-plugin-biz/lib/uni-crash/utssdk/global.d.ts +4 -0
  77. package/types/uni/uts-plugin-biz/lib/uni-crash/utssdk/index.d.ts +2 -0
  78. package/types/uni/uts-plugin-biz/lib/uni-crash/utssdk/interface.d.ts +60 -47
  79. package/types/uni/uts-plugin-biz/lib/uni-map-tencent/utssdk/interface.d.ts +71 -71
  80. package/types/uni/uts-plugin-biz/lib/uni-push/utssdk/interface.d.ts +3 -3
  81. package/types/uni/uts-plugin-biz/lib/uni-secure-network/utssdk/global.d.ts +24 -0
  82. package/types/uni/uts-plugin-biz/lib/uni-secure-network/utssdk/index.d.ts +11 -0
  83. package/types/uni/uts-plugin-biz/lib/uni-secure-network/utssdk/interface.d.ts +204 -0
  84. package/types/uni/uts-plugin-biz/lib/uni-verify/utssdk/global.d.ts +42 -38
  85. package/types/uni/uts-plugin-biz/lib/uni-verify/utssdk/index.d.ts +21 -19
  86. package/types/uni/uts-plugin-biz/lib/uni-verify/utssdk/interface.d.ts +502 -255
  87. package/types/uni/uts-plugin-biz/lib/uni-video/utssdk/global.d.ts +64 -0
  88. package/types/uni/uts-plugin-biz/lib/uni-video/utssdk/index.d.ts +31 -0
  89. package/types/uni/uts-plugin-biz/lib/uni-video/utssdk/interface.d.ts +900 -0
  90. package/types/uni/uts-plugin-component/lib/uni-video/utssdk/interface.d.ts +48 -48
  91. package/types/uni/uts-plugin-extend/global.d.ts +0 -4
  92. package/types/uni/uts-plugin-extend/index.d.ts +0 -4
  93. package/types/uni/uts-plugin-extend/lib/uni-accelerometer/utssdk/interface.d.ts +825 -273
  94. package/types/uni/uts-plugin-extend/lib/uni-canvas/utssdk/interface.d.ts +4399 -339
  95. package/types/uni/uts-plugin-extend/lib/uni-compass/utssdk/interface.d.ts +1000 -268
  96. package/types/uni/uts-plugin-extend/lib/uni-createMediaQueryObserver/utssdk/interface.d.ts +1 -1
  97. package/types/uni/uts-plugin-extend/lib/uni-locale/utssdk/interface.d.ts +3 -3
  98. package/types/uni/uts-plugin-extend/lib/uni-localeChange/utssdk/interface.d.ts +1495 -384
  99. package/types/uni/uts-plugin-extend/lib/uni-memory/utssdk/interface.d.ts +222 -132
  100. package/types/uni/uts-plugin-extend/lib/uni-openLocation/utssdk/interface.d.ts +923 -67
  101. package/types/uni/uts-plugin-extend/lib/uni-preloadPage/utssdk/interface.d.ts +2 -2
  102. package/types/uni/uts-plugin-extend/lib/uni-getBackgroundAudioManager/utssdk/global.d.ts +0 -7
  103. package/types/uni/uts-plugin-extend/lib/uni-getBackgroundAudioManager/utssdk/index.d.ts +0 -1
  104. package/types/uni/uts-plugin-extend/lib/uni-getBackgroundAudioManager/utssdk/interface.d.ts +0 -716
@@ -5,70 +5,71 @@ export interface Uni {
5
5
  * @tutorial-uni-app https://uniapp.dcloud.net.cn/api/system/contact.html
6
6
  *
7
7
  * @uniPlatform {
8
- * "app": {
9
- * "android": {
10
- * "osVer": "5.0",
11
- * "uniVer": "√",
12
- * "unixVer": "x"
13
- * },
14
- * "ios": {
15
- * "osVer": "12.0",
16
- * "uniVer": "√",
17
- * "unixVer": "x"
18
- * },
19
- * "harmony": {
20
- * "osVer": "3.0",
21
- * "uniVer": "4.25",
22
- * "unixVer": "x"
23
- * }
24
- * },
8
+ * "app": {
9
+ * "android": {
10
+ * "osVer": "5.0",
11
+ * "uniVer": "√",
12
+ * "unixVer": "x"
13
+ * },
14
+ * "ios": {
15
+ * "osVer": "12.0",
16
+ * "uniVer": "√",
17
+ * "unixVer": "x"
18
+ * },
19
+ * "harmony": {
20
+ * "osVer": "3.0",
21
+ * "uniVer": "4.25",
22
+ * "unixVer": "x"
23
+ * }
24
+ * },
25
25
  * "web": {
26
26
  * "uniVer": "x",
27
27
  * "unixVer": "x"
28
+ * },
29
+ * "mp": {
30
+ * "weixin": {
31
+ * "hostVer": "1.2.0",
32
+ * "uniVer": "√",
33
+ * "unixVer": "4.41"
34
+ * },
35
+ * "alipay": {
36
+ * "hostVer": "√",
37
+ * "uniVer": "√",
38
+ * "unixVer": "x"
39
+ * },
40
+ * "baidu": {
41
+ * "hostVer": "√",
42
+ * "uniVer": "√",
43
+ * "unixVer": "x"
44
+ * },
45
+ * "toutiao": {
46
+ * "hostVer": "x",
47
+ * "uniVer": "x",
48
+ * "unixVer": "x"
49
+ * },
50
+ * "lark": {
51
+ * "hostVer": "x",
52
+ * "uniVer": "x",
53
+ * "unixVer": "x"
54
+ * },
55
+ * "qq": {
56
+ * "hostVer": "x",
57
+ * "uniVer": "x",
58
+ * "unixVer": "x"
59
+ * },
60
+ * "kuaishou": {
61
+ * "hostVer": "√",
62
+ * "uniVer": "√",
63
+ * "unixVer": "x"
64
+ * },
65
+ * "jd": {
66
+ * "hostVer": "x",
67
+ * "uniVer": "x",
68
+ * "unixVer": "x"
69
+ * }
28
70
  * }
29
- * "mp":{
30
- * weixin: {
31
- * hostVer: '√',
32
- * uniVer: '√',
33
- * unixVer: '4.41'
34
- * },
35
- * alipay: {
36
- * hostVer: '√',
37
- * uniVer: '√',
38
- * unixVer: 'x'
39
- * },
40
- * baidu: {
41
- * hostVer: '√',
42
- * uniVer: '√',
43
- * unixVer: 'x'
44
- * },
45
- * toutiao: {
46
- * hostVer: 'x',
47
- * uniVer: 'x',
48
- * unixVer: 'x'
49
- * },
50
- * lark: {
51
- * hostVer: 'x',
52
- * uniVer: 'x',
53
- * unixVer: 'x'
54
- * },
55
- * qq: {
56
- * hostVer: 'x',
57
- * uniVer: 'x',
58
- * unixVer: 'x'
59
- * },
60
- * kuaishou: {
61
- * hostVer: '√',
62
- * uniVer: '√',
63
- * unixVer: 'x'
64
- * },
65
- * jd: {
66
- * hostVer: 'x',
67
- * uniVer: 'x',
68
- * unixVer: 'x'
69
- * }
70
- * }
71
71
  * }
72
+ * @tutorial_weixin https://developers.weixin.qq.com/miniprogram/dev/api/device/contact/wx.addPhoneContact.html
72
73
  */
73
74
  addPhoneContact: AddPhoneContact;
74
75
  }
@@ -83,142 +84,1682 @@ export type AddPhoneContactCompleteCallback = (result: AddPhoneContactComplete)
83
84
  export type AddPhoneContactOptions = {
84
85
  /**
85
86
  * 头像本地文件路径
87
+ * @uniPlatform {
88
+ * "mp": {
89
+ * "weixin": {
90
+ * "hostVer": "√",
91
+ * "uniVer": "√",
92
+ * "unixVer": "4.41"
93
+ * },
94
+ * "alipay": {
95
+ * "hostVer": "-",
96
+ * "uniVer": "-",
97
+ * "unixVer": "-"
98
+ * },
99
+ * "baidu": {
100
+ * "hostVer": "-",
101
+ * "uniVer": "-",
102
+ * "unixVer": "-"
103
+ * },
104
+ * "toutiao": {
105
+ * "hostVer": "-",
106
+ * "uniVer": "-",
107
+ * "unixVer": "-"
108
+ * },
109
+ * "lark": {
110
+ * "hostVer": "-",
111
+ * "uniVer": "-",
112
+ * "unixVer": "-"
113
+ * },
114
+ * "qq": {
115
+ * "hostVer": "-",
116
+ * "uniVer": "-",
117
+ * "unixVer": "-"
118
+ * },
119
+ * "kuaishou": {
120
+ * "hostVer": "-",
121
+ * "uniVer": "-",
122
+ * "unixVer": "-"
123
+ * },
124
+ * "jd": {
125
+ * "hostVer": "-",
126
+ * "uniVer": "-",
127
+ * "unixVer": "-"
128
+ * }
129
+ * }
130
+ * }
86
131
  */
87
132
  photoFilePath?: string | null,
88
133
  /**
89
134
  * 昵称
135
+ * @uniPlatform {
136
+ * "mp": {
137
+ * "weixin": {
138
+ * "hostVer": "√",
139
+ * "uniVer": "√",
140
+ * "unixVer": "4.41"
141
+ * },
142
+ * "alipay": {
143
+ * "hostVer": "-",
144
+ * "uniVer": "-",
145
+ * "unixVer": "-"
146
+ * },
147
+ * "baidu": {
148
+ * "hostVer": "-",
149
+ * "uniVer": "-",
150
+ * "unixVer": "-"
151
+ * },
152
+ * "toutiao": {
153
+ * "hostVer": "-",
154
+ * "uniVer": "-",
155
+ * "unixVer": "-"
156
+ * },
157
+ * "lark": {
158
+ * "hostVer": "-",
159
+ * "uniVer": "-",
160
+ * "unixVer": "-"
161
+ * },
162
+ * "qq": {
163
+ * "hostVer": "-",
164
+ * "uniVer": "-",
165
+ * "unixVer": "-"
166
+ * },
167
+ * "kuaishou": {
168
+ * "hostVer": "-",
169
+ * "uniVer": "-",
170
+ * "unixVer": "-"
171
+ * },
172
+ * "jd": {
173
+ * "hostVer": "-",
174
+ * "uniVer": "-",
175
+ * "unixVer": "-"
176
+ * }
177
+ * }
178
+ * }
90
179
  */
91
180
  nickName?: string | null,
92
181
  /**
93
182
  * 姓氏
183
+ * @uniPlatform {
184
+ * "mp": {
185
+ * "weixin": {
186
+ * "hostVer": "√",
187
+ * "uniVer": "√",
188
+ * "unixVer": "4.41"
189
+ * },
190
+ * "alipay": {
191
+ * "hostVer": "-",
192
+ * "uniVer": "-",
193
+ * "unixVer": "-"
194
+ * },
195
+ * "baidu": {
196
+ * "hostVer": "-",
197
+ * "uniVer": "-",
198
+ * "unixVer": "-"
199
+ * },
200
+ * "toutiao": {
201
+ * "hostVer": "-",
202
+ * "uniVer": "-",
203
+ * "unixVer": "-"
204
+ * },
205
+ * "lark": {
206
+ * "hostVer": "-",
207
+ * "uniVer": "-",
208
+ * "unixVer": "-"
209
+ * },
210
+ * "qq": {
211
+ * "hostVer": "-",
212
+ * "uniVer": "-",
213
+ * "unixVer": "-"
214
+ * },
215
+ * "kuaishou": {
216
+ * "hostVer": "-",
217
+ * "uniVer": "-",
218
+ * "unixVer": "-"
219
+ * },
220
+ * "jd": {
221
+ * "hostVer": "-",
222
+ * "uniVer": "-",
223
+ * "unixVer": "-"
224
+ * }
225
+ * }
226
+ * }
94
227
  */
95
228
  lastName?: string | null,
96
229
  /**
97
230
  * 中间名
231
+ * @uniPlatform {
232
+ * "mp": {
233
+ * "weixin": {
234
+ * "hostVer": "√",
235
+ * "uniVer": "√",
236
+ * "unixVer": "4.41"
237
+ * },
238
+ * "alipay": {
239
+ * "hostVer": "-",
240
+ * "uniVer": "-",
241
+ * "unixVer": "-"
242
+ * },
243
+ * "baidu": {
244
+ * "hostVer": "-",
245
+ * "uniVer": "-",
246
+ * "unixVer": "-"
247
+ * },
248
+ * "toutiao": {
249
+ * "hostVer": "-",
250
+ * "uniVer": "-",
251
+ * "unixVer": "-"
252
+ * },
253
+ * "lark": {
254
+ * "hostVer": "-",
255
+ * "uniVer": "-",
256
+ * "unixVer": "-"
257
+ * },
258
+ * "qq": {
259
+ * "hostVer": "-",
260
+ * "uniVer": "-",
261
+ * "unixVer": "-"
262
+ * },
263
+ * "kuaishou": {
264
+ * "hostVer": "-",
265
+ * "uniVer": "-",
266
+ * "unixVer": "-"
267
+ * },
268
+ * "jd": {
269
+ * "hostVer": "-",
270
+ * "uniVer": "-",
271
+ * "unixVer": "-"
272
+ * }
273
+ * }
274
+ * }
98
275
  */
99
276
  middleName?: string | null,
100
277
  /**
101
278
  * 名字
279
+ * @uniPlatform {
280
+ * "mp": {
281
+ * "weixin": {
282
+ * "hostVer": "√",
283
+ * "uniVer": "√",
284
+ * "unixVer": "4.41"
285
+ * },
286
+ * "alipay": {
287
+ * "hostVer": "-",
288
+ * "uniVer": "-",
289
+ * "unixVer": "-"
290
+ * },
291
+ * "baidu": {
292
+ * "hostVer": "-",
293
+ * "uniVer": "-",
294
+ * "unixVer": "-"
295
+ * },
296
+ * "toutiao": {
297
+ * "hostVer": "-",
298
+ * "uniVer": "-",
299
+ * "unixVer": "-"
300
+ * },
301
+ * "lark": {
302
+ * "hostVer": "-",
303
+ * "uniVer": "-",
304
+ * "unixVer": "-"
305
+ * },
306
+ * "qq": {
307
+ * "hostVer": "-",
308
+ * "uniVer": "-",
309
+ * "unixVer": "-"
310
+ * },
311
+ * "kuaishou": {
312
+ * "hostVer": "-",
313
+ * "uniVer": "-",
314
+ * "unixVer": "-"
315
+ * },
316
+ * "jd": {
317
+ * "hostVer": "-",
318
+ * "uniVer": "-",
319
+ * "unixVer": "-"
320
+ * }
321
+ * }
322
+ * }
102
323
  */
103
324
  firstName?: string | null,
104
325
  /**
105
326
  * 备注
327
+ * @uniPlatform {
328
+ * "mp": {
329
+ * "weixin": {
330
+ * "hostVer": "√",
331
+ * "uniVer": "√",
332
+ * "unixVer": "4.41"
333
+ * },
334
+ * "alipay": {
335
+ * "hostVer": "-",
336
+ * "uniVer": "-",
337
+ * "unixVer": "-"
338
+ * },
339
+ * "baidu": {
340
+ * "hostVer": "-",
341
+ * "uniVer": "-",
342
+ * "unixVer": "-"
343
+ * },
344
+ * "toutiao": {
345
+ * "hostVer": "-",
346
+ * "uniVer": "-",
347
+ * "unixVer": "-"
348
+ * },
349
+ * "lark": {
350
+ * "hostVer": "-",
351
+ * "uniVer": "-",
352
+ * "unixVer": "-"
353
+ * },
354
+ * "qq": {
355
+ * "hostVer": "-",
356
+ * "uniVer": "-",
357
+ * "unixVer": "-"
358
+ * },
359
+ * "kuaishou": {
360
+ * "hostVer": "-",
361
+ * "uniVer": "-",
362
+ * "unixVer": "-"
363
+ * },
364
+ * "jd": {
365
+ * "hostVer": "-",
366
+ * "uniVer": "-",
367
+ * "unixVer": "-"
368
+ * }
369
+ * }
370
+ * }
106
371
  */
107
372
  remark?: string | null,
108
373
  /**
109
374
  * 手机号
375
+ * @uniPlatform {
376
+ * "mp": {
377
+ * "weixin": {
378
+ * "hostVer": "√",
379
+ * "uniVer": "√",
380
+ * "unixVer": "4.41"
381
+ * },
382
+ * "alipay": {
383
+ * "hostVer": "-",
384
+ * "uniVer": "-",
385
+ * "unixVer": "-"
386
+ * },
387
+ * "baidu": {
388
+ * "hostVer": "-",
389
+ * "uniVer": "-",
390
+ * "unixVer": "-"
391
+ * },
392
+ * "toutiao": {
393
+ * "hostVer": "-",
394
+ * "uniVer": "-",
395
+ * "unixVer": "-"
396
+ * },
397
+ * "lark": {
398
+ * "hostVer": "-",
399
+ * "uniVer": "-",
400
+ * "unixVer": "-"
401
+ * },
402
+ * "qq": {
403
+ * "hostVer": "-",
404
+ * "uniVer": "-",
405
+ * "unixVer": "-"
406
+ * },
407
+ * "kuaishou": {
408
+ * "hostVer": "-",
409
+ * "uniVer": "-",
410
+ * "unixVer": "-"
411
+ * },
412
+ * "jd": {
413
+ * "hostVer": "-",
414
+ * "uniVer": "-",
415
+ * "unixVer": "-"
416
+ * }
417
+ * }
418
+ * }
110
419
  */
111
420
  mobilePhoneNumber?: string | null,
112
421
  /**
113
422
  * 微信号
423
+ * @uniPlatform {
424
+ * "mp": {
425
+ * "weixin": {
426
+ * "hostVer": "√",
427
+ * "uniVer": "√",
428
+ * "unixVer": "4.41"
429
+ * },
430
+ * "alipay": {
431
+ * "hostVer": "-",
432
+ * "uniVer": "-",
433
+ * "unixVer": "-"
434
+ * },
435
+ * "baidu": {
436
+ * "hostVer": "-",
437
+ * "uniVer": "-",
438
+ * "unixVer": "-"
439
+ * },
440
+ * "toutiao": {
441
+ * "hostVer": "-",
442
+ * "uniVer": "-",
443
+ * "unixVer": "-"
444
+ * },
445
+ * "lark": {
446
+ * "hostVer": "-",
447
+ * "uniVer": "-",
448
+ * "unixVer": "-"
449
+ * },
450
+ * "qq": {
451
+ * "hostVer": "-",
452
+ * "uniVer": "-",
453
+ * "unixVer": "-"
454
+ * },
455
+ * "kuaishou": {
456
+ * "hostVer": "-",
457
+ * "uniVer": "-",
458
+ * "unixVer": "-"
459
+ * },
460
+ * "jd": {
461
+ * "hostVer": "-",
462
+ * "uniVer": "-",
463
+ * "unixVer": "-"
464
+ * }
465
+ * }
466
+ * }
114
467
  */
115
468
  weChatNumber?: string | null,
116
469
  /**
117
470
  * 联系地址国家
471
+ * @uniPlatform {
472
+ * "mp": {
473
+ * "weixin": {
474
+ * "hostVer": "√",
475
+ * "uniVer": "√",
476
+ * "unixVer": "4.41"
477
+ * },
478
+ * "alipay": {
479
+ * "hostVer": "-",
480
+ * "uniVer": "-",
481
+ * "unixVer": "-"
482
+ * },
483
+ * "baidu": {
484
+ * "hostVer": "-",
485
+ * "uniVer": "-",
486
+ * "unixVer": "-"
487
+ * },
488
+ * "toutiao": {
489
+ * "hostVer": "-",
490
+ * "uniVer": "-",
491
+ * "unixVer": "-"
492
+ * },
493
+ * "lark": {
494
+ * "hostVer": "-",
495
+ * "uniVer": "-",
496
+ * "unixVer": "-"
497
+ * },
498
+ * "qq": {
499
+ * "hostVer": "-",
500
+ * "uniVer": "-",
501
+ * "unixVer": "-"
502
+ * },
503
+ * "kuaishou": {
504
+ * "hostVer": "-",
505
+ * "uniVer": "-",
506
+ * "unixVer": "-"
507
+ * },
508
+ * "jd": {
509
+ * "hostVer": "-",
510
+ * "uniVer": "-",
511
+ * "unixVer": "-"
512
+ * }
513
+ * }
514
+ * }
118
515
  */
119
516
  addressCountry?: string | null,
120
517
  /**
121
518
  * 联系地址省份
519
+ * @uniPlatform {
520
+ * "mp": {
521
+ * "weixin": {
522
+ * "hostVer": "√",
523
+ * "uniVer": "√",
524
+ * "unixVer": "4.41"
525
+ * },
526
+ * "alipay": {
527
+ * "hostVer": "-",
528
+ * "uniVer": "-",
529
+ * "unixVer": "-"
530
+ * },
531
+ * "baidu": {
532
+ * "hostVer": "-",
533
+ * "uniVer": "-",
534
+ * "unixVer": "-"
535
+ * },
536
+ * "toutiao": {
537
+ * "hostVer": "-",
538
+ * "uniVer": "-",
539
+ * "unixVer": "-"
540
+ * },
541
+ * "lark": {
542
+ * "hostVer": "-",
543
+ * "uniVer": "-",
544
+ * "unixVer": "-"
545
+ * },
546
+ * "qq": {
547
+ * "hostVer": "-",
548
+ * "uniVer": "-",
549
+ * "unixVer": "-"
550
+ * },
551
+ * "kuaishou": {
552
+ * "hostVer": "-",
553
+ * "uniVer": "-",
554
+ * "unixVer": "-"
555
+ * },
556
+ * "jd": {
557
+ * "hostVer": "-",
558
+ * "uniVer": "-",
559
+ * "unixVer": "-"
560
+ * }
561
+ * }
562
+ * }
122
563
  */
123
564
  addressState?: string | null,
124
565
  /**
125
566
  * 联系地址城市
567
+ * @uniPlatform {
568
+ * "mp": {
569
+ * "weixin": {
570
+ * "hostVer": "√",
571
+ * "uniVer": "√",
572
+ * "unixVer": "4.41"
573
+ * },
574
+ * "alipay": {
575
+ * "hostVer": "-",
576
+ * "uniVer": "-",
577
+ * "unixVer": "-"
578
+ * },
579
+ * "baidu": {
580
+ * "hostVer": "-",
581
+ * "uniVer": "-",
582
+ * "unixVer": "-"
583
+ * },
584
+ * "toutiao": {
585
+ * "hostVer": "-",
586
+ * "uniVer": "-",
587
+ * "unixVer": "-"
588
+ * },
589
+ * "lark": {
590
+ * "hostVer": "-",
591
+ * "uniVer": "-",
592
+ * "unixVer": "-"
593
+ * },
594
+ * "qq": {
595
+ * "hostVer": "-",
596
+ * "uniVer": "-",
597
+ * "unixVer": "-"
598
+ * },
599
+ * "kuaishou": {
600
+ * "hostVer": "-",
601
+ * "uniVer": "-",
602
+ * "unixVer": "-"
603
+ * },
604
+ * "jd": {
605
+ * "hostVer": "-",
606
+ * "uniVer": "-",
607
+ * "unixVer": "-"
608
+ * }
609
+ * }
610
+ * }
126
611
  */
127
612
  addressCity?: string | null,
128
613
  /**
129
614
  * 联系地址街道
615
+ * @uniPlatform {
616
+ * "mp": {
617
+ * "weixin": {
618
+ * "hostVer": "√",
619
+ * "uniVer": "√",
620
+ * "unixVer": "4.41"
621
+ * },
622
+ * "alipay": {
623
+ * "hostVer": "-",
624
+ * "uniVer": "-",
625
+ * "unixVer": "-"
626
+ * },
627
+ * "baidu": {
628
+ * "hostVer": "-",
629
+ * "uniVer": "-",
630
+ * "unixVer": "-"
631
+ * },
632
+ * "toutiao": {
633
+ * "hostVer": "-",
634
+ * "uniVer": "-",
635
+ * "unixVer": "-"
636
+ * },
637
+ * "lark": {
638
+ * "hostVer": "-",
639
+ * "uniVer": "-",
640
+ * "unixVer": "-"
641
+ * },
642
+ * "qq": {
643
+ * "hostVer": "-",
644
+ * "uniVer": "-",
645
+ * "unixVer": "-"
646
+ * },
647
+ * "kuaishou": {
648
+ * "hostVer": "-",
649
+ * "uniVer": "-",
650
+ * "unixVer": "-"
651
+ * },
652
+ * "jd": {
653
+ * "hostVer": "-",
654
+ * "uniVer": "-",
655
+ * "unixVer": "-"
656
+ * }
657
+ * }
658
+ * }
130
659
  */
131
660
  addressStreet?: string | null,
132
661
  /**
133
662
  * 联系地址邮政编码
663
+ * @uniPlatform {
664
+ * "mp": {
665
+ * "weixin": {
666
+ * "hostVer": "√",
667
+ * "uniVer": "√",
668
+ * "unixVer": "4.41"
669
+ * },
670
+ * "alipay": {
671
+ * "hostVer": "-",
672
+ * "uniVer": "-",
673
+ * "unixVer": "-"
674
+ * },
675
+ * "baidu": {
676
+ * "hostVer": "-",
677
+ * "uniVer": "-",
678
+ * "unixVer": "-"
679
+ * },
680
+ * "toutiao": {
681
+ * "hostVer": "-",
682
+ * "uniVer": "-",
683
+ * "unixVer": "-"
684
+ * },
685
+ * "lark": {
686
+ * "hostVer": "-",
687
+ * "uniVer": "-",
688
+ * "unixVer": "-"
689
+ * },
690
+ * "qq": {
691
+ * "hostVer": "-",
692
+ * "uniVer": "-",
693
+ * "unixVer": "-"
694
+ * },
695
+ * "kuaishou": {
696
+ * "hostVer": "-",
697
+ * "uniVer": "-",
698
+ * "unixVer": "-"
699
+ * },
700
+ * "jd": {
701
+ * "hostVer": "-",
702
+ * "uniVer": "-",
703
+ * "unixVer": "-"
704
+ * }
705
+ * }
706
+ * }
134
707
  */
135
708
  addressPostalCode?: string | null,
136
709
  /**
137
710
  * 公司
711
+ * @uniPlatform {
712
+ * "mp": {
713
+ * "weixin": {
714
+ * "hostVer": "√",
715
+ * "uniVer": "√",
716
+ * "unixVer": "4.41"
717
+ * },
718
+ * "alipay": {
719
+ * "hostVer": "-",
720
+ * "uniVer": "-",
721
+ * "unixVer": "-"
722
+ * },
723
+ * "baidu": {
724
+ * "hostVer": "-",
725
+ * "uniVer": "-",
726
+ * "unixVer": "-"
727
+ * },
728
+ * "toutiao": {
729
+ * "hostVer": "-",
730
+ * "uniVer": "-",
731
+ * "unixVer": "-"
732
+ * },
733
+ * "lark": {
734
+ * "hostVer": "-",
735
+ * "uniVer": "-",
736
+ * "unixVer": "-"
737
+ * },
738
+ * "qq": {
739
+ * "hostVer": "-",
740
+ * "uniVer": "-",
741
+ * "unixVer": "-"
742
+ * },
743
+ * "kuaishou": {
744
+ * "hostVer": "-",
745
+ * "uniVer": "-",
746
+ * "unixVer": "-"
747
+ * },
748
+ * "jd": {
749
+ * "hostVer": "-",
750
+ * "uniVer": "-",
751
+ * "unixVer": "-"
752
+ * }
753
+ * }
754
+ * }
138
755
  */
139
756
  organization?: string | null,
140
757
  /**
141
758
  * 职位
759
+ * @uniPlatform {
760
+ * "mp": {
761
+ * "weixin": {
762
+ * "hostVer": "√",
763
+ * "uniVer": "√",
764
+ * "unixVer": "4.41"
765
+ * },
766
+ * "alipay": {
767
+ * "hostVer": "-",
768
+ * "uniVer": "-",
769
+ * "unixVer": "-"
770
+ * },
771
+ * "baidu": {
772
+ * "hostVer": "-",
773
+ * "uniVer": "-",
774
+ * "unixVer": "-"
775
+ * },
776
+ * "toutiao": {
777
+ * "hostVer": "-",
778
+ * "uniVer": "-",
779
+ * "unixVer": "-"
780
+ * },
781
+ * "lark": {
782
+ * "hostVer": "-",
783
+ * "uniVer": "-",
784
+ * "unixVer": "-"
785
+ * },
786
+ * "qq": {
787
+ * "hostVer": "-",
788
+ * "uniVer": "-",
789
+ * "unixVer": "-"
790
+ * },
791
+ * "kuaishou": {
792
+ * "hostVer": "-",
793
+ * "uniVer": "-",
794
+ * "unixVer": "-"
795
+ * },
796
+ * "jd": {
797
+ * "hostVer": "-",
798
+ * "uniVer": "-",
799
+ * "unixVer": "-"
800
+ * }
801
+ * }
802
+ * }
142
803
  */
143
804
  title?: string | null,
144
805
  /**
145
806
  * 工作传真
807
+ * @uniPlatform {
808
+ * "mp": {
809
+ * "weixin": {
810
+ * "hostVer": "√",
811
+ * "uniVer": "√",
812
+ * "unixVer": "4.41"
813
+ * },
814
+ * "alipay": {
815
+ * "hostVer": "-",
816
+ * "uniVer": "-",
817
+ * "unixVer": "-"
818
+ * },
819
+ * "baidu": {
820
+ * "hostVer": "-",
821
+ * "uniVer": "-",
822
+ * "unixVer": "-"
823
+ * },
824
+ * "toutiao": {
825
+ * "hostVer": "-",
826
+ * "uniVer": "-",
827
+ * "unixVer": "-"
828
+ * },
829
+ * "lark": {
830
+ * "hostVer": "-",
831
+ * "uniVer": "-",
832
+ * "unixVer": "-"
833
+ * },
834
+ * "qq": {
835
+ * "hostVer": "-",
836
+ * "uniVer": "-",
837
+ * "unixVer": "-"
838
+ * },
839
+ * "kuaishou": {
840
+ * "hostVer": "-",
841
+ * "uniVer": "-",
842
+ * "unixVer": "-"
843
+ * },
844
+ * "jd": {
845
+ * "hostVer": "-",
846
+ * "uniVer": "-",
847
+ * "unixVer": "-"
848
+ * }
849
+ * }
850
+ * }
146
851
  */
147
852
  workFaxNumber?: string | null,
148
853
  /**
149
854
  * 工作电话
855
+ * @uniPlatform {
856
+ * "mp": {
857
+ * "weixin": {
858
+ * "hostVer": "√",
859
+ * "uniVer": "√",
860
+ * "unixVer": "4.41"
861
+ * },
862
+ * "alipay": {
863
+ * "hostVer": "-",
864
+ * "uniVer": "-",
865
+ * "unixVer": "-"
866
+ * },
867
+ * "baidu": {
868
+ * "hostVer": "-",
869
+ * "uniVer": "-",
870
+ * "unixVer": "-"
871
+ * },
872
+ * "toutiao": {
873
+ * "hostVer": "-",
874
+ * "uniVer": "-",
875
+ * "unixVer": "-"
876
+ * },
877
+ * "lark": {
878
+ * "hostVer": "-",
879
+ * "uniVer": "-",
880
+ * "unixVer": "-"
881
+ * },
882
+ * "qq": {
883
+ * "hostVer": "-",
884
+ * "uniVer": "-",
885
+ * "unixVer": "-"
886
+ * },
887
+ * "kuaishou": {
888
+ * "hostVer": "-",
889
+ * "uniVer": "-",
890
+ * "unixVer": "-"
891
+ * },
892
+ * "jd": {
893
+ * "hostVer": "-",
894
+ * "uniVer": "-",
895
+ * "unixVer": "-"
896
+ * }
897
+ * }
898
+ * }
150
899
  */
151
900
  workPhoneNumber?: string | null,
152
901
  /**
153
902
  * 公司电话
903
+ * @uniPlatform {
904
+ * "mp": {
905
+ * "weixin": {
906
+ * "hostVer": "√",
907
+ * "uniVer": "√",
908
+ * "unixVer": "4.41"
909
+ * },
910
+ * "alipay": {
911
+ * "hostVer": "-",
912
+ * "uniVer": "-",
913
+ * "unixVer": "-"
914
+ * },
915
+ * "baidu": {
916
+ * "hostVer": "-",
917
+ * "uniVer": "-",
918
+ * "unixVer": "-"
919
+ * },
920
+ * "toutiao": {
921
+ * "hostVer": "-",
922
+ * "uniVer": "-",
923
+ * "unixVer": "-"
924
+ * },
925
+ * "lark": {
926
+ * "hostVer": "-",
927
+ * "uniVer": "-",
928
+ * "unixVer": "-"
929
+ * },
930
+ * "qq": {
931
+ * "hostVer": "-",
932
+ * "uniVer": "-",
933
+ * "unixVer": "-"
934
+ * },
935
+ * "kuaishou": {
936
+ * "hostVer": "-",
937
+ * "uniVer": "-",
938
+ * "unixVer": "-"
939
+ * },
940
+ * "jd": {
941
+ * "hostVer": "-",
942
+ * "uniVer": "-",
943
+ * "unixVer": "-"
944
+ * }
945
+ * }
946
+ * }
154
947
  */
155
948
  hostNumber?: string | null,
156
949
  /**
157
950
  * 电子邮件
951
+ * @uniPlatform {
952
+ * "mp": {
953
+ * "weixin": {
954
+ * "hostVer": "√",
955
+ * "uniVer": "√",
956
+ * "unixVer": "4.41"
957
+ * },
958
+ * "alipay": {
959
+ * "hostVer": "-",
960
+ * "uniVer": "-",
961
+ * "unixVer": "-"
962
+ * },
963
+ * "baidu": {
964
+ * "hostVer": "-",
965
+ * "uniVer": "-",
966
+ * "unixVer": "-"
967
+ * },
968
+ * "toutiao": {
969
+ * "hostVer": "-",
970
+ * "uniVer": "-",
971
+ * "unixVer": "-"
972
+ * },
973
+ * "lark": {
974
+ * "hostVer": "-",
975
+ * "uniVer": "-",
976
+ * "unixVer": "-"
977
+ * },
978
+ * "qq": {
979
+ * "hostVer": "-",
980
+ * "uniVer": "-",
981
+ * "unixVer": "-"
982
+ * },
983
+ * "kuaishou": {
984
+ * "hostVer": "-",
985
+ * "uniVer": "-",
986
+ * "unixVer": "-"
987
+ * },
988
+ * "jd": {
989
+ * "hostVer": "-",
990
+ * "uniVer": "-",
991
+ * "unixVer": "-"
992
+ * }
993
+ * }
994
+ * }
158
995
  */
159
996
  email?: string | null,
160
997
  /**
161
998
  * 网站
999
+ * @uniPlatform {
1000
+ * "mp": {
1001
+ * "weixin": {
1002
+ * "hostVer": "√",
1003
+ * "uniVer": "√",
1004
+ * "unixVer": "4.41"
1005
+ * },
1006
+ * "alipay": {
1007
+ * "hostVer": "-",
1008
+ * "uniVer": "-",
1009
+ * "unixVer": "-"
1010
+ * },
1011
+ * "baidu": {
1012
+ * "hostVer": "-",
1013
+ * "uniVer": "-",
1014
+ * "unixVer": "-"
1015
+ * },
1016
+ * "toutiao": {
1017
+ * "hostVer": "-",
1018
+ * "uniVer": "-",
1019
+ * "unixVer": "-"
1020
+ * },
1021
+ * "lark": {
1022
+ * "hostVer": "-",
1023
+ * "uniVer": "-",
1024
+ * "unixVer": "-"
1025
+ * },
1026
+ * "qq": {
1027
+ * "hostVer": "-",
1028
+ * "uniVer": "-",
1029
+ * "unixVer": "-"
1030
+ * },
1031
+ * "kuaishou": {
1032
+ * "hostVer": "-",
1033
+ * "uniVer": "-",
1034
+ * "unixVer": "-"
1035
+ * },
1036
+ * "jd": {
1037
+ * "hostVer": "-",
1038
+ * "uniVer": "-",
1039
+ * "unixVer": "-"
1040
+ * }
1041
+ * }
1042
+ * }
162
1043
  */
163
1044
  url?: string | null,
164
1045
  /**
165
1046
  * 工作地址国家
1047
+ * @uniPlatform {
1048
+ * "mp": {
1049
+ * "weixin": {
1050
+ * "hostVer": "√",
1051
+ * "uniVer": "√",
1052
+ * "unixVer": "4.41"
1053
+ * },
1054
+ * "alipay": {
1055
+ * "hostVer": "-",
1056
+ * "uniVer": "-",
1057
+ * "unixVer": "-"
1058
+ * },
1059
+ * "baidu": {
1060
+ * "hostVer": "-",
1061
+ * "uniVer": "-",
1062
+ * "unixVer": "-"
1063
+ * },
1064
+ * "toutiao": {
1065
+ * "hostVer": "-",
1066
+ * "uniVer": "-",
1067
+ * "unixVer": "-"
1068
+ * },
1069
+ * "lark": {
1070
+ * "hostVer": "-",
1071
+ * "uniVer": "-",
1072
+ * "unixVer": "-"
1073
+ * },
1074
+ * "qq": {
1075
+ * "hostVer": "-",
1076
+ * "uniVer": "-",
1077
+ * "unixVer": "-"
1078
+ * },
1079
+ * "kuaishou": {
1080
+ * "hostVer": "-",
1081
+ * "uniVer": "-",
1082
+ * "unixVer": "-"
1083
+ * },
1084
+ * "jd": {
1085
+ * "hostVer": "-",
1086
+ * "uniVer": "-",
1087
+ * "unixVer": "-"
1088
+ * }
1089
+ * }
1090
+ * }
166
1091
  */
167
1092
  workAddressCountry?: string | null,
168
1093
  /**
169
1094
  * 工作地址省份
1095
+ * @uniPlatform {
1096
+ * "mp": {
1097
+ * "weixin": {
1098
+ * "hostVer": "√",
1099
+ * "uniVer": "√",
1100
+ * "unixVer": "4.41"
1101
+ * },
1102
+ * "alipay": {
1103
+ * "hostVer": "-",
1104
+ * "uniVer": "-",
1105
+ * "unixVer": "-"
1106
+ * },
1107
+ * "baidu": {
1108
+ * "hostVer": "-",
1109
+ * "uniVer": "-",
1110
+ * "unixVer": "-"
1111
+ * },
1112
+ * "toutiao": {
1113
+ * "hostVer": "-",
1114
+ * "uniVer": "-",
1115
+ * "unixVer": "-"
1116
+ * },
1117
+ * "lark": {
1118
+ * "hostVer": "-",
1119
+ * "uniVer": "-",
1120
+ * "unixVer": "-"
1121
+ * },
1122
+ * "qq": {
1123
+ * "hostVer": "-",
1124
+ * "uniVer": "-",
1125
+ * "unixVer": "-"
1126
+ * },
1127
+ * "kuaishou": {
1128
+ * "hostVer": "-",
1129
+ * "uniVer": "-",
1130
+ * "unixVer": "-"
1131
+ * },
1132
+ * "jd": {
1133
+ * "hostVer": "-",
1134
+ * "uniVer": "-",
1135
+ * "unixVer": "-"
1136
+ * }
1137
+ * }
1138
+ * }
170
1139
  */
171
1140
  workAddressState?: string | null,
172
1141
  /**
173
1142
  * 工作地址城市
1143
+ * @uniPlatform {
1144
+ * "mp": {
1145
+ * "weixin": {
1146
+ * "hostVer": "√",
1147
+ * "uniVer": "√",
1148
+ * "unixVer": "4.41"
1149
+ * },
1150
+ * "alipay": {
1151
+ * "hostVer": "-",
1152
+ * "uniVer": "-",
1153
+ * "unixVer": "-"
1154
+ * },
1155
+ * "baidu": {
1156
+ * "hostVer": "-",
1157
+ * "uniVer": "-",
1158
+ * "unixVer": "-"
1159
+ * },
1160
+ * "toutiao": {
1161
+ * "hostVer": "-",
1162
+ * "uniVer": "-",
1163
+ * "unixVer": "-"
1164
+ * },
1165
+ * "lark": {
1166
+ * "hostVer": "-",
1167
+ * "uniVer": "-",
1168
+ * "unixVer": "-"
1169
+ * },
1170
+ * "qq": {
1171
+ * "hostVer": "-",
1172
+ * "uniVer": "-",
1173
+ * "unixVer": "-"
1174
+ * },
1175
+ * "kuaishou": {
1176
+ * "hostVer": "-",
1177
+ * "uniVer": "-",
1178
+ * "unixVer": "-"
1179
+ * },
1180
+ * "jd": {
1181
+ * "hostVer": "-",
1182
+ * "uniVer": "-",
1183
+ * "unixVer": "-"
1184
+ * }
1185
+ * }
1186
+ * }
174
1187
  */
175
1188
  workAddressCity?: string | null,
176
1189
  /**
177
1190
  * 工作地址街道
1191
+ * @uniPlatform {
1192
+ * "mp": {
1193
+ * "weixin": {
1194
+ * "hostVer": "√",
1195
+ * "uniVer": "√",
1196
+ * "unixVer": "4.41"
1197
+ * },
1198
+ * "alipay": {
1199
+ * "hostVer": "-",
1200
+ * "uniVer": "-",
1201
+ * "unixVer": "-"
1202
+ * },
1203
+ * "baidu": {
1204
+ * "hostVer": "-",
1205
+ * "uniVer": "-",
1206
+ * "unixVer": "-"
1207
+ * },
1208
+ * "toutiao": {
1209
+ * "hostVer": "-",
1210
+ * "uniVer": "-",
1211
+ * "unixVer": "-"
1212
+ * },
1213
+ * "lark": {
1214
+ * "hostVer": "-",
1215
+ * "uniVer": "-",
1216
+ * "unixVer": "-"
1217
+ * },
1218
+ * "qq": {
1219
+ * "hostVer": "-",
1220
+ * "uniVer": "-",
1221
+ * "unixVer": "-"
1222
+ * },
1223
+ * "kuaishou": {
1224
+ * "hostVer": "-",
1225
+ * "uniVer": "-",
1226
+ * "unixVer": "-"
1227
+ * },
1228
+ * "jd": {
1229
+ * "hostVer": "-",
1230
+ * "uniVer": "-",
1231
+ * "unixVer": "-"
1232
+ * }
1233
+ * }
1234
+ * }
178
1235
  */
179
1236
  workAddressStreet?: string | null,
180
1237
  /**
181
1238
  * 工作地址邮政编码
1239
+ * @uniPlatform {
1240
+ * "mp": {
1241
+ * "weixin": {
1242
+ * "hostVer": "√",
1243
+ * "uniVer": "√",
1244
+ * "unixVer": "4.41"
1245
+ * },
1246
+ * "alipay": {
1247
+ * "hostVer": "-",
1248
+ * "uniVer": "-",
1249
+ * "unixVer": "-"
1250
+ * },
1251
+ * "baidu": {
1252
+ * "hostVer": "-",
1253
+ * "uniVer": "-",
1254
+ * "unixVer": "-"
1255
+ * },
1256
+ * "toutiao": {
1257
+ * "hostVer": "-",
1258
+ * "uniVer": "-",
1259
+ * "unixVer": "-"
1260
+ * },
1261
+ * "lark": {
1262
+ * "hostVer": "-",
1263
+ * "uniVer": "-",
1264
+ * "unixVer": "-"
1265
+ * },
1266
+ * "qq": {
1267
+ * "hostVer": "-",
1268
+ * "uniVer": "-",
1269
+ * "unixVer": "-"
1270
+ * },
1271
+ * "kuaishou": {
1272
+ * "hostVer": "-",
1273
+ * "uniVer": "-",
1274
+ * "unixVer": "-"
1275
+ * },
1276
+ * "jd": {
1277
+ * "hostVer": "-",
1278
+ * "uniVer": "-",
1279
+ * "unixVer": "-"
1280
+ * }
1281
+ * }
1282
+ * }
182
1283
  */
183
1284
  workAddressPostalCode?: string | null,
184
1285
  /**
185
1286
  * 住宅传真
1287
+ * @uniPlatform {
1288
+ * "mp": {
1289
+ * "weixin": {
1290
+ * "hostVer": "√",
1291
+ * "uniVer": "√",
1292
+ * "unixVer": "4.41"
1293
+ * },
1294
+ * "alipay": {
1295
+ * "hostVer": "-",
1296
+ * "uniVer": "-",
1297
+ * "unixVer": "-"
1298
+ * },
1299
+ * "baidu": {
1300
+ * "hostVer": "-",
1301
+ * "uniVer": "-",
1302
+ * "unixVer": "-"
1303
+ * },
1304
+ * "toutiao": {
1305
+ * "hostVer": "-",
1306
+ * "uniVer": "-",
1307
+ * "unixVer": "-"
1308
+ * },
1309
+ * "lark": {
1310
+ * "hostVer": "-",
1311
+ * "uniVer": "-",
1312
+ * "unixVer": "-"
1313
+ * },
1314
+ * "qq": {
1315
+ * "hostVer": "-",
1316
+ * "uniVer": "-",
1317
+ * "unixVer": "-"
1318
+ * },
1319
+ * "kuaishou": {
1320
+ * "hostVer": "-",
1321
+ * "uniVer": "-",
1322
+ * "unixVer": "-"
1323
+ * },
1324
+ * "jd": {
1325
+ * "hostVer": "-",
1326
+ * "uniVer": "-",
1327
+ * "unixVer": "-"
1328
+ * }
1329
+ * }
1330
+ * }
186
1331
  */
187
1332
  homeFaxNumber?: string | null,
188
1333
  /**
189
1334
  * 住宅电话
1335
+ * @uniPlatform {
1336
+ * "mp": {
1337
+ * "weixin": {
1338
+ * "hostVer": "√",
1339
+ * "uniVer": "√",
1340
+ * "unixVer": "4.41"
1341
+ * },
1342
+ * "alipay": {
1343
+ * "hostVer": "-",
1344
+ * "uniVer": "-",
1345
+ * "unixVer": "-"
1346
+ * },
1347
+ * "baidu": {
1348
+ * "hostVer": "-",
1349
+ * "uniVer": "-",
1350
+ * "unixVer": "-"
1351
+ * },
1352
+ * "toutiao": {
1353
+ * "hostVer": "-",
1354
+ * "uniVer": "-",
1355
+ * "unixVer": "-"
1356
+ * },
1357
+ * "lark": {
1358
+ * "hostVer": "-",
1359
+ * "uniVer": "-",
1360
+ * "unixVer": "-"
1361
+ * },
1362
+ * "qq": {
1363
+ * "hostVer": "-",
1364
+ * "uniVer": "-",
1365
+ * "unixVer": "-"
1366
+ * },
1367
+ * "kuaishou": {
1368
+ * "hostVer": "-",
1369
+ * "uniVer": "-",
1370
+ * "unixVer": "-"
1371
+ * },
1372
+ * "jd": {
1373
+ * "hostVer": "-",
1374
+ * "uniVer": "-",
1375
+ * "unixVer": "-"
1376
+ * }
1377
+ * }
1378
+ * }
190
1379
  */
191
1380
  homePhoneNumber?: string | null,
192
1381
  /**
193
1382
  * 住宅地址国家
1383
+ * @uniPlatform {
1384
+ * "mp": {
1385
+ * "weixin": {
1386
+ * "hostVer": "√",
1387
+ * "uniVer": "√",
1388
+ * "unixVer": "4.41"
1389
+ * },
1390
+ * "alipay": {
1391
+ * "hostVer": "-",
1392
+ * "uniVer": "-",
1393
+ * "unixVer": "-"
1394
+ * },
1395
+ * "baidu": {
1396
+ * "hostVer": "-",
1397
+ * "uniVer": "-",
1398
+ * "unixVer": "-"
1399
+ * },
1400
+ * "toutiao": {
1401
+ * "hostVer": "-",
1402
+ * "uniVer": "-",
1403
+ * "unixVer": "-"
1404
+ * },
1405
+ * "lark": {
1406
+ * "hostVer": "-",
1407
+ * "uniVer": "-",
1408
+ * "unixVer": "-"
1409
+ * },
1410
+ * "qq": {
1411
+ * "hostVer": "-",
1412
+ * "uniVer": "-",
1413
+ * "unixVer": "-"
1414
+ * },
1415
+ * "kuaishou": {
1416
+ * "hostVer": "-",
1417
+ * "uniVer": "-",
1418
+ * "unixVer": "-"
1419
+ * },
1420
+ * "jd": {
1421
+ * "hostVer": "-",
1422
+ * "uniVer": "-",
1423
+ * "unixVer": "-"
1424
+ * }
1425
+ * }
1426
+ * }
194
1427
  */
195
1428
  homeAddressCountry?: string | null,
196
1429
  /**
197
1430
  * 住宅地址省份
1431
+ * @uniPlatform {
1432
+ * "mp": {
1433
+ * "weixin": {
1434
+ * "hostVer": "√",
1435
+ * "uniVer": "√",
1436
+ * "unixVer": "4.41"
1437
+ * },
1438
+ * "alipay": {
1439
+ * "hostVer": "-",
1440
+ * "uniVer": "-",
1441
+ * "unixVer": "-"
1442
+ * },
1443
+ * "baidu": {
1444
+ * "hostVer": "-",
1445
+ * "uniVer": "-",
1446
+ * "unixVer": "-"
1447
+ * },
1448
+ * "toutiao": {
1449
+ * "hostVer": "-",
1450
+ * "uniVer": "-",
1451
+ * "unixVer": "-"
1452
+ * },
1453
+ * "lark": {
1454
+ * "hostVer": "-",
1455
+ * "uniVer": "-",
1456
+ * "unixVer": "-"
1457
+ * },
1458
+ * "qq": {
1459
+ * "hostVer": "-",
1460
+ * "uniVer": "-",
1461
+ * "unixVer": "-"
1462
+ * },
1463
+ * "kuaishou": {
1464
+ * "hostVer": "-",
1465
+ * "uniVer": "-",
1466
+ * "unixVer": "-"
1467
+ * },
1468
+ * "jd": {
1469
+ * "hostVer": "-",
1470
+ * "uniVer": "-",
1471
+ * "unixVer": "-"
1472
+ * }
1473
+ * }
1474
+ * }
198
1475
  */
199
1476
  homeAddressState?: string | null,
200
1477
  /**
201
1478
  * 住宅地址城市
1479
+ * @uniPlatform {
1480
+ * "mp": {
1481
+ * "weixin": {
1482
+ * "hostVer": "√",
1483
+ * "uniVer": "√",
1484
+ * "unixVer": "4.41"
1485
+ * },
1486
+ * "alipay": {
1487
+ * "hostVer": "-",
1488
+ * "uniVer": "-",
1489
+ * "unixVer": "-"
1490
+ * },
1491
+ * "baidu": {
1492
+ * "hostVer": "-",
1493
+ * "uniVer": "-",
1494
+ * "unixVer": "-"
1495
+ * },
1496
+ * "toutiao": {
1497
+ * "hostVer": "-",
1498
+ * "uniVer": "-",
1499
+ * "unixVer": "-"
1500
+ * },
1501
+ * "lark": {
1502
+ * "hostVer": "-",
1503
+ * "uniVer": "-",
1504
+ * "unixVer": "-"
1505
+ * },
1506
+ * "qq": {
1507
+ * "hostVer": "-",
1508
+ * "uniVer": "-",
1509
+ * "unixVer": "-"
1510
+ * },
1511
+ * "kuaishou": {
1512
+ * "hostVer": "-",
1513
+ * "uniVer": "-",
1514
+ * "unixVer": "-"
1515
+ * },
1516
+ * "jd": {
1517
+ * "hostVer": "-",
1518
+ * "uniVer": "-",
1519
+ * "unixVer": "-"
1520
+ * }
1521
+ * }
1522
+ * }
202
1523
  */
203
1524
  homeAddressCity?: string | null,
204
1525
  /**
205
1526
  * 住宅地址街道
1527
+ * @uniPlatform {
1528
+ * "mp": {
1529
+ * "weixin": {
1530
+ * "hostVer": "√",
1531
+ * "uniVer": "√",
1532
+ * "unixVer": "4.41"
1533
+ * },
1534
+ * "alipay": {
1535
+ * "hostVer": "-",
1536
+ * "uniVer": "-",
1537
+ * "unixVer": "-"
1538
+ * },
1539
+ * "baidu": {
1540
+ * "hostVer": "-",
1541
+ * "uniVer": "-",
1542
+ * "unixVer": "-"
1543
+ * },
1544
+ * "toutiao": {
1545
+ * "hostVer": "-",
1546
+ * "uniVer": "-",
1547
+ * "unixVer": "-"
1548
+ * },
1549
+ * "lark": {
1550
+ * "hostVer": "-",
1551
+ * "uniVer": "-",
1552
+ * "unixVer": "-"
1553
+ * },
1554
+ * "qq": {
1555
+ * "hostVer": "-",
1556
+ * "uniVer": "-",
1557
+ * "unixVer": "-"
1558
+ * },
1559
+ * "kuaishou": {
1560
+ * "hostVer": "-",
1561
+ * "uniVer": "-",
1562
+ * "unixVer": "-"
1563
+ * },
1564
+ * "jd": {
1565
+ * "hostVer": "-",
1566
+ * "uniVer": "-",
1567
+ * "unixVer": "-"
1568
+ * }
1569
+ * }
1570
+ * }
206
1571
  */
207
1572
  homeAddressStreet?: string | null,
208
1573
  /**
209
1574
  * 住宅地址邮政编码
1575
+ * @uniPlatform {
1576
+ * "mp": {
1577
+ * "weixin": {
1578
+ * "hostVer": "√",
1579
+ * "uniVer": "√",
1580
+ * "unixVer": "4.41"
1581
+ * },
1582
+ * "alipay": {
1583
+ * "hostVer": "-",
1584
+ * "uniVer": "-",
1585
+ * "unixVer": "-"
1586
+ * },
1587
+ * "baidu": {
1588
+ * "hostVer": "-",
1589
+ * "uniVer": "-",
1590
+ * "unixVer": "-"
1591
+ * },
1592
+ * "toutiao": {
1593
+ * "hostVer": "-",
1594
+ * "uniVer": "-",
1595
+ * "unixVer": "-"
1596
+ * },
1597
+ * "lark": {
1598
+ * "hostVer": "-",
1599
+ * "uniVer": "-",
1600
+ * "unixVer": "-"
1601
+ * },
1602
+ * "qq": {
1603
+ * "hostVer": "-",
1604
+ * "uniVer": "-",
1605
+ * "unixVer": "-"
1606
+ * },
1607
+ * "kuaishou": {
1608
+ * "hostVer": "-",
1609
+ * "uniVer": "-",
1610
+ * "unixVer": "-"
1611
+ * },
1612
+ * "jd": {
1613
+ * "hostVer": "-",
1614
+ * "uniVer": "-",
1615
+ * "unixVer": "-"
1616
+ * }
1617
+ * }
1618
+ * }
210
1619
  */
211
1620
  homeAddressPostalCode?: string | null,
212
1621
  /**
213
1622
  * 接口调用成功的回调函数
1623
+ * @uniPlatform {
1624
+ * "mp": {
1625
+ * "weixin": {
1626
+ * "hostVer": "√",
1627
+ * "uniVer": "√",
1628
+ * "unixVer": "4.41"
1629
+ * },
1630
+ * "alipay": {
1631
+ * "hostVer": "-",
1632
+ * "uniVer": "-",
1633
+ * "unixVer": "-"
1634
+ * },
1635
+ * "baidu": {
1636
+ * "hostVer": "-",
1637
+ * "uniVer": "-",
1638
+ * "unixVer": "-"
1639
+ * },
1640
+ * "toutiao": {
1641
+ * "hostVer": "-",
1642
+ * "uniVer": "-",
1643
+ * "unixVer": "-"
1644
+ * },
1645
+ * "lark": {
1646
+ * "hostVer": "-",
1647
+ * "uniVer": "-",
1648
+ * "unixVer": "-"
1649
+ * },
1650
+ * "qq": {
1651
+ * "hostVer": "-",
1652
+ * "uniVer": "-",
1653
+ * "unixVer": "-"
1654
+ * },
1655
+ * "kuaishou": {
1656
+ * "hostVer": "-",
1657
+ * "uniVer": "-",
1658
+ * "unixVer": "-"
1659
+ * },
1660
+ * "jd": {
1661
+ * "hostVer": "-",
1662
+ * "uniVer": "-",
1663
+ * "unixVer": "-"
1664
+ * }
1665
+ * }
1666
+ * }
214
1667
  */
215
1668
  success?: AddPhoneContactSuccessCallback | null,
216
1669
  /**
217
1670
  * 接口调用失败的回调函数
1671
+ * @uniPlatform {
1672
+ * "mp": {
1673
+ * "weixin": {
1674
+ * "hostVer": "√",
1675
+ * "uniVer": "√",
1676
+ * "unixVer": "4.41"
1677
+ * },
1678
+ * "alipay": {
1679
+ * "hostVer": "-",
1680
+ * "uniVer": "-",
1681
+ * "unixVer": "-"
1682
+ * },
1683
+ * "baidu": {
1684
+ * "hostVer": "-",
1685
+ * "uniVer": "-",
1686
+ * "unixVer": "-"
1687
+ * },
1688
+ * "toutiao": {
1689
+ * "hostVer": "-",
1690
+ * "uniVer": "-",
1691
+ * "unixVer": "-"
1692
+ * },
1693
+ * "lark": {
1694
+ * "hostVer": "-",
1695
+ * "uniVer": "-",
1696
+ * "unixVer": "-"
1697
+ * },
1698
+ * "qq": {
1699
+ * "hostVer": "-",
1700
+ * "uniVer": "-",
1701
+ * "unixVer": "-"
1702
+ * },
1703
+ * "kuaishou": {
1704
+ * "hostVer": "-",
1705
+ * "uniVer": "-",
1706
+ * "unixVer": "-"
1707
+ * },
1708
+ * "jd": {
1709
+ * "hostVer": "-",
1710
+ * "uniVer": "-",
1711
+ * "unixVer": "-"
1712
+ * }
1713
+ * }
1714
+ * }
218
1715
  */
219
1716
  fail?: AddPhoneContactFailCallback | null,
220
1717
  /**
221
1718
  * 接口调用结束的回调函数(调用成功、失败都会执行)
1719
+ * @uniPlatform {
1720
+ * "mp": {
1721
+ * "weixin": {
1722
+ * "hostVer": "√",
1723
+ * "uniVer": "√",
1724
+ * "unixVer": "4.41"
1725
+ * },
1726
+ * "alipay": {
1727
+ * "hostVer": "-",
1728
+ * "uniVer": "-",
1729
+ * "unixVer": "-"
1730
+ * },
1731
+ * "baidu": {
1732
+ * "hostVer": "-",
1733
+ * "uniVer": "-",
1734
+ * "unixVer": "-"
1735
+ * },
1736
+ * "toutiao": {
1737
+ * "hostVer": "-",
1738
+ * "uniVer": "-",
1739
+ * "unixVer": "-"
1740
+ * },
1741
+ * "lark": {
1742
+ * "hostVer": "-",
1743
+ * "uniVer": "-",
1744
+ * "unixVer": "-"
1745
+ * },
1746
+ * "qq": {
1747
+ * "hostVer": "-",
1748
+ * "uniVer": "-",
1749
+ * "unixVer": "-"
1750
+ * },
1751
+ * "kuaishou": {
1752
+ * "hostVer": "-",
1753
+ * "uniVer": "-",
1754
+ * "unixVer": "-"
1755
+ * },
1756
+ * "jd": {
1757
+ * "hostVer": "-",
1758
+ * "uniVer": "-",
1759
+ * "unixVer": "-"
1760
+ * }
1761
+ * }
1762
+ * }
222
1763
  */
223
1764
  complete?: AddPhoneContactCompleteCallback | null
224
1765
  };