tencentcloud-sdk-nodejs-ess 4.1.289 → 4.1.290
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/package.json
CHANGED
|
@@ -905,7 +905,6 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
905
905
|
2. 该接口返回的签署链接适用于APP集成的场景,支持APP、支付宝打开或浏览器直接打开,**不支持微信小程序嵌入**。配置方式请参考:<a href="https://qian.tencent.com/developers/company/openqianh5/">跳转电子签H5</a>。
|
|
906
906
|
如需跳转到小程序的实现,参考微信官方文档(分为<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>。
|
|
907
907
|
3. 因h5涉及人脸身份认证能力基于慧眼人脸核身,对Android和iOS系统均有一定要求, 因此<font color='red'>App嵌入H5签署合同需要按照慧眼提供的<a href="https://cloud.tencent.com/document/product/1007/61076">慧眼人脸核身兼容性文档</a>做兼容性适配</font>。
|
|
908
|
-
4. H5签署现在**仅支持中国大陆身份证、中国港澳台居民居住证**。
|
|
909
908
|
*/
|
|
910
909
|
CreateFlowSignUrl(req: CreateFlowSignUrlRequest, cb?: (error: string, rep: CreateFlowSignUrlResponse) => void): Promise<CreateFlowSignUrlResponse>;
|
|
911
910
|
/**
|
|
@@ -1449,7 +1448,6 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1449
1448
|
3. 该接口返回的签署链接适用于APP集成的场景,支持APP打开或浏览器直接打开,**不支持微信小程序嵌入**。
|
|
1450
1449
|
跳转到小程序的实现,参考微信官方文档(分为<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>。
|
|
1451
1450
|
4. 因h5涉及人脸身份认证能力基于慧眼人脸核身,对Android和iOS系统均有一定要求, 因此<font color='red'>App嵌入H5签署合同需要按照慧眼提供的<a href="https://cloud.tencent.com/document/product/1007/61076">慧眼人脸核身兼容性文档</a>做兼容性适配</font>。
|
|
1452
|
-
5. H5签署现在仅支持中国大陆身份证和中国港澳台居民居住证。
|
|
1453
1451
|
*/
|
|
1454
1452
|
CreateBatchQuickSignUrl(req: CreateBatchQuickSignUrlRequest, cb?: (error: string, rep: CreateBatchQuickSignUrlResponse) => void): Promise<CreateBatchQuickSignUrlResponse>;
|
|
1455
1453
|
/**
|
|
@@ -1075,7 +1075,6 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1075
1075
|
2. 该接口返回的签署链接适用于APP集成的场景,支持APP、支付宝打开或浏览器直接打开,**不支持微信小程序嵌入**。配置方式请参考:<a href="https://qian.tencent.com/developers/company/openqianh5/">跳转电子签H5</a>。
|
|
1076
1076
|
如需跳转到小程序的实现,参考微信官方文档(分为<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>。
|
|
1077
1077
|
3. 因h5涉及人脸身份认证能力基于慧眼人脸核身,对Android和iOS系统均有一定要求, 因此<font color='red'>App嵌入H5签署合同需要按照慧眼提供的<a href="https://cloud.tencent.com/document/product/1007/61076">慧眼人脸核身兼容性文档</a>做兼容性适配</font>。
|
|
1078
|
-
4. H5签署现在**仅支持中国大陆身份证、中国港澳台居民居住证**。
|
|
1079
1078
|
*/
|
|
1080
1079
|
async CreateFlowSignUrl(req, cb) {
|
|
1081
1080
|
return this.request("CreateFlowSignUrl", req, cb);
|
|
@@ -1713,7 +1712,6 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1713
1712
|
3. 该接口返回的签署链接适用于APP集成的场景,支持APP打开或浏览器直接打开,**不支持微信小程序嵌入**。
|
|
1714
1713
|
跳转到小程序的实现,参考微信官方文档(分为<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>。
|
|
1715
1714
|
4. 因h5涉及人脸身份认证能力基于慧眼人脸核身,对Android和iOS系统均有一定要求, 因此<font color='red'>App嵌入H5签署合同需要按照慧眼提供的<a href="https://cloud.tencent.com/document/product/1007/61076">慧眼人脸核身兼容性文档</a>做兼容性适配</font>。
|
|
1716
|
-
5. H5签署现在仅支持中国大陆身份证和中国港澳台居民居住证。
|
|
1717
1715
|
*/
|
|
1718
1716
|
async CreateBatchQuickSignUrl(req, cb) {
|
|
1719
1717
|
return this.request("CreateBatchQuickSignUrl", req, cb);
|
|
@@ -270,7 +270,7 @@ export interface UploadFilesRequest {
|
|
|
270
270
|
*/
|
|
271
271
|
Agent?: Agent;
|
|
272
272
|
/**
|
|
273
|
-
* <p
|
|
273
|
+
* <p>文件的截止有效期,最长有效期是当前时间后的一年。如果超过截止有效期则文件会失效。此功能是白名单功能,如需使用,请联系电子签开通</p><p>如果没有传入,则默认过期时间是上传时间加1小时</p>
|
|
274
274
|
*/
|
|
275
275
|
Deadline?: number;
|
|
276
276
|
}
|