tencentcloud-sdk-nodejs 4.0.768 → 4.0.770
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/CHANGELOG.md +227 -0
- package/SERVICE_CHANGELOG.md +218 -33
- package/package.json +1 -1
- package/products.md +26 -26
- package/src/common/sdk_version.ts +1 -1
- package/src/services/aiart/v20221229/aiart_models.ts +3 -4
- package/src/services/batch/v20170312/batch_models.ts +3 -3
- package/src/services/cat/v20180409/cat_models.ts +1 -1
- package/src/services/cdb/v20170320/cdb_client.ts +1 -1
- package/src/services/cdc/v20201214/cdc_models.ts +3 -3
- package/src/services/cdwdoris/v20211228/cdwdoris_models.ts +4 -1
- package/src/services/cfw/v20190904/cfw_models.ts +7 -7
- package/src/services/cvm/v20170312/cvm_models.ts +4 -4
- package/src/services/cwp/v20180228/cwp_client.ts +1 -1
- package/src/services/cwp/v20180228/cwp_models.ts +17 -13
- package/src/services/dbbrain/v20191016/dbbrain_models.ts +1 -1
- package/src/services/dnspod/v20210323/dnspod_client.ts +9 -6
- package/src/services/ess/v20201111/ess_client.ts +50 -6
- package/src/services/ess/v20201111/ess_models.ts +86 -10
- package/src/services/essbasic/v20210526/essbasic_client.ts +21 -22
- package/src/services/essbasic/v20210526/essbasic_models.ts +19 -14
- package/src/services/oceanus/v20190422/oceanus_client.ts +16 -3
- package/src/services/oceanus/v20190422/oceanus_models.ts +100 -22
- package/src/services/scf/v20180416/scf_models.ts +6 -2
- package/src/services/tcss/v20201101/tcss_models.ts +29 -5
- package/src/services/teo/v20220901/teo_models.ts +5 -5
- package/src/services/tiw/v20190919/tiw_models.ts +101 -10
- package/src/services/tms/v20201229/tms_client.ts +18 -2
- package/src/services/tms/v20201229/tms_models.ts +250 -65
- package/src/services/trp/v20210515/trp_client.ts +1 -1
- package/src/services/trp/v20210515/trp_models.ts +17 -3
- package/src/services/tse/v20201207/tse_client.ts +76 -16
- package/src/services/tse/v20201207/tse_models.ts +237 -58
- package/src/services/tsf/v20180326/tsf_models.ts +24 -20
- package/src/services/vod/v20180717/vod_client.ts +2 -2
- package/src/services/vod/v20180717/vod_models.ts +11 -10
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/aiart/v20221229/aiart_models.d.ts +3 -4
- package/tencentcloud/services/batch/v20170312/batch_models.d.ts +3 -3
- package/tencentcloud/services/cat/v20180409/cat_models.d.ts +1 -1
- package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +1 -1
- package/tencentcloud/services/cdb/v20170320/cdb_client.js +1 -1
- package/tencentcloud/services/cdc/v20201214/cdc_models.d.ts +3 -3
- package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.d.ts +4 -1
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +7 -7
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +4 -4
- package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +1 -1
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +17 -13
- package/tencentcloud/services/dbbrain/v20191016/dbbrain_models.d.ts +1 -1
- package/tencentcloud/services/dnspod/v20210323/dnspod_client.d.ts +3 -0
- package/tencentcloud/services/dnspod/v20210323/dnspod_client.js +3 -0
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +43 -7
- package/tencentcloud/services/ess/v20201111/ess_client.js +44 -6
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +84 -10
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +20 -21
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +20 -21
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +18 -13
- package/tencentcloud/services/oceanus/v20190422/oceanus_client.d.ts +5 -1
- package/tencentcloud/services/oceanus/v20190422/oceanus_client.js +6 -0
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +96 -21
- package/tencentcloud/services/scf/v20180416/scf_models.d.ts +6 -2
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +29 -5
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +5 -5
- package/tencentcloud/services/tiw/v20190919/tiw_models.d.ts +101 -10
- package/tencentcloud/services/tms/v20201229/tms_client.d.ts +5 -1
- package/tencentcloud/services/tms/v20201229/tms_client.js +6 -0
- package/tencentcloud/services/tms/v20201229/tms_models.d.ts +243 -64
- package/tencentcloud/services/trp/v20210515/trp_client.d.ts +1 -1
- package/tencentcloud/services/trp/v20210515/trp_client.js +1 -1
- package/tencentcloud/services/trp/v20210515/trp_models.d.ts +17 -3
- package/tencentcloud/services/tse/v20201207/tse_client.d.ts +25 -5
- package/tencentcloud/services/tse/v20201207/tse_client.js +36 -6
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +227 -58
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +24 -20
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +2 -2
- package/tencentcloud/services/vod/v20180717/vod_client.js +2 -2
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +11 -10
- package/test/ess.v20201111.test.js +10 -0
- package/test/oceanus.v20190422.test.js +10 -0
- package/test/tms.v20201229.test.js +10 -0
- package/test/tse.v20201207.test.js +54 -4
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AbstractClient } from "../../../common/abstract_client";
|
|
2
2
|
import { ClientConfig } from "../../../common/interface";
|
|
3
|
-
import { DescribePersonCertificateResponse, CreateSealRequest, ModifyIntegrationDepartmentResponse, CancelFlowResponse, DescribeExtendedServiceAuthDetailResponse, UpdateIntegrationEmployeesResponse, CreatePreparedPersonalEsignRequest, DescribeIntegrationDepartmentsResponse, DeleteExtendedServiceAuthInfosResponse, CreateFlowApproversResponse, DescribeFileUrlsResponse, CreateExtendedServiceAuthInfosRequest, ModifyApplicationCallbackInfoResponse, CreateMultiFlowSignQRCodeResponse, DescribeThirdPartyAuthCodeResponse, DisableUserAutoSignResponse, CancelUserAutoSignEnableUrlResponse, BindEmployeeUserIdWithClientOpenIdResponse, CreateIntegrationEmployeesRequest, DescribeIntegrationRolesRequest, CreateFlowEvidenceReportRequest, StartFlowResponse, CreateBatchQuickSignUrlResponse, CreateIntegrationRoleRequest, DeleteIntegrationRoleUsersResponse, CreateConvertTaskApiRequest, DeleteIntegrationEmployeesResponse, CreateFlowGroupSignReviewResponse, CreateBatchSignUrlResponse, CreateFlowRemindsResponse, DescribeOrganizationGroupOrganizationsRequest, CreateFlowGroupByFilesRequest, DescribeFlowComponentsResponse, DescribeFlowEvidenceReportResponse, DeleteSealPoliciesRequest, CreateFlowGroupByTemplatesResponse, CreateDocumentResponse, DescribeIntegrationEmployeesRequest, CreateIntegrationUserRolesResponse, CreateFlowRequest, CreateSchemeUrlRequest, DeleteIntegrationDepartmentResponse, DescribeThirdPartyAuthCodeRequest, UnbindEmployeeUserIdWithClientOpenIdResponse, CreateReleaseFlowResponse, CreateWebThemeConfigResponse, BindEmployeeUserIdWithClientOpenIdRequest, CreateOrganizationInfoChangeUrlResponse, DescribeExtendedServiceAuthDetailRequest, CreateIntegrationDepartmentResponse, DescribeFlowTemplatesRequest, DeleteSealPoliciesResponse, DescribeUserAutoSignStatusResponse, CreateUserAutoSignSealUrlResponse, CreatePersonAuthCertificateImageResponse, CreateBatchCancelFlowUrlResponse, CreateSealPolicyResponse, DisableUserAutoSignRequest, DescribeIntegrationEmployeesResponse, CreateConvertTaskApiResponse, CreateFlowSignReviewRequest, UnbindEmployeeUserIdWithClientOpenIdRequest, CreateSchemeUrlResponse, CreateFlowByFilesRequest, CreateFlowSignUrlResponse, DescribeFileUrlsRequest, CreateUserAutoSignSealUrlRequest, CreateFlowApproversRequest, ModifyIntegrationRoleResponse, CreateFlowEvidenceReportResponse, CreateIntegrationRoleResponse, DescribeFlowComponentsRequest, CreateIntegrationDepartmentRequest, CreateDocumentRequest, CreatePreparedPersonalEsignResponse, DescribeOrganizationSealsResponse, CreateEmbedWebUrlRequest, DeleteIntegrationEmployeesRequest, GetTaskResultApiRequest, DescribeFlowBriefsResponse, ModifyIntegrationRoleRequest, CreateFlowGroupByFilesResponse, CreateIntegrationEmployeesResponse, DeleteIntegrationRoleUsersRequest, CreateFlowSignUrlRequest, CreateReleaseFlowRequest, CreateIntegrationUserRolesRequest, CreatePersonAuthCertificateImageRequest, CreateFlowByFilesResponse, UploadFilesResponse, DescribeFlowEvidenceReportRequest, CreateFlowSignReviewResponse, ModifyIntegrationDepartmentRequest, CreateUserAutoSignEnableUrlRequest, CreateOrganizationBatchSignUrlResponse, CancelUserAutoSignEnableUrlRequest, CreateExtendedServiceAuthInfosResponse, CreateWebThemeConfigRequest, CreateOrganizationBatchSignUrlRequest, CreatePrepareFlowResponse, GetTaskResultApiResponse, CancelMultiFlowSignQRCodeRequest, DeleteIntegrationDepartmentRequest, ModifyApplicationCallbackInfoRequest, StartFlowRequest, CreateSealResponse, CreatePrepareFlowRequest, CreateEmbedWebUrlResponse, CreateSealPolicyRequest, DescribeOrganizationSealsRequest, CancelFlowRequest, DescribeExtendedServiceAuthInfosRequest, DescribeIntegrationRolesResponse, CreateBatchSignUrlRequest, CreateFlowRemindsRequest, UpdateIntegrationEmployeesRequest, DescribeFlowBriefsRequest, CreateFlowGroupByTemplatesRequest, DescribeBillUsageDetailResponse, CreateUserAutoSignEnableUrlResponse, VerifyPdfResponse, CreateFlowGroupSignReviewRequest, DescribeBillUsageDetailRequest, DescribeFlowTemplatesResponse, UploadFilesRequest, DescribePersonCertificateRequest, CreateBatchCancelFlowUrlRequest, CreateMultiFlowSignQRCodeRequest, VerifyPdfRequest, DescribeFlowInfoRequest, DeleteExtendedServiceAuthInfosRequest, DescribeIntegrationDepartmentsRequest, DescribeFlowInfoResponse, CancelMultiFlowSignQRCodeResponse, CreateFlowResponse, DescribeUserAutoSignStatusRequest, CreateBatchQuickSignUrlRequest, CreateOrganizationInfoChangeUrlRequest, DescribeOrganizationGroupOrganizationsResponse, DescribeExtendedServiceAuthInfosResponse } from "./ess_models";
|
|
3
|
+
import { DescribePersonCertificateResponse, CreateSealRequest, ModifyIntegrationDepartmentResponse, CancelFlowResponse, DescribeExtendedServiceAuthDetailResponse, UpdateIntegrationEmployeesResponse, CreatePreparedPersonalEsignRequest, DescribeIntegrationDepartmentsResponse, DeleteExtendedServiceAuthInfosResponse, CreateFlowApproversResponse, DescribeFileUrlsResponse, CreateExtendedServiceAuthInfosRequest, ModifyApplicationCallbackInfoResponse, CreateMultiFlowSignQRCodeResponse, DescribeThirdPartyAuthCodeResponse, DisableUserAutoSignResponse, ModifyExtendedServiceRequest, CancelUserAutoSignEnableUrlResponse, BindEmployeeUserIdWithClientOpenIdResponse, CreateIntegrationEmployeesRequest, DescribeIntegrationRolesRequest, CreateFlowEvidenceReportRequest, StartFlowResponse, CreateBatchQuickSignUrlResponse, CreateIntegrationRoleRequest, DeleteIntegrationRoleUsersResponse, CreateConvertTaskApiRequest, DeleteIntegrationEmployeesResponse, CreateFlowGroupSignReviewResponse, CreateBatchSignUrlResponse, CreateFlowRemindsResponse, DescribeOrganizationGroupOrganizationsRequest, CreateFlowGroupByFilesRequest, DescribeFlowComponentsResponse, DescribeFlowEvidenceReportResponse, DeleteSealPoliciesRequest, CreateFlowGroupByTemplatesResponse, CreateDocumentResponse, DescribeIntegrationEmployeesRequest, CreateIntegrationUserRolesResponse, CreateFlowRequest, CreateSchemeUrlRequest, DeleteIntegrationDepartmentResponse, DescribeThirdPartyAuthCodeRequest, UnbindEmployeeUserIdWithClientOpenIdResponse, CreateReleaseFlowResponse, CreateWebThemeConfigResponse, BindEmployeeUserIdWithClientOpenIdRequest, CreateOrganizationInfoChangeUrlResponse, DescribeExtendedServiceAuthDetailRequest, CreateIntegrationDepartmentResponse, DescribeFlowTemplatesRequest, DeleteSealPoliciesResponse, DescribeUserAutoSignStatusResponse, CreateUserAutoSignSealUrlResponse, CreatePersonAuthCertificateImageResponse, CreateBatchCancelFlowUrlResponse, CreateSealPolicyResponse, DisableUserAutoSignRequest, DescribeIntegrationEmployeesResponse, CreateConvertTaskApiResponse, CreateFlowSignReviewRequest, UnbindEmployeeUserIdWithClientOpenIdRequest, CreateSchemeUrlResponse, CreateFlowByFilesRequest, CreateFlowSignUrlResponse, DescribeFileUrlsRequest, CreateUserAutoSignSealUrlRequest, CreateFlowApproversRequest, ModifyIntegrationRoleResponse, CreateFlowEvidenceReportResponse, CreateIntegrationRoleResponse, DescribeFlowComponentsRequest, CreateIntegrationDepartmentRequest, CreateDocumentRequest, CreatePreparedPersonalEsignResponse, DescribeOrganizationSealsResponse, CreateEmbedWebUrlRequest, DeleteIntegrationEmployeesRequest, GetTaskResultApiRequest, DescribeFlowBriefsResponse, ModifyIntegrationRoleRequest, CreateFlowGroupByFilesResponse, CreateIntegrationEmployeesResponse, DeleteIntegrationRoleUsersRequest, CreateFlowSignUrlRequest, CreateReleaseFlowRequest, CreateIntegrationUserRolesRequest, CreatePersonAuthCertificateImageRequest, CreateFlowByFilesResponse, UploadFilesResponse, DescribeFlowEvidenceReportRequest, CreateFlowSignReviewResponse, ModifyIntegrationDepartmentRequest, CreateUserAutoSignEnableUrlRequest, CreateOrganizationBatchSignUrlResponse, CancelUserAutoSignEnableUrlRequest, CreateExtendedServiceAuthInfosResponse, CreateWebThemeConfigRequest, CreateOrganizationBatchSignUrlRequest, CreatePrepareFlowResponse, GetTaskResultApiResponse, CancelMultiFlowSignQRCodeRequest, DeleteIntegrationDepartmentRequest, ModifyApplicationCallbackInfoRequest, StartFlowRequest, CreateSealResponse, CreatePrepareFlowRequest, CreateEmbedWebUrlResponse, ModifyExtendedServiceResponse, CreateSealPolicyRequest, DescribeOrganizationSealsRequest, CancelFlowRequest, DescribeExtendedServiceAuthInfosRequest, DescribeIntegrationRolesResponse, CreateBatchSignUrlRequest, CreateFlowRemindsRequest, UpdateIntegrationEmployeesRequest, DescribeFlowBriefsRequest, CreateFlowGroupByTemplatesRequest, DescribeBillUsageDetailResponse, CreateUserAutoSignEnableUrlResponse, VerifyPdfResponse, CreateFlowGroupSignReviewRequest, DescribeBillUsageDetailRequest, DescribeFlowTemplatesResponse, UploadFilesRequest, DescribePersonCertificateRequest, CreateBatchCancelFlowUrlRequest, CreateMultiFlowSignQRCodeRequest, VerifyPdfRequest, DescribeFlowInfoRequest, DeleteExtendedServiceAuthInfosRequest, DescribeIntegrationDepartmentsRequest, DescribeFlowInfoResponse, CancelMultiFlowSignQRCodeResponse, CreateFlowResponse, DescribeUserAutoSignStatusRequest, CreateBatchQuickSignUrlRequest, CreateOrganizationInfoChangeUrlRequest, DescribeOrganizationGroupOrganizationsResponse, DescribeExtendedServiceAuthInfosResponse } from "./ess_models";
|
|
4
4
|
/**
|
|
5
5
|
* ess client
|
|
6
6
|
* @class
|
|
@@ -124,6 +124,29 @@ export declare class Client extends AbstractClient {
|
|
|
124
124
|
* 对合同流程文件进行数字签名验证,判断数字签名是否有效,合同文件内容是否被篡改。
|
|
125
125
|
*/
|
|
126
126
|
VerifyPdf(req: VerifyPdfRequest, cb?: (error: string, rep: VerifyPdfResponse) => void): Promise<VerifyPdfResponse>;
|
|
127
|
+
/**
|
|
128
|
+
* 管理企业扩展服务 ,企业经办人需要是企业超管或者法人。
|
|
129
|
+
|
|
130
|
+
跳转小程序的几种方式:主要是设置不同的EndPoint
|
|
131
|
+
1. 通过链接Url直接跳转到小程序,不需要返回
|
|
132
|
+
设置EndPoint为WEIXINAPP,得到链接打开即可。
|
|
133
|
+
|
|
134
|
+
2. 客户App直接跳转到小程序-->腾讯电子签小程序操作完成-->返回App
|
|
135
|
+
跳转到小程序的实现,参考官方文档<a href="https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/launchApp.html">打开 App</a>
|
|
136
|
+
设置EndPoint为APP,得到path。
|
|
137
|
+
|
|
138
|
+
3. 客户小程序直接跳到电子签小程序-->腾讯电子签小程序操作完成--->回到客户小程序
|
|
139
|
+
跳转到小程序的实现,参考官方文档(分为<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>
|
|
140
|
+
设置EndPoint为APP,得到path。
|
|
141
|
+
|
|
142
|
+
4.其中小程序的原始Id如下,或者查看小程序信息自助获取。
|
|
143
|
+
|
|
144
|
+
| 小程序 | AppID | 原始ID |
|
|
145
|
+
| ------------ | ------------ | ------------ |
|
|
146
|
+
| 腾讯电子签(正式版) | wxa023b292fd19d41d | gh_da88f6188665 |
|
|
147
|
+
| 腾讯电子签Demo | wx371151823f6f3edf | gh_39a5d3de69fa |
|
|
148
|
+
*/
|
|
149
|
+
ModifyExtendedService(req: ModifyExtendedServiceRequest, cb?: (error: string, rep: ModifyExtendedServiceResponse) => void): Promise<ModifyExtendedServiceResponse>;
|
|
127
150
|
/**
|
|
128
151
|
* 此接口(UnbindEmployeeUserIdWithClientOpenId)用于解除电子签系统员工UserId与客户系统员工OpenId之间的绑定关系。
|
|
129
152
|
|
|
@@ -332,12 +355,25 @@ export declare class Client extends AbstractClient {
|
|
|
332
355
|
CreateFlowGroupByTemplates(req: CreateFlowGroupByTemplatesRequest, cb?: (error: string, rep: CreateFlowGroupByTemplatesResponse) => void): Promise<CreateFlowGroupByTemplatesResponse>;
|
|
333
356
|
/**
|
|
334
357
|
* 查询企业扩展服务的开通和授权情况,当前支持查询以下内容:
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
358
|
+
|
|
359
|
+
1. **企业自动签署**
|
|
360
|
+
2. **批量签署授权**
|
|
361
|
+
3. **企业与港澳台居民签署合同**
|
|
362
|
+
4. **拓宽签署方年龄限制**
|
|
363
|
+
5. **个人签署方仅校验手机号**
|
|
364
|
+
6. **隐藏合同经办人姓名**
|
|
365
|
+
7. **正楷临摹签名失败后更换其他签名类型**
|
|
366
|
+
8. **短信通知签署方**
|
|
367
|
+
9. **个人签署方手动签字**
|
|
368
|
+
10. **骑缝章**
|
|
369
|
+
11. **签署密码开通引导**
|
|
370
|
+
|
|
371
|
+
|
|
372
|
+
对应能力开通页面在Web控制台-更多-企业设置-拓展服务,如下图所示:
|
|
373
|
+
|
|
374
|
+

|
|
375
|
+
|
|
376
|
+
注: <font color='red'>所在企业的超管、法人才有权限调用此接口</font>(Operator.UserId需要传递超管或者法人的UserId)
|
|
341
377
|
*/
|
|
342
378
|
DescribeExtendedServiceAuthInfos(req: DescribeExtendedServiceAuthInfosRequest, cb?: (error: string, rep: DescribeExtendedServiceAuthInfosResponse) => void): Promise<DescribeExtendedServiceAuthInfosResponse>;
|
|
343
379
|
/**
|
|
@@ -170,6 +170,31 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
170
170
|
async VerifyPdf(req, cb) {
|
|
171
171
|
return this.request("VerifyPdf", req, cb);
|
|
172
172
|
}
|
|
173
|
+
/**
|
|
174
|
+
* 管理企业扩展服务 ,企业经办人需要是企业超管或者法人。
|
|
175
|
+
|
|
176
|
+
跳转小程序的几种方式:主要是设置不同的EndPoint
|
|
177
|
+
1. 通过链接Url直接跳转到小程序,不需要返回
|
|
178
|
+
设置EndPoint为WEIXINAPP,得到链接打开即可。
|
|
179
|
+
|
|
180
|
+
2. 客户App直接跳转到小程序-->腾讯电子签小程序操作完成-->返回App
|
|
181
|
+
跳转到小程序的实现,参考官方文档<a href="https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/launchApp.html">打开 App</a>
|
|
182
|
+
设置EndPoint为APP,得到path。
|
|
183
|
+
|
|
184
|
+
3. 客户小程序直接跳到电子签小程序-->腾讯电子签小程序操作完成--->回到客户小程序
|
|
185
|
+
跳转到小程序的实现,参考官方文档(分为<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>
|
|
186
|
+
设置EndPoint为APP,得到path。
|
|
187
|
+
|
|
188
|
+
4.其中小程序的原始Id如下,或者查看小程序信息自助获取。
|
|
189
|
+
|
|
190
|
+
| 小程序 | AppID | 原始ID |
|
|
191
|
+
| ------------ | ------------ | ------------ |
|
|
192
|
+
| 腾讯电子签(正式版) | wxa023b292fd19d41d | gh_da88f6188665 |
|
|
193
|
+
| 腾讯电子签Demo | wx371151823f6f3edf | gh_39a5d3de69fa |
|
|
194
|
+
*/
|
|
195
|
+
async ModifyExtendedService(req, cb) {
|
|
196
|
+
return this.request("ModifyExtendedService", req, cb);
|
|
197
|
+
}
|
|
173
198
|
/**
|
|
174
199
|
* 此接口(UnbindEmployeeUserIdWithClientOpenId)用于解除电子签系统员工UserId与客户系统员工OpenId之间的绑定关系。
|
|
175
200
|
|
|
@@ -414,12 +439,25 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
414
439
|
}
|
|
415
440
|
/**
|
|
416
441
|
* 查询企业扩展服务的开通和授权情况,当前支持查询以下内容:
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
442
|
+
|
|
443
|
+
1. **企业自动签署**
|
|
444
|
+
2. **批量签署授权**
|
|
445
|
+
3. **企业与港澳台居民签署合同**
|
|
446
|
+
4. **拓宽签署方年龄限制**
|
|
447
|
+
5. **个人签署方仅校验手机号**
|
|
448
|
+
6. **隐藏合同经办人姓名**
|
|
449
|
+
7. **正楷临摹签名失败后更换其他签名类型**
|
|
450
|
+
8. **短信通知签署方**
|
|
451
|
+
9. **个人签署方手动签字**
|
|
452
|
+
10. **骑缝章**
|
|
453
|
+
11. **签署密码开通引导**
|
|
454
|
+
|
|
455
|
+
|
|
456
|
+
对应能力开通页面在Web控制台-更多-企业设置-拓展服务,如下图所示:
|
|
457
|
+
|
|
458
|
+

|
|
459
|
+
|
|
460
|
+
注: <font color='red'>所在企业的超管、法人才有权限调用此接口</font>(Operator.UserId需要传递超管或者法人的UserId)
|
|
423
461
|
*/
|
|
424
462
|
async DescribeExtendedServiceAuthInfos(req, cb) {
|
|
425
463
|
return this.request("DescribeExtendedServiceAuthInfos", req, cb);
|
|
@@ -667,6 +667,51 @@ export interface DisableUserAutoSignResponse {
|
|
|
667
667
|
*/
|
|
668
668
|
RequestId?: string;
|
|
669
669
|
}
|
|
670
|
+
/**
|
|
671
|
+
* ModifyExtendedService请求参数结构体
|
|
672
|
+
*/
|
|
673
|
+
export interface ModifyExtendedServiceRequest {
|
|
674
|
+
/**
|
|
675
|
+
* 执行本接口操作的员工信息。
|
|
676
|
+
注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
|
|
677
|
+
*/
|
|
678
|
+
Operator: UserInfo;
|
|
679
|
+
/**
|
|
680
|
+
* 要管理的拓展服务类型。
|
|
681
|
+
<ul><li>OPEN_SERVER_SIGN:企业自动签署</li>
|
|
682
|
+
<li>OVERSEA_SIGN:企业与港澳台居民签署合同</li>
|
|
683
|
+
<li>AGE_LIMIT_EXPANSION:拓宽签署方年龄限制</li>
|
|
684
|
+
<li>MOBILE_CHECK_APPROVER:个人签署方仅校验手机号</li>
|
|
685
|
+
<li>HIDE_OPERATOR_DISPLAY:隐藏合同经办人姓名</li>
|
|
686
|
+
<li>ORGANIZATION_OCR_FALLBACK:正楷临摹签名失败后更换其他签名类型</li>
|
|
687
|
+
<li>ORGANIZATION_FLOW_NOTIFY_TYPE:短信通知签署方</li>
|
|
688
|
+
<li>HIDE_ONE_KEY_SIGN:个人签署方手动签字</li>
|
|
689
|
+
<li>PAGING_SEAL:骑缝章</li>
|
|
690
|
+
<li>ORGANIZATION_FLOW_PASSWD_NOTIFY:签署密码开通引导</li></ul>
|
|
691
|
+
*/
|
|
692
|
+
ServiceType: string;
|
|
693
|
+
/**
|
|
694
|
+
* 操作类型
|
|
695
|
+
<ul>
|
|
696
|
+
<li>OPEN : 开通</li>
|
|
697
|
+
<li>CLOSE : 关闭</li>
|
|
698
|
+
</ul>
|
|
699
|
+
*/
|
|
700
|
+
Operate: string;
|
|
701
|
+
/**
|
|
702
|
+
* 代理企业和员工的信息。
|
|
703
|
+
在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
|
|
704
|
+
*/
|
|
705
|
+
Agent?: Agent;
|
|
706
|
+
/**
|
|
707
|
+
* 链接跳转类型,支持以下类型
|
|
708
|
+
<ul>
|
|
709
|
+
<li>WEIXINAPP : 短链直接跳转到电子签小程序 (默认值)</li>
|
|
710
|
+
<li>APP : 第三方APP或小程序跳转电子签小程序</li>
|
|
711
|
+
</ul>
|
|
712
|
+
*/
|
|
713
|
+
Endpoint?: string;
|
|
714
|
+
}
|
|
670
715
|
/**
|
|
671
716
|
* CancelUserAutoSignEnableUrl返回参数结构体
|
|
672
717
|
*/
|
|
@@ -3590,11 +3635,17 @@ export interface ModifyIntegrationRoleResponse {
|
|
|
3590
3635
|
export interface ExtendAuthInfo {
|
|
3591
3636
|
/**
|
|
3592
3637
|
* 扩展服务的类型,可能是以下值:
|
|
3593
|
-
<ul><li>OPEN_SERVER_SIGN
|
|
3638
|
+
<ul><li>OPEN_SERVER_SIGN:企业自动签署</li>
|
|
3639
|
+
<li>BATCH_SIGN:批量签署</li>
|
|
3594
3640
|
<li>OVERSEA_SIGN:企业与港澳台居民签署合同</li>
|
|
3595
|
-
<li>
|
|
3641
|
+
<li>AGE_LIMIT_EXPANSION:拓宽签署方年龄限制</li>
|
|
3642
|
+
<li>MOBILE_CHECK_APPROVER:个人签署方仅校验手机号</li>
|
|
3643
|
+
<li>HIDE_OPERATOR_DISPLAY:隐藏合同经办人姓名</li>
|
|
3644
|
+
<li>ORGANIZATION_OCR_FALLBACK:正楷临摹签名失败后更换其他签名类型</li>
|
|
3645
|
+
<li>ORGANIZATION_FLOW_NOTIFY_TYPE:短信通知签署方</li>
|
|
3646
|
+
<li>HIDE_ONE_KEY_SIGN:个人签署方手动签字</li>
|
|
3596
3647
|
<li>PAGING_SEAL:骑缝章</li>
|
|
3597
|
-
<li>
|
|
3648
|
+
<li>ORGANIZATION_FLOW_PASSWD_NOTIFY:签署密码开通引导</li></ul>
|
|
3598
3649
|
*/
|
|
3599
3650
|
Type?: string;
|
|
3600
3651
|
/**
|
|
@@ -3603,8 +3654,10 @@ export interface ExtendAuthInfo {
|
|
|
3603
3654
|
Name?: string;
|
|
3604
3655
|
/**
|
|
3605
3656
|
* 扩展服务的开通状态:
|
|
3606
|
-
|
|
3607
|
-
|
|
3657
|
+
<ul>
|
|
3658
|
+
<li>ENABLE : 已开通</li>
|
|
3659
|
+
<li>DISABLE : 未开通</li>
|
|
3660
|
+
</ul>
|
|
3608
3661
|
*/
|
|
3609
3662
|
Status?: string;
|
|
3610
3663
|
/**
|
|
@@ -5739,6 +5792,23 @@ export interface CreateEmbedWebUrlResponse {
|
|
|
5739
5792
|
*/
|
|
5740
5793
|
RequestId?: string;
|
|
5741
5794
|
}
|
|
5795
|
+
/**
|
|
5796
|
+
* ModifyExtendedService返回参数结构体
|
|
5797
|
+
*/
|
|
5798
|
+
export interface ModifyExtendedServiceResponse {
|
|
5799
|
+
/**
|
|
5800
|
+
* 操作跳转链接,有效期24小时
|
|
5801
|
+
若操作时没有返回跳转链接,表示无需跳转操作,此时会直接开通/关闭服务。
|
|
5802
|
+
|
|
5803
|
+
当操作类型是 OPEN 且 扩展服务类型是 OPEN_SERVER_SIGN 或者 OVERSEA_SIGN 时返回操作链接,
|
|
5804
|
+
返回的链接当前操作人(超管或法人)点击链接完成服务开通操作。
|
|
5805
|
+
*/
|
|
5806
|
+
OperateUrl?: string;
|
|
5807
|
+
/**
|
|
5808
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
5809
|
+
*/
|
|
5810
|
+
RequestId?: string;
|
|
5811
|
+
}
|
|
5742
5812
|
/**
|
|
5743
5813
|
* CreateSealPolicy请求参数结构体
|
|
5744
5814
|
*/
|
|
@@ -6187,13 +6257,17 @@ export interface DescribeExtendedServiceAuthInfosRequest {
|
|
|
6187
6257
|
* 要查询的扩展服务类型。
|
|
6188
6258
|
默认为空,即查询当前支持的所有扩展服务信息。
|
|
6189
6259
|
若需查询单个扩展服务的开通情况,请传递相应的值,如下所示:
|
|
6190
|
-
<ul><li>OPEN_SERVER_SIGN
|
|
6260
|
+
<ul><li>OPEN_SERVER_SIGN:企业自动签署</li>
|
|
6261
|
+
<li>BATCH_SIGN:批量签署</li>
|
|
6191
6262
|
<li>OVERSEA_SIGN:企业与港澳台居民签署合同</li>
|
|
6192
|
-
<li>
|
|
6263
|
+
<li>AGE_LIMIT_EXPANSION:拓宽签署方年龄限制</li>
|
|
6264
|
+
<li>MOBILE_CHECK_APPROVER:个人签署方仅校验手机号</li>
|
|
6265
|
+
<li>HIDE_OPERATOR_DISPLAY:隐藏合同经办人姓名</li>
|
|
6266
|
+
<li>ORGANIZATION_OCR_FALLBACK:正楷临摹签名失败后更换其他签名类型</li>
|
|
6267
|
+
<li>ORGANIZATION_FLOW_NOTIFY_TYPE:短信通知签署方</li>
|
|
6268
|
+
<li>HIDE_ONE_KEY_SIGN:个人签署方手动签字</li>
|
|
6193
6269
|
<li>PAGING_SEAL:骑缝章</li>
|
|
6194
|
-
<li>
|
|
6195
|
-
<li>AGE_LIMIT_EXPANSION:拓宽签署方年龄限制</li></ul>
|
|
6196
|
-
|
|
6270
|
+
<li>ORGANIZATION_FLOW_PASSWD_NOTIFY:签署密码开通引导</li></ul>
|
|
6197
6271
|
*/
|
|
6198
6272
|
ExtendServiceType?: string;
|
|
6199
6273
|
/**
|
|
@@ -31,28 +31,21 @@ export declare class Client extends AbstractClient {
|
|
|
31
31
|
*/
|
|
32
32
|
ChannelCreateFlowSignReview(req: ChannelCreateFlowSignReviewRequest, cb?: (error: string, rep: ChannelCreateFlowSignReviewResponse) => void): Promise<ChannelCreateFlowSignReviewResponse>;
|
|
33
33
|
/**
|
|
34
|
-
*
|
|
34
|
+
* 管理企业扩展服务 ,企业经办人需要是企业超管或者法人。
|
|
35
35
|
|
|
36
36
|
跳转小程序的几种方式:主要是设置不同的EndPoint
|
|
37
37
|
1. 通过链接Url直接跳转到小程序,不需要返回
|
|
38
38
|
设置EndPoint为WEIXINAPP,得到链接打开即可。
|
|
39
39
|
|
|
40
40
|
2. 客户App直接跳转到小程序-->腾讯电子签小程序操作完成-->返回App
|
|
41
|
-
|
|
42
|
-
https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/launchApp.html
|
|
43
|
-
其中小程序的原始Id,请联系<对接技术人员>获取,或者查看小程序信息自助获取。
|
|
41
|
+
跳转到小程序的实现,参考官方文档<a href="https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/launchApp.html">打开 App</a>
|
|
44
42
|
设置EndPoint为APP,得到path。
|
|
45
43
|
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
全屏方式:
|
|
49
|
-
(https://developers.weixin.qq.com/miniprogram/dev/api/navigate/wx.navigateToMiniProgram.html)
|
|
50
|
-
半屏方式:
|
|
51
|
-
(https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/openEmbeddedMiniProgram.html)
|
|
52
|
-
其中小程序的原始Id,请联系<对接技术人员>获取,或者查看小程序信息自助获取。
|
|
44
|
+
3. 客户小程序直接跳到电子签小程序-->腾讯电子签小程序操作完成--->回到客户小程序
|
|
45
|
+
跳转到小程序的实现,参考官方文档(分为<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>
|
|
53
46
|
设置EndPoint为APP,得到path。
|
|
54
47
|
|
|
55
|
-
|
|
48
|
+
4.其中小程序的原始Id如下,或者查看小程序信息自助获取。
|
|
56
49
|
|
|
57
50
|
| 小程序 | AppID | 原始ID |
|
|
58
51
|
| ------------ | ------------ | ------------ |
|
|
@@ -177,14 +170,20 @@ https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/launchAp
|
|
|
177
170
|
ChannelCancelMultiFlowSignQRCode(req: ChannelCancelMultiFlowSignQRCodeRequest, cb?: (error: string, rep: ChannelCancelMultiFlowSignQRCodeResponse) => void): Promise<ChannelCancelMultiFlowSignQRCodeResponse>;
|
|
178
171
|
/**
|
|
179
172
|
* 查询企业扩展服务的开通和授权情况,当前支持查询以下内容:
|
|
180
|
-
1. 企业自动签
|
|
181
|
-
2. 企业与港澳台居民签署合同
|
|
182
|
-
3. 使用手机号验证签署方身份
|
|
183
|
-
4. 骑缝章
|
|
184
|
-
5. 拓宽签署方年龄限制
|
|
185
|
-
6. 下载企业合同/文件
|
|
186
173
|
|
|
187
|
-
|
|
174
|
+
1. **企业自动签**
|
|
175
|
+
2. **企业与港澳台居民签署合同**
|
|
176
|
+
3. **使用手机号验证签署方身份**
|
|
177
|
+
4. **骑缝章**
|
|
178
|
+
5. **拓宽签署方年龄限制**
|
|
179
|
+
6. **下载企业合同/文件**
|
|
180
|
+
7. **隐藏合同经办人姓名**
|
|
181
|
+
|
|
182
|
+
对应能力开通页面在子客控制台-企业中心-拓展服务,如下图所示:
|
|
183
|
+
|
|
184
|
+

|
|
185
|
+
|
|
186
|
+
注: <font color='red'>所在企业的超管、法人才有权限调用此接口</font>(Agent.ProxyOperator.OpenId 需要传递超管或者法人的OpenId)
|
|
188
187
|
*/
|
|
189
188
|
DescribeExtendedServiceAuthInfo(req: DescribeExtendedServiceAuthInfoRequest, cb?: (error: string, rep: DescribeExtendedServiceAuthInfoResponse) => void): Promise<DescribeExtendedServiceAuthInfoResponse>;
|
|
190
189
|
/**
|
|
@@ -435,8 +434,8 @@ httpProfile.setEndpoint("file.test.ess.tencent.cn");
|
|
|
435
434
|
| WEIXINAPP | 短链跳转腾讯电子签小程序签署场景 | 点击链接打开电子签小程序(与腾讯电子签官方短信提醒用户签署形式一样)<br> 示例: https://essurl.cn/x9nvWU8fTg|
|
|
436
435
|
| LONGURL2WEIXINAPP | 长链跳转腾讯电子签小程序签署场景 | 点击链接打开电子签小程序, 是WEIXINAPP生成短链代表的那个长链|
|
|
437
436
|
| CHANNEL | 带有H5引导页的跳转腾讯电子签小程序签署场景 | 点击链接打开一个H5引导页面, 页面中有个"前往小程序"的按钮, 点击后会跳转到腾讯电子签小程序签署场景; 签署完成会回到H5引导页面, 然后跳转到指定创建链接指定的JumpUrl<br>示例: https://res.ess.tencent.cn/cdn/h5-activity-beta/jump-mp.html?use=channel-guide&type=warning&token=uIFKIU8fTd |
|
|
438
|
-
|APP|
|
|
439
|
-
|APP|
|
|
437
|
+
|APP| <font color="red">贵方APP</font>跳转腾讯电子签小程序签署场景| 贵方App直接跳转到小程序后, 在腾讯电子签小程序签署完成后返回贵方App的场景<br>跳转到腾讯电子签小程序的实现可以参考微信的官方文档:<a href="https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/launchApp.html" target="_blank">开放能力/打开 App</a> <br> 示例: pages/guide?from=default&where=mini& to=CONTRACT_DETAIL& id=yDwiBUUc*duRvquCSX8wd& shortKey=yDwivUA**W1yRsTre3 |
|
|
438
|
+
|APP| <font color="red">贵方小程序</font>跳转腾讯电子签小程序签署场景| 贵方小程序直接跳转到小程序后, 在腾讯电子签小程序签署完成后返回贵方小程序的场景<br>跳转到腾讯电子签小程序的实现可以参考微信官方文档<a href="https://developers.weixin.qq.com/miniprogram/dev/api/navigate/wx.navigateToMiniProgram.html" target="_blank">全屏方式</a>和<a href="https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/openEmbeddedMiniProgram.html " target="_blank">半屏方式</a><br>此时返回的SignUrl就是官方文档中的path<br> 示例:pages/guide?from=default&where=mini& to=CONTRACT_DETAIL& id=yDwiBUUc*duRvquCSX8wd& shortKey=yDwivUA**W1yRsTre3 |
|
|
440
439
|
*/
|
|
441
440
|
CreateSignUrls(req: CreateSignUrlsRequest, cb?: (error: string, rep: CreateSignUrlsResponse) => void): Promise<CreateSignUrlsResponse>;
|
|
442
441
|
/**
|
|
@@ -55,28 +55,21 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
55
55
|
return this.request("ChannelCreateFlowSignReview", req, cb);
|
|
56
56
|
}
|
|
57
57
|
/**
|
|
58
|
-
*
|
|
58
|
+
* 管理企业扩展服务 ,企业经办人需要是企业超管或者法人。
|
|
59
59
|
|
|
60
60
|
跳转小程序的几种方式:主要是设置不同的EndPoint
|
|
61
61
|
1. 通过链接Url直接跳转到小程序,不需要返回
|
|
62
62
|
设置EndPoint为WEIXINAPP,得到链接打开即可。
|
|
63
63
|
|
|
64
64
|
2. 客户App直接跳转到小程序-->腾讯电子签小程序操作完成-->返回App
|
|
65
|
-
|
|
66
|
-
https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/launchApp.html
|
|
67
|
-
其中小程序的原始Id,请联系<对接技术人员>获取,或者查看小程序信息自助获取。
|
|
65
|
+
跳转到小程序的实现,参考官方文档<a href="https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/launchApp.html">打开 App</a>
|
|
68
66
|
设置EndPoint为APP,得到path。
|
|
69
67
|
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
全屏方式:
|
|
73
|
-
(https://developers.weixin.qq.com/miniprogram/dev/api/navigate/wx.navigateToMiniProgram.html)
|
|
74
|
-
半屏方式:
|
|
75
|
-
(https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/openEmbeddedMiniProgram.html)
|
|
76
|
-
其中小程序的原始Id,请联系<对接技术人员>获取,或者查看小程序信息自助获取。
|
|
68
|
+
3. 客户小程序直接跳到电子签小程序-->腾讯电子签小程序操作完成--->回到客户小程序
|
|
69
|
+
跳转到小程序的实现,参考官方文档(分为<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>
|
|
77
70
|
设置EndPoint为APP,得到path。
|
|
78
71
|
|
|
79
|
-
|
|
72
|
+
4.其中小程序的原始Id如下,或者查看小程序信息自助获取。
|
|
80
73
|
|
|
81
74
|
| 小程序 | AppID | 原始ID |
|
|
82
75
|
| ------------ | ------------ | ------------ |
|
|
@@ -215,14 +208,20 @@ https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/launchAp
|
|
|
215
208
|
}
|
|
216
209
|
/**
|
|
217
210
|
* 查询企业扩展服务的开通和授权情况,当前支持查询以下内容:
|
|
218
|
-
1. 企业自动签
|
|
219
|
-
2. 企业与港澳台居民签署合同
|
|
220
|
-
3. 使用手机号验证签署方身份
|
|
221
|
-
4. 骑缝章
|
|
222
|
-
5. 拓宽签署方年龄限制
|
|
223
|
-
6. 下载企业合同/文件
|
|
224
211
|
|
|
225
|
-
|
|
212
|
+
1. **企业自动签**
|
|
213
|
+
2. **企业与港澳台居民签署合同**
|
|
214
|
+
3. **使用手机号验证签署方身份**
|
|
215
|
+
4. **骑缝章**
|
|
216
|
+
5. **拓宽签署方年龄限制**
|
|
217
|
+
6. **下载企业合同/文件**
|
|
218
|
+
7. **隐藏合同经办人姓名**
|
|
219
|
+
|
|
220
|
+
对应能力开通页面在子客控制台-企业中心-拓展服务,如下图所示:
|
|
221
|
+
|
|
222
|
+

|
|
223
|
+
|
|
224
|
+
注: <font color='red'>所在企业的超管、法人才有权限调用此接口</font>(Agent.ProxyOperator.OpenId 需要传递超管或者法人的OpenId)
|
|
226
225
|
*/
|
|
227
226
|
async DescribeExtendedServiceAuthInfo(req, cb) {
|
|
228
227
|
return this.request("DescribeExtendedServiceAuthInfo", req, cb);
|
|
@@ -505,8 +504,8 @@ httpProfile.setEndpoint("file.test.ess.tencent.cn");
|
|
|
505
504
|
| WEIXINAPP | 短链跳转腾讯电子签小程序签署场景 | 点击链接打开电子签小程序(与腾讯电子签官方短信提醒用户签署形式一样)<br> 示例: https://essurl.cn/x9nvWU8fTg|
|
|
506
505
|
| LONGURL2WEIXINAPP | 长链跳转腾讯电子签小程序签署场景 | 点击链接打开电子签小程序, 是WEIXINAPP生成短链代表的那个长链|
|
|
507
506
|
| CHANNEL | 带有H5引导页的跳转腾讯电子签小程序签署场景 | 点击链接打开一个H5引导页面, 页面中有个"前往小程序"的按钮, 点击后会跳转到腾讯电子签小程序签署场景; 签署完成会回到H5引导页面, 然后跳转到指定创建链接指定的JumpUrl<br>示例: https://res.ess.tencent.cn/cdn/h5-activity-beta/jump-mp.html?use=channel-guide&type=warning&token=uIFKIU8fTd |
|
|
508
|
-
|APP|
|
|
509
|
-
|APP|
|
|
507
|
+
|APP| <font color="red">贵方APP</font>跳转腾讯电子签小程序签署场景| 贵方App直接跳转到小程序后, 在腾讯电子签小程序签署完成后返回贵方App的场景<br>跳转到腾讯电子签小程序的实现可以参考微信的官方文档:<a href="https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/launchApp.html" target="_blank">开放能力/打开 App</a> <br> 示例: pages/guide?from=default&where=mini& to=CONTRACT_DETAIL& id=yDwiBUUc*duRvquCSX8wd& shortKey=yDwivUA**W1yRsTre3 |
|
|
508
|
+
|APP| <font color="red">贵方小程序</font>跳转腾讯电子签小程序签署场景| 贵方小程序直接跳转到小程序后, 在腾讯电子签小程序签署完成后返回贵方小程序的场景<br>跳转到腾讯电子签小程序的实现可以参考微信官方文档<a href="https://developers.weixin.qq.com/miniprogram/dev/api/navigate/wx.navigateToMiniProgram.html" target="_blank">全屏方式</a>和<a href="https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/openEmbeddedMiniProgram.html " target="_blank">半屏方式</a><br>此时返回的SignUrl就是官方文档中的path<br> 示例:pages/guide?from=default&where=mini& to=CONTRACT_DETAIL& id=yDwiBUUc*duRvquCSX8wd& shortKey=yDwivUA**W1yRsTre3 |
|
|
510
509
|
*/
|
|
511
510
|
async CreateSignUrls(req, cb) {
|
|
512
511
|
return this.request("CreateSignUrls", req, cb);
|
|
@@ -645,18 +645,21 @@ export interface ModifyExtendedServiceRequest {
|
|
|
645
645
|
* 扩展服务类型
|
|
646
646
|
<ul>
|
|
647
647
|
<li>AUTO_SIGN 企业自动签(自动签署)</li>
|
|
648
|
-
<li> OVERSEA_SIGN
|
|
648
|
+
<li> OVERSEA_SIGN 企业与港澳台居民签署合同</li>
|
|
649
649
|
<li> MOBILE_CHECK_APPROVER 使用手机号验证签署方身份</li>
|
|
650
650
|
<li> PAGING_SEAL 骑缝章</li>
|
|
651
651
|
<li> DOWNLOAD_FLOW 授权渠道下载合同 </li>
|
|
652
652
|
<li>AGE_LIMIT_EXPANSION 拓宽签署方年龄限制</li>
|
|
653
|
+
<li>HIDE_OPERATOR_DISPLAY 隐藏合同经办人姓名</li>
|
|
653
654
|
</ul>
|
|
654
655
|
*/
|
|
655
656
|
ServiceType: string;
|
|
656
657
|
/**
|
|
657
658
|
* 操作类型
|
|
658
|
-
|
|
659
|
-
|
|
659
|
+
<ul>
|
|
660
|
+
<li>OPEN : 开通</li>
|
|
661
|
+
<li>CLOSE : 关闭</li>
|
|
662
|
+
</ul>
|
|
660
663
|
*/
|
|
661
664
|
Operate: string;
|
|
662
665
|
/**
|
|
@@ -2453,7 +2456,7 @@ export interface TemplateInfo {
|
|
|
2453
2456
|
*/
|
|
2454
2457
|
Recipients?: Array<Recipient>;
|
|
2455
2458
|
/**
|
|
2456
|
-
*
|
|
2459
|
+
* 此模板中的签署控件列表
|
|
2457
2460
|
*/
|
|
2458
2461
|
SignComponents?: Array<Component>;
|
|
2459
2462
|
/**
|
|
@@ -3178,10 +3181,10 @@ export interface CreateConsoleLoginUrlRequest {
|
|
|
3178
3181
|
MenuStatus?: string;
|
|
3179
3182
|
/**
|
|
3180
3183
|
* 生成链接的类型:
|
|
3181
|
-
<ul><li>**PC**:(默认)web
|
|
3184
|
+
<ul><li>**PC**:(默认)<font color="red">web控制台</font>链接, 需要在PC浏览器中打开</li>
|
|
3182
3185
|
<li>**CHANNEL**:H5跳转到电子签小程序链接, 一般用于发送短信中带的链接, 打开后进入腾讯电子签小程序</li>
|
|
3183
|
-
<li>**SHORT_URL
|
|
3184
|
-
<li>**APP
|
|
3186
|
+
<li>**SHORT_URL**:<font color="red">H5</font>跳转到电子签小程序链接的短链形式, 一般用于发送短信中带的链接, 打开后进入腾讯电子签小程序</li>
|
|
3187
|
+
<li>**APP**:<font color="red">APP或小程序</font>跳转电子签小程序链接, 一般用于贵方小程序或者APP跳转过来, 打开后进入腾讯电子签小程序</li></ul>
|
|
3185
3188
|
*/
|
|
3186
3189
|
Endpoint?: string;
|
|
3187
3190
|
/**
|
|
@@ -3799,10 +3802,11 @@ export interface DescribeExtendedServiceAuthInfoRequest {
|
|
|
3799
3802
|
|
|
3800
3803
|
此接口下面信息必填。
|
|
3801
3804
|
<ul>
|
|
3802
|
-
<li>渠道应用标识: Agent.
|
|
3803
|
-
<li>第三方平台子客企业标识: Agent.
|
|
3804
|
-
<li>第三方平台子客企业中的员工标识: Agent.
|
|
3805
|
+
<li>渠道应用标识: Agent.AppId</li>
|
|
3806
|
+
<li>第三方平台子客企业标识: Agent.ProxyOrganizationOpenId</li>
|
|
3807
|
+
<li>第三方平台子客企业中的员工标识: Agent. ProxyOperator.OpenId</li>
|
|
3805
3808
|
</ul>
|
|
3809
|
+
第三方平台子客企业和员工必须已经经过实名认证
|
|
3806
3810
|
*/
|
|
3807
3811
|
Agent: Agent;
|
|
3808
3812
|
}
|
|
@@ -5300,11 +5304,12 @@ export interface ExtentServiceAuthInfo {
|
|
|
5300
5304
|
* 扩展服务类型
|
|
5301
5305
|
<ul>
|
|
5302
5306
|
<li>AUTO_SIGN 企业自动签(自动签署)</li>
|
|
5303
|
-
<li> OVERSEA_SIGN
|
|
5307
|
+
<li> OVERSEA_SIGN 企业与港澳台居民签署合同</li>
|
|
5304
5308
|
<li> MOBILE_CHECK_APPROVER 使用手机号验证签署方身份</li>
|
|
5305
5309
|
<li> PAGING_SEAL 骑缝章</li>
|
|
5306
5310
|
<li> DOWNLOAD_FLOW 授权渠道下载合同 </li>
|
|
5307
5311
|
<li>AGE_LIMIT_EXPANSION 拓宽签署方年龄限制</li>
|
|
5312
|
+
<li>HIDE_OPERATOR_DISPLAY 隐藏合同经办人姓名</li>
|
|
5308
5313
|
</ul>
|
|
5309
5314
|
*/
|
|
5310
5315
|
Type?: string;
|
|
@@ -5997,8 +6002,8 @@ export interface ModifyExtendedServiceResponse {
|
|
|
5997
6002
|
* 操作跳转链接,有效期24小时
|
|
5998
6003
|
若操作时没有返回跳转链接,表示无需跳转操作,此时会直接开通/关闭服务。
|
|
5999
6004
|
|
|
6000
|
-
当操作类型是 OPEN 且 扩展服务类型是
|
|
6001
|
-
|
|
6005
|
+
当操作类型是 OPEN 且 扩展服务类型是 AUTO_SIGN 或 DOWNLOAD_FLOW 或者 OVERSEA_SIGN 时返回操作链接,
|
|
6006
|
+
返回的链接需要平台方自行触达超管或法人,超管或法人点击链接完成服务开通操作
|
|
6002
6007
|
*/
|
|
6003
6008
|
OperateUrl?: string;
|
|
6004
6009
|
/**
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AbstractClient } from "../../../common/abstract_client";
|
|
2
2
|
import { ClientConfig } from "../../../common/interface";
|
|
3
|
-
import { CreateResourceRequest, ModifyFolderRequest, DescribeJobSubmissionLogResponse, DeleteJobsRequest, ModifyWorkSpaceRequest, CreateJobConfigResponse, CreateResourceConfigResponse, CreateJobConfigRequest, DescribeTreeJobsResponse, CopyJobsRequest, CopyJobsResponse, TriggerJobSavepointRequest, DescribeJobSavepointRequest, DescribeClustersResponse, RunSqlGatewayStatementRequest, DescribeFolderResponse, DescribeWorkSpacesRequest, DescribeTreeResourcesRequest, DescribeResourceConfigsResponse, DescribeClustersRequest, CreateWorkSpaceResponse, CreateJobResponse, CreateFolderRequest, DeleteJobConfigsResponse, DeleteTableConfigRequest, DeleteResourcesResponse,
|
|
3
|
+
import { CreateResourceRequest, ModifyFolderRequest, DescribeJobSubmissionLogResponse, DeleteJobsRequest, ModifyWorkSpaceRequest, ModifyJobResponse, CreateJobConfigResponse, CreateResourceConfigResponse, CreateJobConfigRequest, DescribeTreeJobsResponse, CopyJobsRequest, CopyJobsResponse, TriggerJobSavepointRequest, DescribeJobSavepointRequest, DescribeClustersResponse, RunSqlGatewayStatementRequest, DescribeFolderResponse, DescribeWorkSpacesRequest, DescribeTreeResourcesRequest, DescribeResourceConfigsResponse, DescribeClustersRequest, CreateWorkSpaceResponse, CreateJobResponse, CreateFolderRequest, DeleteJobConfigsResponse, DeleteTableConfigRequest, DeleteResourcesResponse, DeleteTableConfigResponse, GetMetaTableResponse, FetchSqlGatewayStatementResultResponse, CreateWorkSpaceRequest, DeleteResourceConfigsRequest, DescribeJobSavepointResponse, DeleteFoldersRequest, DeleteWorkSpaceRequest, DescribeWorkSpacesResponse, CreateResourceResponse, DescribeSystemResourcesRequest, CreateFolderResponse, DescribeResourcesResponse, DescribeResourceRelatedJobsResponse, DescribeSystemResourcesResponse, CheckSavepointRequest, DeleteJobConfigsRequest, StopJobsRequest, RunJobsRequest, DeleteWorkSpaceResponse, TriggerJobSavepointResponse, DeleteJobsResponse, DescribeResourceRelatedJobsRequest, DescribeTreeResourcesResponse, RunJobsResponse, DeleteResourcesRequest, DescribeJobConfigsRequest, ModifyJobRequest, GetMetaTableRequest, DeleteResourceConfigsResponse, DescribeJobSubmissionLogRequest, DescribeJobsRequest, DescribeResourceConfigsRequest, ModifyFolderResponse, ModifyWorkSpaceResponse, RunSqlGatewayStatementResponse, CreateJobRequest, DescribeFolderRequest, DeleteFoldersResponse, CreateResourceConfigRequest, StopJobsResponse, DescribeResourcesRequest, DescribeJobEventsRequest, CheckSavepointResponse, DescribeJobsResponse, DescribeTreeJobsRequest, DescribeJobConfigsResponse, FetchSqlGatewayStatementResultRequest, DescribeJobEventsResponse } from "./oceanus_models";
|
|
4
4
|
/**
|
|
5
5
|
* oceanus client
|
|
6
6
|
* @class
|
|
@@ -159,6 +159,10 @@ export declare class Client extends AbstractClient {
|
|
|
159
159
|
* 描述系统资源接口
|
|
160
160
|
*/
|
|
161
161
|
DescribeSystemResources(req: DescribeSystemResourcesRequest, cb?: (error: string, rep: DescribeSystemResourcesResponse) => void): Promise<DescribeSystemResourcesResponse>;
|
|
162
|
+
/**
|
|
163
|
+
* 查询元数据表
|
|
164
|
+
*/
|
|
165
|
+
GetMetaTable(req: GetMetaTableRequest, cb?: (error: string, rep: GetMetaTableResponse) => void): Promise<GetMetaTableResponse>;
|
|
162
166
|
/**
|
|
163
167
|
* 查询作业配置列表,一次最多查询100个
|
|
164
168
|
*/
|
|
@@ -251,6 +251,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
251
251
|
async DescribeSystemResources(req, cb) {
|
|
252
252
|
return this.request("DescribeSystemResources", req, cb);
|
|
253
253
|
}
|
|
254
|
+
/**
|
|
255
|
+
* 查询元数据表
|
|
256
|
+
*/
|
|
257
|
+
async GetMetaTable(req, cb) {
|
|
258
|
+
return this.request("GetMetaTable", req, cb);
|
|
259
|
+
}
|
|
254
260
|
/**
|
|
255
261
|
* 查询作业配置列表,一次最多查询100个
|
|
256
262
|
*/
|