tencentcloud-sdk-nodejs 4.1.214 → 4.1.216
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.
- package/es/common/sdk_version.js +1 -1
- package/es/services/cfw/v20190904/cfw_client.js +5 -2
- package/es/services/dts/v20211206/dts_client.js +10 -4
- package/es/services/emr/v20190103/emr_client.js +14 -8
- package/es/services/live/v20180801/live_client.js +9 -0
- package/es/services/mps/v20190612/mps_client.js +6 -0
- package/es/services/tcbr/v20220217/tcbr_client.js +8 -2
- package/es/services/tdmysql/v20211122/tdmysql_client.js +5 -2
- package/es/services/trtc/v20190722/trtc_client.js +12 -6
- package/es/services/vclm/v20240523/vclm_client.js +62 -8
- package/es/services/vpc/v20170312/vpc_client.js +3 -0
- package/package.json +1 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/ags/v20250920/ags_client.d.ts +1 -1
- package/tencentcloud/services/ags/v20250920/ags_models.d.ts +18 -4
- package/tencentcloud/services/aiart/v20221229/aiart_models.d.ts +4 -4
- package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.d.ts +39 -4
- package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +7 -3
- package/tencentcloud/services/cfw/v20190904/cfw_client.js +9 -3
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +235 -5
- package/tencentcloud/services/cls/v20201016/cls_client.d.ts +1 -1
- package/tencentcloud/services/cls/v20201016/cls_client.js +1 -1
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +2 -2
- package/tencentcloud/services/config/v20220802/config_models.d.ts +7 -3
- package/tencentcloud/services/csip/v20221121/csip_models.d.ts +4 -0
- package/tencentcloud/services/dts/v20211206/dts_client.d.ts +13 -5
- package/tencentcloud/services/dts/v20211206/dts_client.js +18 -6
- package/tencentcloud/services/dts/v20211206/dts_models.d.ts +228 -79
- package/tencentcloud/services/emr/v20190103/emr_client.d.ts +19 -11
- package/tencentcloud/services/emr/v20190103/emr_client.js +26 -14
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +145 -10
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +2 -2
- package/tencentcloud/services/ess/v20201111/ess_client.js +2 -2
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +85 -312
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +2 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +2 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +69 -236
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +5 -12
- package/tencentcloud/services/goosefs/v20220519/goosefs_models.d.ts +3 -3
- package/tencentcloud/services/iss/v20230517/iss_models.d.ts +53 -33
- package/tencentcloud/services/live/v20180801/live_client.d.ts +13 -1
- package/tencentcloud/services/live/v20180801/live_client.js +18 -0
- package/tencentcloud/services/live/v20180801/live_models.d.ts +70 -19
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +28 -60
- package/tencentcloud/services/mps/v20190612/mps_client.d.ts +10 -2
- package/tencentcloud/services/mps/v20190612/mps_client.js +13 -1
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +141 -444
- package/tencentcloud/services/mrs/v20200910/mrs_models.d.ts +53 -31
- package/tencentcloud/services/nlp/v20190408/nlp_client.d.ts +9 -3
- package/tencentcloud/services/nlp/v20190408/nlp_client.js +9 -3
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +78 -65
- package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +46 -41
- package/tencentcloud/services/tcbr/v20220217/tcbr_client.d.ts +11 -3
- package/tencentcloud/services/tcbr/v20220217/tcbr_client.js +15 -3
- package/tencentcloud/services/tcbr/v20220217/tcbr_models.d.ts +83 -27
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +35 -25
- package/tencentcloud/services/tdmysql/v20211122/tdmysql_client.d.ts +7 -3
- package/tencentcloud/services/tdmysql/v20211122/tdmysql_client.js +9 -3
- package/tencentcloud/services/tdmysql/v20211122/tdmysql_models.d.ts +142 -28
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +1 -53
- package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +15 -7
- package/tencentcloud/services/trtc/v20190722/trtc_client.js +21 -9
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +216 -75
- package/tencentcloud/services/vclm/v20240523/vclm_client.d.ts +80 -8
- package/tencentcloud/services/vclm/v20240523/vclm_client.js +119 -11
- package/tencentcloud/services/vclm/v20240523/vclm_models.d.ts +1839 -542
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +8 -0
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +5 -1
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +6 -0
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +32 -2
|
@@ -119,6 +119,14 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
119
119
|
async DescribeResourceScheduleDiffDetail(req, cb) {
|
|
120
120
|
return this.request("DescribeResourceScheduleDiffDetail", req, cb);
|
|
121
121
|
}
|
|
122
|
+
/**
|
|
123
|
+
* 本接口(CreateSLInstance)用于创建Serverless实例、如HBase、Starrocks、TCBase等
|
|
124
|
+
- 接口调用成功,会创建Serverless实例,创建实例请求成功会返回创建实例的InstaceId和请求的 RequestID。
|
|
125
|
+
- 接口为异步接口,接口返回时操作并未立即完成,实例操作结果可以通过调用DescribeInstancesList查看当前实例的StatusDesc状态。
|
|
126
|
+
*/
|
|
127
|
+
async CreateSLInstance(req, cb) {
|
|
128
|
+
return this.request("CreateSLInstance", req, cb);
|
|
129
|
+
}
|
|
122
130
|
/**
|
|
123
131
|
* 查询流程任务
|
|
124
132
|
*/
|
|
@@ -131,6 +139,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
131
139
|
async DescribeHiveQueries(req, cb) {
|
|
132
140
|
return this.request("DescribeHiveQueries", req, cb);
|
|
133
141
|
}
|
|
142
|
+
/**
|
|
143
|
+
* 修改自动扩缩容规则
|
|
144
|
+
*/
|
|
145
|
+
async ModifyAutoScaleStrategy(req, cb) {
|
|
146
|
+
return this.request("ModifyAutoScaleStrategy", req, cb);
|
|
147
|
+
}
|
|
134
148
|
/**
|
|
135
149
|
* 查询Trino(PrestoSQL)查询信息
|
|
136
150
|
*/
|
|
@@ -240,12 +254,10 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
240
254
|
return this.request("SyncPodState", req, cb);
|
|
241
255
|
}
|
|
242
256
|
/**
|
|
243
|
-
*
|
|
244
|
-
- 接口调用成功,会创建Serverless实例,创建实例请求成功会返回创建实例的InstaceId和请求的 RequestID。
|
|
245
|
-
- 接口为异步接口,接口返回时操作并未立即完成,实例操作结果可以通过调用DescribeInstancesList查看当前实例的StatusDesc状态。
|
|
257
|
+
* 获取引导脚本
|
|
246
258
|
*/
|
|
247
|
-
async
|
|
248
|
-
return this.request("
|
|
259
|
+
async DescribeBootScript(req, cb) {
|
|
260
|
+
return this.request("DescribeBootScript", req, cb);
|
|
249
261
|
}
|
|
250
262
|
/**
|
|
251
263
|
* 本接口(DescribeSLInstanceList)用于查询Serverless HBase实例列表详细信息
|
|
@@ -254,10 +266,10 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
254
266
|
return this.request("DescribeSLInstanceList", req, cb);
|
|
255
267
|
}
|
|
256
268
|
/**
|
|
257
|
-
*
|
|
269
|
+
* 修改引导脚本
|
|
258
270
|
*/
|
|
259
|
-
async
|
|
260
|
-
return this.request("
|
|
271
|
+
async ModifyBootScript(req, cb) {
|
|
272
|
+
return this.request("ModifyBootScript", req, cb);
|
|
261
273
|
}
|
|
262
274
|
/**
|
|
263
275
|
* 调整Pod数量
|
|
@@ -292,10 +304,10 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
292
304
|
return this.request("AddMetricScaleStrategy", req, cb);
|
|
293
305
|
}
|
|
294
306
|
/**
|
|
295
|
-
*
|
|
307
|
+
* 查看yarn资源调度的调度历史。废弃,请使用流程中心查看历史记录。
|
|
296
308
|
*/
|
|
297
|
-
async
|
|
298
|
-
return this.request("
|
|
309
|
+
async DescribeYarnScheduleHistory(req, cb) {
|
|
310
|
+
return this.request("DescribeYarnScheduleHistory", req, cb);
|
|
299
311
|
}
|
|
300
312
|
/**
|
|
301
313
|
* 查询监控概览页指标数据
|
|
@@ -334,10 +346,10 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
334
346
|
return this.request("DescribeClusterNodes", req, cb);
|
|
335
347
|
}
|
|
336
348
|
/**
|
|
337
|
-
*
|
|
349
|
+
* 云数据盘扩容
|
|
338
350
|
*/
|
|
339
|
-
async
|
|
340
|
-
return this.request("
|
|
351
|
+
async ResizeDataDisks(req, cb) {
|
|
352
|
+
return this.request("ResizeDataDisks", req, cb);
|
|
341
353
|
}
|
|
342
354
|
/**
|
|
343
355
|
* 获取洞察结果信息
|
|
@@ -1143,6 +1143,39 @@ export interface ModifyResourceRequest {
|
|
|
1143
1143
|
*/
|
|
1144
1144
|
ResourceIdList?: Array<string>;
|
|
1145
1145
|
}
|
|
1146
|
+
/**
|
|
1147
|
+
* DescribeBootScript返回参数结构体
|
|
1148
|
+
*/
|
|
1149
|
+
export interface DescribeBootScriptResponse {
|
|
1150
|
+
/**
|
|
1151
|
+
* 引导脚本详情
|
|
1152
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1153
|
+
*/
|
|
1154
|
+
Detail: DescribeBootScriptRsp;
|
|
1155
|
+
/**
|
|
1156
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1157
|
+
*/
|
|
1158
|
+
RequestId?: string;
|
|
1159
|
+
}
|
|
1160
|
+
/**
|
|
1161
|
+
* Pod的存储设备描述信息。
|
|
1162
|
+
*/
|
|
1163
|
+
export interface PodVolume {
|
|
1164
|
+
/**
|
|
1165
|
+
* 存储类型,可为"pvc","hostpath"。
|
|
1166
|
+
*/
|
|
1167
|
+
VolumeType: string;
|
|
1168
|
+
/**
|
|
1169
|
+
* 当VolumeType为"pvc"时,该字段生效。
|
|
1170
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1171
|
+
*/
|
|
1172
|
+
PVCVolume?: PersistentVolumeContext;
|
|
1173
|
+
/**
|
|
1174
|
+
* 当VolumeType为"hostpath"时,该字段生效。
|
|
1175
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1176
|
+
*/
|
|
1177
|
+
HostVolume?: HostVolumeContext;
|
|
1178
|
+
}
|
|
1146
1179
|
/**
|
|
1147
1180
|
* 多云盘参数
|
|
1148
1181
|
*/
|
|
@@ -3478,6 +3511,19 @@ export interface TimeAutoScaleStrategy {
|
|
|
3478
3511
|
*/
|
|
3479
3512
|
GraceDownProtectTime?: number;
|
|
3480
3513
|
}
|
|
3514
|
+
/**
|
|
3515
|
+
* DescribeBootScript请求参数结构体
|
|
3516
|
+
*/
|
|
3517
|
+
export interface DescribeBootScriptRequest {
|
|
3518
|
+
/**
|
|
3519
|
+
* EMR实例序列号
|
|
3520
|
+
*/
|
|
3521
|
+
InstanceId: string;
|
|
3522
|
+
/**
|
|
3523
|
+
* 引导脚本类型,resourceAfter,clusterAfter,clusterBefore不填时表示全部时机
|
|
3524
|
+
*/
|
|
3525
|
+
BootType?: string;
|
|
3526
|
+
}
|
|
3481
3527
|
/**
|
|
3482
3528
|
* EMR产品配置
|
|
3483
3529
|
*/
|
|
@@ -4073,6 +4119,15 @@ export interface DiskGroup {
|
|
|
4073
4119
|
*/
|
|
4074
4120
|
Count: number;
|
|
4075
4121
|
}
|
|
4122
|
+
/**
|
|
4123
|
+
* ModifyBootScript返回参数结构体
|
|
4124
|
+
*/
|
|
4125
|
+
export interface ModifyBootScriptResponse {
|
|
4126
|
+
/**
|
|
4127
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
4128
|
+
*/
|
|
4129
|
+
RequestId?: string;
|
|
4130
|
+
}
|
|
4076
4131
|
/**
|
|
4077
4132
|
* DeleteUserManagerUserList请求参数结构体
|
|
4078
4133
|
*/
|
|
@@ -5204,6 +5259,31 @@ export interface TagInfo {
|
|
|
5204
5259
|
*/
|
|
5205
5260
|
Value?: string;
|
|
5206
5261
|
}
|
|
5262
|
+
/**
|
|
5263
|
+
* 引导脚本回包
|
|
5264
|
+
*/
|
|
5265
|
+
export interface DescribeBootScriptRsp {
|
|
5266
|
+
/**
|
|
5267
|
+
* 资源初始化结束自定义脚本文件
|
|
5268
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5269
|
+
*/
|
|
5270
|
+
ResourceAfter: Array<PreExecuteFileSetting>;
|
|
5271
|
+
/**
|
|
5272
|
+
* 集群启动前自定义脚本文件
|
|
5273
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5274
|
+
*/
|
|
5275
|
+
ClusterBefore: Array<PreExecuteFileSetting>;
|
|
5276
|
+
/**
|
|
5277
|
+
* 集群启动后自定义脚本文件
|
|
5278
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5279
|
+
*/
|
|
5280
|
+
ClusterAfter: Array<PreExecuteFileSetting>;
|
|
5281
|
+
/**
|
|
5282
|
+
* 服务下线前自定义脚本
|
|
5283
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5284
|
+
*/
|
|
5285
|
+
ServiceBefore?: Array<PreExecuteFileSetting>;
|
|
5286
|
+
}
|
|
5207
5287
|
/**
|
|
5208
5288
|
* ModifySLInstance返回参数结构体
|
|
5209
5289
|
*/
|
|
@@ -5862,6 +5942,63 @@ export interface DescribeAutoScaleGroupGlobalConfRequest {
|
|
|
5862
5942
|
*/
|
|
5863
5943
|
InstanceId: string;
|
|
5864
5944
|
}
|
|
5945
|
+
/**
|
|
5946
|
+
* 预执行脚本配置
|
|
5947
|
+
*/
|
|
5948
|
+
export interface PreExecuteFileSetting {
|
|
5949
|
+
/**
|
|
5950
|
+
* 脚本在COS上路径
|
|
5951
|
+
*/
|
|
5952
|
+
Path?: string;
|
|
5953
|
+
/**
|
|
5954
|
+
* 执行脚本参数
|
|
5955
|
+
*/
|
|
5956
|
+
Args?: string;
|
|
5957
|
+
/**
|
|
5958
|
+
* COS的Bucket名称
|
|
5959
|
+
*/
|
|
5960
|
+
Bucket?: string;
|
|
5961
|
+
/**
|
|
5962
|
+
* COS的Region名称
|
|
5963
|
+
*/
|
|
5964
|
+
Region?: string;
|
|
5965
|
+
/**
|
|
5966
|
+
* COS的Domain数据
|
|
5967
|
+
*/
|
|
5968
|
+
Domain?: string;
|
|
5969
|
+
/**
|
|
5970
|
+
* 执行顺序
|
|
5971
|
+
*/
|
|
5972
|
+
RunOrder?: number;
|
|
5973
|
+
/**
|
|
5974
|
+
* resourceAfter 或 clusterAfter
|
|
5975
|
+
*/
|
|
5976
|
+
WhenRun?: string;
|
|
5977
|
+
/**
|
|
5978
|
+
* 脚本文件名
|
|
5979
|
+
*/
|
|
5980
|
+
CosFileName?: string;
|
|
5981
|
+
/**
|
|
5982
|
+
* 脚本的cos地址
|
|
5983
|
+
*/
|
|
5984
|
+
CosFileURI?: string;
|
|
5985
|
+
/**
|
|
5986
|
+
* cos的SecretId
|
|
5987
|
+
*/
|
|
5988
|
+
CosSecretId?: string;
|
|
5989
|
+
/**
|
|
5990
|
+
* Cos的SecretKey
|
|
5991
|
+
*/
|
|
5992
|
+
CosSecretKey?: string;
|
|
5993
|
+
/**
|
|
5994
|
+
* cos的appid
|
|
5995
|
+
*/
|
|
5996
|
+
AppId?: string;
|
|
5997
|
+
/**
|
|
5998
|
+
* 备注
|
|
5999
|
+
*/
|
|
6000
|
+
Remark?: string;
|
|
6001
|
+
}
|
|
5865
6002
|
/**
|
|
5866
6003
|
* ModifyResourceScheduleConfig返回参数结构体
|
|
5867
6004
|
*/
|
|
@@ -6335,23 +6472,21 @@ export interface StarRocksQueryInfo {
|
|
|
6335
6472
|
ErrorCode?: string;
|
|
6336
6473
|
}
|
|
6337
6474
|
/**
|
|
6338
|
-
*
|
|
6475
|
+
* ModifyBootScript请求参数结构体
|
|
6339
6476
|
*/
|
|
6340
|
-
export interface
|
|
6477
|
+
export interface ModifyBootScriptRequest {
|
|
6341
6478
|
/**
|
|
6342
|
-
*
|
|
6479
|
+
* EMR实例Id
|
|
6343
6480
|
*/
|
|
6344
|
-
|
|
6481
|
+
InstanceId: string;
|
|
6345
6482
|
/**
|
|
6346
|
-
*
|
|
6347
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6483
|
+
* 引导脚本类型,resourceAfter,clusterAfter,clusterBefore
|
|
6348
6484
|
*/
|
|
6349
|
-
|
|
6485
|
+
BootType: string;
|
|
6350
6486
|
/**
|
|
6351
|
-
*
|
|
6352
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6487
|
+
* 引导脚本的具体变更,如为空表示WhenRun时机无引导脚本
|
|
6353
6488
|
*/
|
|
6354
|
-
|
|
6489
|
+
PreExecutedFileSettings?: Array<PreExecuteFileSetting>;
|
|
6355
6490
|
}
|
|
6356
6491
|
/**
|
|
6357
6492
|
* 任务参数描述
|
|
@@ -823,7 +823,7 @@ export declare class Client extends AbstractClient {
|
|
|
823
823
|
* 该接口用于发起合同后,生成用户的签署链接 <br/>
|
|
824
824
|
|
|
825
825
|
**注意**
|
|
826
|
-
1.
|
|
826
|
+
1. 该签署链接**默认有效期为30分钟**,过期后将失效,如需签署可重新创建签署链接。
|
|
827
827
|
2. 该接口返回的签署链接适用于APP集成的场景,支持APP、支付宝打开或浏览器直接打开,**不支持微信小程序嵌入**。配置方式请参考:<a href="https://qian.tencent.com/developers/company/openqianh5/">跳转电子签H5</a>。
|
|
828
828
|
如需跳转到小程序的实现,参考微信官方文档(分为<a href="https://developers.weixin.qq.com/miniprogram/dev/api/navigate/wx.navigateToMiniProgram.html">全屏</a>、<a href="https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/openEmbeddedMiniProgram.html">半屏</a>两种方式),如何配置也可以请参考: <a href="https://qian.tencent.com/developers/company/openwxminiprogram">跳转电子签小程序配置</a>。
|
|
829
829
|
3. 因h5涉及人脸身份认证能力基于慧眼人脸核身,对Android和iOS系统均有一定要求, 因此<font color='red'>App嵌入H5签署合同需要按照慧眼提供的<a href="https://cloud.tencent.com/document/product/1007/61076">慧眼人脸核身兼容性文档</a>做兼容性适配</font>。
|
|
@@ -1329,7 +1329,7 @@ httpProfile.setEndpoint("file.test.ess.tencent.cn");
|
|
|
1329
1329
|
* 该接口用于发起合同后,生成个人/企业用户的批量待办链接。
|
|
1330
1330
|
**注意:**
|
|
1331
1331
|
1. 该接口可生成签署人的批量、合同组签署/查看链接 。
|
|
1332
|
-
2.
|
|
1332
|
+
2. 该签署链接**默认有效期为30分钟**,过期后将失效,如需签署可重新创建批量签署链接 。
|
|
1333
1333
|
3. 该接口返回的签署链接适用于APP集成的场景,支持APP打开或浏览器直接打开,**不支持微信小程序嵌入**。
|
|
1334
1334
|
跳转到小程序的实现,参考微信官方文档(分为<a href="https://developers.weixin.qq.com/miniprogram/dev/api/navigate/wx.navigateToMiniProgram.html">全屏</a>、<a href="https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/openEmbeddedMiniProgram.html">半屏</a>两种方式),如何配置也可以请参考: <a href="https://qian.tencent.com/developers/company/openwxminiprogram">跳转电子签小程序配置</a>。
|
|
1335
1335
|
4. 因h5涉及人脸身份认证能力基于慧眼人脸核身,对Android和iOS系统均有一定要求, 因此<font color='red'>App嵌入H5签署合同需要按照慧眼提供的<a href="https://cloud.tencent.com/document/product/1007/61076">慧眼人脸核身兼容性文档</a>做兼容性适配</font>。
|
|
@@ -979,7 +979,7 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
979
979
|
* 该接口用于发起合同后,生成用户的签署链接 <br/>
|
|
980
980
|
|
|
981
981
|
**注意**
|
|
982
|
-
1.
|
|
982
|
+
1. 该签署链接**默认有效期为30分钟**,过期后将失效,如需签署可重新创建签署链接。
|
|
983
983
|
2. 该接口返回的签署链接适用于APP集成的场景,支持APP、支付宝打开或浏览器直接打开,**不支持微信小程序嵌入**。配置方式请参考:<a href="https://qian.tencent.com/developers/company/openqianh5/">跳转电子签H5</a>。
|
|
984
984
|
如需跳转到小程序的实现,参考微信官方文档(分为<a href="https://developers.weixin.qq.com/miniprogram/dev/api/navigate/wx.navigateToMiniProgram.html">全屏</a>、<a href="https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/openEmbeddedMiniProgram.html">半屏</a>两种方式),如何配置也可以请参考: <a href="https://qian.tencent.com/developers/company/openwxminiprogram">跳转电子签小程序配置</a>。
|
|
985
985
|
3. 因h5涉及人脸身份认证能力基于慧眼人脸核身,对Android和iOS系统均有一定要求, 因此<font color='red'>App嵌入H5签署合同需要按照慧眼提供的<a href="https://cloud.tencent.com/document/product/1007/61076">慧眼人脸核身兼容性文档</a>做兼容性适配</font>。
|
|
@@ -1575,7 +1575,7 @@ httpProfile.setEndpoint("file.test.ess.tencent.cn");
|
|
|
1575
1575
|
* 该接口用于发起合同后,生成个人/企业用户的批量待办链接。
|
|
1576
1576
|
**注意:**
|
|
1577
1577
|
1. 该接口可生成签署人的批量、合同组签署/查看链接 。
|
|
1578
|
-
2.
|
|
1578
|
+
2. 该签署链接**默认有效期为30分钟**,过期后将失效,如需签署可重新创建批量签署链接 。
|
|
1579
1579
|
3. 该接口返回的签署链接适用于APP集成的场景,支持APP打开或浏览器直接打开,**不支持微信小程序嵌入**。
|
|
1580
1580
|
跳转到小程序的实现,参考微信官方文档(分为<a href="https://developers.weixin.qq.com/miniprogram/dev/api/navigate/wx.navigateToMiniProgram.html">全屏</a>、<a href="https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/openEmbeddedMiniProgram.html">半屏</a>两种方式),如何配置也可以请参考: <a href="https://qian.tencent.com/developers/company/openwxminiprogram">跳转电子签小程序配置</a>。
|
|
1581
1581
|
4. 因h5涉及人脸身份认证能力基于慧眼人脸核身,对Android和iOS系统均有一定要求, 因此<font color='red'>App嵌入H5签署合同需要按照慧眼提供的<a href="https://cloud.tencent.com/document/product/1007/61076">慧眼人脸核身兼容性文档</a>做兼容性适配</font>。
|