tencentcloud-sdk-nodejs-essbasic 4.0.397 → 4.0.431
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 +5389 -0
- package/README.md +3 -3
- package/SERVICE_CHANGELOG.md +3620 -52
- package/package.json +1 -1
- package/products.md +92 -92
- package/src/services/essbasic/index.ts +9 -6
- package/src/services/essbasic/v20201222/essbasic_client.ts +456 -611
- package/src/services/essbasic/v20201222/essbasic_models.ts +2565 -2438
- package/src/services/essbasic/v20201222/index.ts +3 -3
- package/src/services/essbasic/v20210526/essbasic_client.ts +218 -211
- package/src/services/essbasic/v20210526/essbasic_models.ts +1736 -1225
- package/src/services/essbasic/v20210526/index.ts +3 -3
- package/tencentcloud/services/essbasic/v20201222/essbasic_client.d.ts +89 -89
- package/tencentcloud/services/essbasic/v20201222/essbasic_client.js +89 -89
- package/tencentcloud/services/essbasic/v20201222/essbasic_models.d.ts +1454 -1454
- package/tencentcloud/services/essbasic/v20201222/index.js +1 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +73 -48
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +97 -62
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1111 -724
- package/tencentcloud/services/essbasic/v20210526/index.js +1 -1
|
@@ -17,132 +17,133 @@
|
|
|
17
17
|
*/
|
|
18
18
|
import * as TencentCloudCommon from "tencentcloud-sdk-nodejs-common"
|
|
19
19
|
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
20
|
+
DescribeFaceIdResultsRequest,
|
|
21
|
+
CreateSubOrganizationRequest,
|
|
22
|
+
Component,
|
|
23
|
+
CreateSealRequest,
|
|
24
|
+
CancelFlowResponse,
|
|
25
|
+
FaceIdPhoto,
|
|
26
|
+
VerifySubOrganizationRequest,
|
|
27
|
+
VerifyUserRequest,
|
|
28
|
+
DescribeFaceIdPhotosResponse,
|
|
29
|
+
CheckVerifyCodeMatchFlowIdRequest,
|
|
30
|
+
CheckBankCard2EVerificationRequest,
|
|
31
|
+
DescribeFileIdsByCustomIdsResponse,
|
|
32
|
+
ModifySubOrganizationInfoResponse,
|
|
33
|
+
DescribeCatalogApproversRequest,
|
|
34
|
+
CheckFaceIdentifyRequest,
|
|
35
|
+
CreateServerFlowSignResponse,
|
|
36
|
+
ModifyUserResponse,
|
|
37
|
+
CheckBankCard4EVerificationResponse,
|
|
38
|
+
DescribeFileUrlsRequest,
|
|
39
|
+
FlowFileInfo,
|
|
40
|
+
SmsTemplate,
|
|
41
|
+
Address,
|
|
42
|
+
ModifyUserDefaultSealRequest,
|
|
43
|
+
GenerateUserSealRequest,
|
|
44
|
+
CheckIdCardVerificationResponse,
|
|
45
|
+
DescribeFlowResponse,
|
|
46
|
+
CreateSubOrganizationAndSealRequest,
|
|
47
|
+
CheckMobileVerificationRequest,
|
|
48
|
+
SendFlowUrlResponse,
|
|
49
|
+
DescribeCatalogApproversResponse,
|
|
50
|
+
CustomFileIdMap,
|
|
51
|
+
SendFlowResponse,
|
|
52
|
+
CatalogApprovers,
|
|
53
|
+
DescribeSealsRequest,
|
|
54
|
+
FlowApproverInfo,
|
|
55
|
+
DescribeFlowFilesRequest,
|
|
56
|
+
DescribeCustomFlowIdsResponse,
|
|
57
|
+
SubOrganizationDetail,
|
|
58
|
+
CheckIdCardVerificationRequest,
|
|
59
|
+
CreateSignUrlResponse,
|
|
60
|
+
ModifySubOrganizationInfoRequest,
|
|
61
|
+
SendSignInnerVerifyCodeResponse,
|
|
62
|
+
DescribeFaceIdPhotosRequest,
|
|
63
|
+
FileUrl,
|
|
64
|
+
CreateUserResponse,
|
|
65
|
+
CheckVerifyCodeMatchFlowIdResponse,
|
|
66
|
+
ModifyOrganizationDefaultSealRequest,
|
|
67
|
+
CreateFaceIdSignResponse,
|
|
68
|
+
DescribeFlowApproversResponse,
|
|
69
|
+
CheckMobileAndNameRequest,
|
|
70
|
+
DeleteSealRequest,
|
|
71
|
+
CheckBankCardVerificationResponse,
|
|
72
|
+
ArchiveFlowRequest,
|
|
73
|
+
CreateUserAndSealResponse,
|
|
74
|
+
FaceIdResult,
|
|
75
|
+
CreateSignUrlRequest,
|
|
76
|
+
ComponentSeal,
|
|
77
|
+
DeleteSealResponse,
|
|
78
|
+
UploadFilesRequest,
|
|
79
|
+
DescribeUsersRequest,
|
|
80
|
+
CreateFlowByFilesRequest,
|
|
81
|
+
CatalogComponents,
|
|
82
|
+
ArchiveFlowResponse,
|
|
83
|
+
FlowInfo,
|
|
84
|
+
UserDescribe,
|
|
85
|
+
CheckBankCard2EVerificationResponse,
|
|
86
|
+
VerifySubOrganizationResponse,
|
|
87
|
+
DescribeSealsResponse,
|
|
88
|
+
DescribeFileUrlsResponse,
|
|
89
|
+
ModifySealRequest,
|
|
90
|
+
CheckBankCard3EVerificationRequest,
|
|
91
|
+
CheckBankCardVerificationRequest,
|
|
92
|
+
RejectFlowRequest,
|
|
93
|
+
DescribeSubOrganizationsRequest,
|
|
94
|
+
SignSeal,
|
|
95
|
+
DescribeCatalogSignComponentsRequest,
|
|
96
|
+
ModifyOrganizationDefaultSealResponse,
|
|
97
|
+
CreateFlowByFilesResponse,
|
|
98
|
+
ModifyUserDefaultSealResponse,
|
|
99
|
+
UploadFilesResponse,
|
|
100
|
+
CheckBankCard3EVerificationResponse,
|
|
101
|
+
SignFlowRequest,
|
|
102
|
+
CustomFlowIdMap,
|
|
103
|
+
DescribeCustomFlowIdsByFlowIdRequest,
|
|
104
|
+
UploadFile,
|
|
105
|
+
DescribeUsersResponse,
|
|
106
|
+
CreateH5FaceIdUrlRequest,
|
|
107
|
+
CheckMobileVerificationResponse,
|
|
108
|
+
DescribeFlowFilesResponse,
|
|
109
|
+
CreateUserRequest,
|
|
110
|
+
CreatePreviewSignUrlRequest,
|
|
111
|
+
CreateUserAndSealRequest,
|
|
112
|
+
CreatePreviewSignUrlResponse,
|
|
113
|
+
CreateFaceIdSignRequest,
|
|
114
|
+
DescribeCustomFlowIdsByFlowIdResponse,
|
|
115
|
+
SignFlowResponse,
|
|
116
|
+
RejectFlowResponse,
|
|
117
|
+
DescribeFlowRequest,
|
|
118
|
+
DescribeFileIdsByCustomIdsRequest,
|
|
119
|
+
CreateSealResponse,
|
|
120
|
+
GenerateOrganizationSealResponse,
|
|
121
|
+
DescribeSubOrganizationsResponse,
|
|
122
|
+
DestroyFlowFileRequest,
|
|
123
|
+
CheckFaceIdentifyResponse,
|
|
124
|
+
Seal,
|
|
125
|
+
SendFlowUrlRequest,
|
|
126
|
+
CancelFlowRequest,
|
|
127
|
+
CreateH5FaceIdUrlResponse,
|
|
128
|
+
DescribeCustomFlowIdsRequest,
|
|
129
|
+
DescribeFlowApproversRequest,
|
|
130
|
+
DescribeFaceIdResultsResponse,
|
|
131
|
+
CheckBankCard4EVerificationRequest,
|
|
132
|
+
GenerateUserSealResponse,
|
|
133
|
+
DescribeCatalogSignComponentsResponse,
|
|
134
|
+
GenerateOrganizationSealRequest,
|
|
135
|
+
CreateServerFlowSignRequest,
|
|
136
|
+
Caller,
|
|
137
|
+
VerifyUserResponse,
|
|
138
|
+
SendFlowRequest,
|
|
139
|
+
SendSignInnerVerifyCodeRequest,
|
|
140
|
+
DestroyFlowFileResponse,
|
|
141
|
+
CreateSubOrganizationResponse,
|
|
142
|
+
CreateSubOrganizationAndSealResponse,
|
|
143
|
+
ModifyUserRequest,
|
|
144
|
+
CheckMobileAndNameResponse,
|
|
145
|
+
ModifySealResponse,
|
|
146
|
+
|
|
146
147
|
} from "./essbasic_models"
|
|
147
148
|
|
|
148
149
|
/**
|
|
@@ -150,586 +151,430 @@ import {
|
|
|
150
151
|
* @class
|
|
151
152
|
*/
|
|
152
153
|
export class Client extends TencentCloudCommon.AbstractClient {
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
req: CheckMobileVerificationRequest,
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
): Promise<CreateSubOrganizationResponse> {
|
|
174
|
-
return this.request("CreateSubOrganization", req, cb)
|
|
175
|
-
}
|
|
176
|
-
|
|
177
|
-
/**
|
|
154
|
+
|
|
155
|
+
constructor(clientConfig: TencentCloudCommon.ClientConfig) {
|
|
156
|
+
super("essbasic.tencentcloudapi.com", "2020-12-22", clientConfig);
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
/**
|
|
160
|
+
* 该接口为第三方平台向电子签平台验证手机号三要素
|
|
161
|
+
*/
|
|
162
|
+
async CheckMobileVerification(req: CheckMobileVerificationRequest, cb?: (error: string, rep: CheckMobileVerificationResponse) => void): Promise<CheckMobileVerificationResponse> {
|
|
163
|
+
return this.request("CheckMobileVerification", req, cb);
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
/**
|
|
167
|
+
* 此接口(CreateSubOrganization)用于在腾讯电子签内注册子机构。
|
|
168
|
+
*/
|
|
169
|
+
async CreateSubOrganization(req: CreateSubOrganizationRequest, cb?: (error: string, rep: CreateSubOrganizationResponse) => void): Promise<CreateSubOrganizationResponse> {
|
|
170
|
+
return this.request("CreateSubOrganization", req, cb);
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
/**
|
|
178
174
|
* 此接口(CancelFlow)用于撤销正在进行中的流程。
|
|
179
175
|
|
|
180
176
|
注:已归档流程不可完成撤销动作。
|
|
181
177
|
*/
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
req:
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
): Promise<DescribeFlowApproversResponse> {
|
|
216
|
-
return this.request("DescribeFlowApprovers", req, cb)
|
|
217
|
-
}
|
|
218
|
-
|
|
219
|
-
/**
|
|
220
|
-
* 该接口为第三方平台向电子签平台验证银行卡四要素
|
|
221
|
-
*/
|
|
222
|
-
async CheckBankCard4EVerification(
|
|
223
|
-
req: CheckBankCard4EVerificationRequest,
|
|
224
|
-
cb?: (error: string, rep: CheckBankCard4EVerificationResponse) => void
|
|
225
|
-
): Promise<CheckBankCard4EVerificationResponse> {
|
|
226
|
-
return this.request("CheckBankCard4EVerification", req, cb)
|
|
227
|
-
}
|
|
228
|
-
|
|
229
|
-
/**
|
|
178
|
+
async CancelFlow(req: CancelFlowRequest, cb?: (error: string, rep: CancelFlowResponse) => void): Promise<CancelFlowResponse> {
|
|
179
|
+
return this.request("CancelFlow", req, cb);
|
|
180
|
+
}
|
|
181
|
+
|
|
182
|
+
/**
|
|
183
|
+
* 此接口(DescribeFileUrls)用于获取签署文件下载的URL。
|
|
184
|
+
*/
|
|
185
|
+
async DescribeFileUrls(req: DescribeFileUrlsRequest, cb?: (error: string, rep: DescribeFileUrlsResponse) => void): Promise<DescribeFileUrlsResponse> {
|
|
186
|
+
return this.request("DescribeFileUrls", req, cb);
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
/**
|
|
190
|
+
* 该接口为第三方平台向电子签平台获取慧眼H5人脸核身Url
|
|
191
|
+
*/
|
|
192
|
+
async CreateH5FaceIdUrl(req: CreateH5FaceIdUrlRequest, cb?: (error: string, rep: CreateH5FaceIdUrlResponse) => void): Promise<CreateH5FaceIdUrlResponse> {
|
|
193
|
+
return this.request("CreateH5FaceIdUrl", req, cb);
|
|
194
|
+
}
|
|
195
|
+
|
|
196
|
+
/**
|
|
197
|
+
* 第三方应用可通过此接口(DescribeFlowApprovers)查询流程参与者信息。
|
|
198
|
+
*/
|
|
199
|
+
async DescribeFlowApprovers(req: DescribeFlowApproversRequest, cb?: (error: string, rep: DescribeFlowApproversResponse) => void): Promise<DescribeFlowApproversResponse> {
|
|
200
|
+
return this.request("DescribeFlowApprovers", req, cb);
|
|
201
|
+
}
|
|
202
|
+
|
|
203
|
+
/**
|
|
204
|
+
* 该接口为第三方平台向电子签平台验证银行卡四要素
|
|
205
|
+
*/
|
|
206
|
+
async CheckBankCard4EVerification(req: CheckBankCard4EVerificationRequest, cb?: (error: string, rep: CheckBankCard4EVerificationResponse) => void): Promise<CheckBankCard4EVerificationResponse> {
|
|
207
|
+
return this.request("CheckBankCard4EVerification", req, cb);
|
|
208
|
+
}
|
|
209
|
+
|
|
210
|
+
/**
|
|
230
211
|
* 此接口 (DeleteSeal) 用于删除指定ID的印章。
|
|
231
212
|
|
|
232
213
|
注意:默认印章不支持删除
|
|
233
214
|
*/
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
): Promise<DeleteSealResponse> {
|
|
238
|
-
return this.request("DeleteSeal", req, cb)
|
|
239
|
-
}
|
|
215
|
+
async DeleteSeal(req: DeleteSealRequest, cb?: (error: string, rep: DeleteSealResponse) => void): Promise<DeleteSealResponse> {
|
|
216
|
+
return this.request("DeleteSeal", req, cb);
|
|
217
|
+
}
|
|
240
218
|
|
|
241
|
-
|
|
219
|
+
/**
|
|
242
220
|
* 此接口(CreateSignUrl)用于生成指定用户的签署URL。
|
|
243
221
|
|
|
244
222
|
注:调用此接口前,请确保您已提前调用了发送流程接口(SendFlow)指定相关签署方。
|
|
245
223
|
*/
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
): Promise<CreateSignUrlResponse> {
|
|
250
|
-
return this.request("CreateSignUrl", req, cb)
|
|
251
|
-
}
|
|
224
|
+
async CreateSignUrl(req: CreateSignUrlRequest, cb?: (error: string, rep: CreateSignUrlResponse) => void): Promise<CreateSignUrlResponse> {
|
|
225
|
+
return this.request("CreateSignUrl", req, cb);
|
|
226
|
+
}
|
|
252
227
|
|
|
253
|
-
|
|
228
|
+
/**
|
|
254
229
|
* 此接口(DescribeUsers)用于查询应用号下的个人用户信息。
|
|
255
230
|
|
|
256
231
|
注:此接口仅可查询您所属机构应用号创建的个人用户信息,不可跨应用/跨机构查询。
|
|
257
232
|
*/
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
req:
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
/**
|
|
286
|
-
* 查询流程文件
|
|
287
|
-
*/
|
|
288
|
-
async DescribeFlowFiles(
|
|
289
|
-
req: DescribeFlowFilesRequest,
|
|
290
|
-
cb?: (error: string, rep: DescribeFlowFilesResponse) => void
|
|
291
|
-
): Promise<DescribeFlowFilesResponse> {
|
|
292
|
-
return this.request("DescribeFlowFiles", req, cb)
|
|
293
|
-
}
|
|
294
|
-
|
|
295
|
-
/**
|
|
233
|
+
async DescribeUsers(req: DescribeUsersRequest, cb?: (error: string, rep: DescribeUsersResponse) => void): Promise<DescribeUsersResponse> {
|
|
234
|
+
return this.request("DescribeUsers", req, cb);
|
|
235
|
+
}
|
|
236
|
+
|
|
237
|
+
/**
|
|
238
|
+
* 发送流程并获取签署URL
|
|
239
|
+
*/
|
|
240
|
+
async SendFlowUrl(req: SendFlowUrlRequest, cb?: (error: string, rep: SendFlowUrlResponse) => void): Promise<SendFlowUrlResponse> {
|
|
241
|
+
return this.request("SendFlowUrl", req, cb);
|
|
242
|
+
}
|
|
243
|
+
|
|
244
|
+
/**
|
|
245
|
+
* 此接口用于发送签署验证码
|
|
246
|
+
*/
|
|
247
|
+
async SendSignInnerVerifyCode(req: SendSignInnerVerifyCodeRequest, cb?: (error: string, rep: SendSignInnerVerifyCodeResponse) => void): Promise<SendSignInnerVerifyCodeResponse> {
|
|
248
|
+
return this.request("SendSignInnerVerifyCode", req, cb);
|
|
249
|
+
}
|
|
250
|
+
|
|
251
|
+
/**
|
|
252
|
+
* 查询流程文件
|
|
253
|
+
*/
|
|
254
|
+
async DescribeFlowFiles(req: DescribeFlowFilesRequest, cb?: (error: string, rep: DescribeFlowFilesResponse) => void): Promise<DescribeFlowFilesResponse> {
|
|
255
|
+
return this.request("DescribeFlowFiles", req, cb);
|
|
256
|
+
}
|
|
257
|
+
|
|
258
|
+
/**
|
|
296
259
|
* 此接口(CreateSeal)用于创建个人/企业印章。
|
|
297
260
|
|
|
298
261
|
注意:使用FileId参数指定印章,需先调用多文件上传 (UploadFiles) 上传印章图片。
|
|
299
262
|
*/
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
cb?: (error: string, rep: ModifyUserDefaultSealResponse) => void
|
|
313
|
-
): Promise<ModifyUserDefaultSealResponse> {
|
|
314
|
-
return this.request("ModifyUserDefaultSeal", req, cb)
|
|
315
|
-
}
|
|
316
|
-
|
|
317
|
-
/**
|
|
263
|
+
async CreateSeal(req: CreateSealRequest, cb?: (error: string, rep: CreateSealResponse) => void): Promise<CreateSealResponse> {
|
|
264
|
+
return this.request("CreateSeal", req, cb);
|
|
265
|
+
}
|
|
266
|
+
|
|
267
|
+
/**
|
|
268
|
+
* 此接口 (ModifyUserDefaultSeal) 用于重新指定个人默认印章。
|
|
269
|
+
*/
|
|
270
|
+
async ModifyUserDefaultSeal(req: ModifyUserDefaultSealRequest, cb?: (error: string, rep: ModifyUserDefaultSealResponse) => void): Promise<ModifyUserDefaultSealResponse> {
|
|
271
|
+
return this.request("ModifyUserDefaultSeal", req, cb);
|
|
272
|
+
}
|
|
273
|
+
|
|
274
|
+
/**
|
|
318
275
|
* 此接口(CreatePreviewSignUrl)用于生成生成预览签署URL。
|
|
319
276
|
|
|
320
277
|
注:调用此接口前,请确保您已提前调用了发送流程接口(SendFlow)指定相关签署方。
|
|
321
278
|
*/
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
*/
|
|
342
|
-
async CheckFaceIdentify(
|
|
343
|
-
req: CheckFaceIdentifyRequest,
|
|
344
|
-
cb?: (error: string, rep: CheckFaceIdentifyResponse) => void
|
|
345
|
-
): Promise<CheckFaceIdentifyResponse> {
|
|
346
|
-
return this.request("CheckFaceIdentify", req, cb)
|
|
347
|
-
}
|
|
348
|
-
|
|
349
|
-
/**
|
|
279
|
+
async CreatePreviewSignUrl(req: CreatePreviewSignUrlRequest, cb?: (error: string, rep: CreatePreviewSignUrlResponse) => void): Promise<CreatePreviewSignUrlResponse> {
|
|
280
|
+
return this.request("CreatePreviewSignUrl", req, cb);
|
|
281
|
+
}
|
|
282
|
+
|
|
283
|
+
/**
|
|
284
|
+
* 此接口用于确认验证码是否正确
|
|
285
|
+
*/
|
|
286
|
+
async CheckVerifyCodeMatchFlowId(req: CheckVerifyCodeMatchFlowIdRequest, cb?: (error: string, rep: CheckVerifyCodeMatchFlowIdResponse) => void): Promise<CheckVerifyCodeMatchFlowIdResponse> {
|
|
287
|
+
return this.request("CheckVerifyCodeMatchFlowId", req, cb);
|
|
288
|
+
}
|
|
289
|
+
|
|
290
|
+
/**
|
|
291
|
+
* 该接口为第三方平台向电子签平台检测慧眼或腾讯电子签小程序人脸核身结果
|
|
292
|
+
*/
|
|
293
|
+
async CheckFaceIdentify(req: CheckFaceIdentifyRequest, cb?: (error: string, rep: CheckFaceIdentifyResponse) => void): Promise<CheckFaceIdentifyResponse> {
|
|
294
|
+
return this.request("CheckFaceIdentify", req, cb);
|
|
295
|
+
}
|
|
296
|
+
|
|
297
|
+
/**
|
|
350
298
|
* 此接口(GenerateUserSeal)用于生成个人签名图片。
|
|
351
299
|
|
|
352
300
|
注意:
|
|
353
301
|
1. 个人签名由用户注册时预留的姓名信息生成,不支持自定义签名内容。
|
|
354
302
|
2. 个人用户仅支持拥有一个系统生成的电子签名。
|
|
355
303
|
*/
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
*/
|
|
376
|
-
async DescribeCustomFlowIds(
|
|
377
|
-
req: DescribeCustomFlowIdsRequest,
|
|
378
|
-
cb?: (error: string, rep: DescribeCustomFlowIdsResponse) => void
|
|
379
|
-
): Promise<DescribeCustomFlowIdsResponse> {
|
|
380
|
-
return this.request("DescribeCustomFlowIds", req, cb)
|
|
381
|
-
}
|
|
382
|
-
|
|
383
|
-
/**
|
|
304
|
+
async GenerateUserSeal(req: GenerateUserSealRequest, cb?: (error: string, rep: GenerateUserSealResponse) => void): Promise<GenerateUserSealResponse> {
|
|
305
|
+
return this.request("GenerateUserSeal", req, cb);
|
|
306
|
+
}
|
|
307
|
+
|
|
308
|
+
/**
|
|
309
|
+
* 此接口(UploadFiles)用于文件上传。
|
|
310
|
+
*/
|
|
311
|
+
async UploadFiles(req: UploadFilesRequest, cb?: (error: string, rep: UploadFilesResponse) => void): Promise<UploadFilesResponse> {
|
|
312
|
+
return this.request("UploadFiles", req, cb);
|
|
313
|
+
}
|
|
314
|
+
|
|
315
|
+
/**
|
|
316
|
+
* 此接口(DescribeCustomFlowIds)用于通过自定义流程id来查询对应的电子签流程id
|
|
317
|
+
*/
|
|
318
|
+
async DescribeCustomFlowIds(req: DescribeCustomFlowIdsRequest, cb?: (error: string, rep: DescribeCustomFlowIdsResponse) => void): Promise<DescribeCustomFlowIdsResponse> {
|
|
319
|
+
return this.request("DescribeCustomFlowIds", req, cb);
|
|
320
|
+
}
|
|
321
|
+
|
|
322
|
+
/**
|
|
384
323
|
* 此接口(CreateSubOrganizationAndSeal)用于注册子机构,同时系统将为该子企业自动生成一个默认电子印章图片。
|
|
385
324
|
|
|
386
325
|
注意:
|
|
387
326
|
1. 在后续的签署流程中,若未指定签署使用的印章ID,则默认调用自动生成的印章图片进行签署。
|
|
388
327
|
2. 此接口为白名单接口,如您需要使用此能力,请提前与客户经理沟通或邮件至e-contract@tencent.com与我们联系。
|
|
389
328
|
*/
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
cb?: (error: string, rep: DescribeFlowResponse) => void
|
|
403
|
-
): Promise<DescribeFlowResponse> {
|
|
404
|
-
return this.request("DescribeFlow", req, cb)
|
|
405
|
-
}
|
|
406
|
-
|
|
407
|
-
/**
|
|
329
|
+
async CreateSubOrganizationAndSeal(req: CreateSubOrganizationAndSealRequest, cb?: (error: string, rep: CreateSubOrganizationAndSealResponse) => void): Promise<CreateSubOrganizationAndSealResponse> {
|
|
330
|
+
return this.request("CreateSubOrganizationAndSeal", req, cb);
|
|
331
|
+
}
|
|
332
|
+
|
|
333
|
+
/**
|
|
334
|
+
* 通过此接口(DescribeFlow)可查询签署流程的详细信息。
|
|
335
|
+
*/
|
|
336
|
+
async DescribeFlow(req: DescribeFlowRequest, cb?: (error: string, rep: DescribeFlowResponse) => void): Promise<DescribeFlowResponse> {
|
|
337
|
+
return this.request("DescribeFlow", req, cb);
|
|
338
|
+
}
|
|
339
|
+
|
|
340
|
+
/**
|
|
408
341
|
* 此接口(CreateFlowByFiles)用于通过PDF文件创建签署流程。
|
|
409
342
|
|
|
410
343
|
注意:调用此接口前,请先调用多文件上传接口 (UploadFiles),提前上传合同文件。
|
|
411
344
|
*/
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
cb?: (error: string, rep: DescribeCatalogApproversResponse) => void
|
|
425
|
-
): Promise<DescribeCatalogApproversResponse> {
|
|
426
|
-
return this.request("DescribeCatalogApprovers", req, cb)
|
|
427
|
-
}
|
|
428
|
-
|
|
429
|
-
/**
|
|
345
|
+
async CreateFlowByFiles(req: CreateFlowByFilesRequest, cb?: (error: string, rep: CreateFlowByFilesResponse) => void): Promise<CreateFlowByFilesResponse> {
|
|
346
|
+
return this.request("CreateFlowByFiles", req, cb);
|
|
347
|
+
}
|
|
348
|
+
|
|
349
|
+
/**
|
|
350
|
+
* 第三方应用可通过此接口(DescribeCatalogApprovers)查询指定目录的参与者列表
|
|
351
|
+
*/
|
|
352
|
+
async DescribeCatalogApprovers(req: DescribeCatalogApproversRequest, cb?: (error: string, rep: DescribeCatalogApproversResponse) => void): Promise<DescribeCatalogApproversResponse> {
|
|
353
|
+
return this.request("DescribeCatalogApprovers", req, cb);
|
|
354
|
+
}
|
|
355
|
+
|
|
356
|
+
/**
|
|
430
357
|
* 此接口(DescribeSubOrganizations)用于查询子机构信息。
|
|
431
358
|
|
|
432
359
|
注:此接口仅可查询您所属机构应用号创建的子机构信息,不可跨应用/跨机构查询。
|
|
433
360
|
*/
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
cb?: (error: string, rep: CheckBankCard2EVerificationResponse) => void
|
|
447
|
-
): Promise<CheckBankCard2EVerificationResponse> {
|
|
448
|
-
return this.request("CheckBankCard2EVerification", req, cb)
|
|
449
|
-
}
|
|
450
|
-
|
|
451
|
-
/**
|
|
361
|
+
async DescribeSubOrganizations(req: DescribeSubOrganizationsRequest, cb?: (error: string, rep: DescribeSubOrganizationsResponse) => void): Promise<DescribeSubOrganizationsResponse> {
|
|
362
|
+
return this.request("DescribeSubOrganizations", req, cb);
|
|
363
|
+
}
|
|
364
|
+
|
|
365
|
+
/**
|
|
366
|
+
* 该接口为第三方平台向电子签平台验证银行卡二要素
|
|
367
|
+
*/
|
|
368
|
+
async CheckBankCard2EVerification(req: CheckBankCard2EVerificationRequest, cb?: (error: string, rep: CheckBankCard2EVerificationResponse) => void): Promise<CheckBankCard2EVerificationResponse> {
|
|
369
|
+
return this.request("CheckBankCard2EVerification", req, cb);
|
|
370
|
+
}
|
|
371
|
+
|
|
372
|
+
/**
|
|
452
373
|
* 此接口(ArchiveFlow)用于流程的归档。
|
|
453
374
|
|
|
454
375
|
注意:归档后的流程不可再进行发送、签署、拒签、撤回等一系列操作。
|
|
455
376
|
*/
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
*/
|
|
476
|
-
async GenerateOrganizationSeal(
|
|
477
|
-
req: GenerateOrganizationSealRequest,
|
|
478
|
-
cb?: (error: string, rep: GenerateOrganizationSealResponse) => void
|
|
479
|
-
): Promise<GenerateOrganizationSealResponse> {
|
|
480
|
-
return this.request("GenerateOrganizationSeal", req, cb)
|
|
481
|
-
}
|
|
482
|
-
|
|
483
|
-
/**
|
|
377
|
+
async ArchiveFlow(req: ArchiveFlowRequest, cb?: (error: string, rep: ArchiveFlowResponse) => void): Promise<ArchiveFlowResponse> {
|
|
378
|
+
return this.request("ArchiveFlow", req, cb);
|
|
379
|
+
}
|
|
380
|
+
|
|
381
|
+
/**
|
|
382
|
+
* 该接口为第三方平台向电子签平台验证手机号二要素
|
|
383
|
+
*/
|
|
384
|
+
async CheckMobileAndName(req: CheckMobileAndNameRequest, cb?: (error: string, rep: CheckMobileAndNameResponse) => void): Promise<CheckMobileAndNameResponse> {
|
|
385
|
+
return this.request("CheckMobileAndName", req, cb);
|
|
386
|
+
}
|
|
387
|
+
|
|
388
|
+
/**
|
|
389
|
+
* 生成企业电子印章
|
|
390
|
+
*/
|
|
391
|
+
async GenerateOrganizationSeal(req: GenerateOrganizationSealRequest, cb?: (error: string, rep: GenerateOrganizationSealResponse) => void): Promise<GenerateOrganizationSealResponse> {
|
|
392
|
+
return this.request("GenerateOrganizationSeal", req, cb);
|
|
393
|
+
}
|
|
394
|
+
|
|
395
|
+
/**
|
|
484
396
|
* 此接口(ModifySubOrganizationInfo)用于更新子机构信息。
|
|
485
397
|
|
|
486
398
|
注:若修改子机构名称或更新机构证件照片,需要重新通过子机构实名接口(VerifySubOrganization)进行重新实名。
|
|
487
399
|
*/
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
): Promise<ModifySubOrganizationInfoResponse> {
|
|
492
|
-
return this.request("ModifySubOrganizationInfo", req, cb)
|
|
493
|
-
}
|
|
400
|
+
async ModifySubOrganizationInfo(req: ModifySubOrganizationInfoRequest, cb?: (error: string, rep: ModifySubOrganizationInfoResponse) => void): Promise<ModifySubOrganizationInfoResponse> {
|
|
401
|
+
return this.request("ModifySubOrganizationInfo", req, cb);
|
|
402
|
+
}
|
|
494
403
|
|
|
495
|
-
|
|
404
|
+
/**
|
|
496
405
|
* 第三方应用可通过此接口(CreateUserAndSeal)注册腾讯电子签实名个人用户,同时系统将为该用户自动生成一个默认电子签名图片。
|
|
497
406
|
|
|
498
407
|
注意:
|
|
499
408
|
1. 在后续的签署流程中,若未指定签署使用的印章ID,则默认调用自动生成的签名图片进行签署。
|
|
500
409
|
2. 此接口为白名单接口,如您需要使用此能力,请提前与客户经理沟通或邮件至e-contract@tencent.com与我们联系。
|
|
501
410
|
*/
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
): Promise<CreateUserAndSealResponse> {
|
|
506
|
-
return this.request("CreateUserAndSeal", req, cb)
|
|
507
|
-
}
|
|
411
|
+
async CreateUserAndSeal(req: CreateUserAndSealRequest, cb?: (error: string, rep: CreateUserAndSealResponse) => void): Promise<CreateUserAndSealResponse> {
|
|
412
|
+
return this.request("CreateUserAndSeal", req, cb);
|
|
413
|
+
}
|
|
508
414
|
|
|
509
|
-
|
|
415
|
+
/**
|
|
510
416
|
* 通过此接口(DestroyFlowFile)可删除指定流程中的合同文件。
|
|
511
417
|
|
|
512
418
|
注:调用此接口前,请确保此流程已属于归档状态。您可通过查询流程信息接口(DescribeFlow)进行查询。
|
|
513
419
|
*/
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
): Promise<DestroyFlowFileResponse> {
|
|
518
|
-
return this.request("DestroyFlowFile", req, cb)
|
|
519
|
-
}
|
|
420
|
+
async DestroyFlowFile(req: DestroyFlowFileRequest, cb?: (error: string, rep: DestroyFlowFileResponse) => void): Promise<DestroyFlowFileResponse> {
|
|
421
|
+
return this.request("DestroyFlowFile", req, cb);
|
|
422
|
+
}
|
|
520
423
|
|
|
521
|
-
|
|
424
|
+
/**
|
|
522
425
|
* 此接口(ModifySeal)用于修改指定印章ID的印章图片和名称。
|
|
523
426
|
|
|
524
427
|
注:印章类型暂不支持修改,如需调整,请联系客服经理或通过创建印章接口(CreateSeal)进行创建新印章。
|
|
525
428
|
*/
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
req:
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
async DescribeCatalogSignComponents(
|
|
567
|
-
req: DescribeCatalogSignComponentsRequest,
|
|
568
|
-
cb?: (error: string, rep: DescribeCatalogSignComponentsResponse) => void
|
|
569
|
-
): Promise<DescribeCatalogSignComponentsResponse> {
|
|
570
|
-
return this.request("DescribeCatalogSignComponents", req, cb)
|
|
571
|
-
}
|
|
572
|
-
|
|
573
|
-
/**
|
|
574
|
-
* 此接口(RejectFlow)用于用户拒绝签署合同流程。
|
|
575
|
-
*/
|
|
576
|
-
async RejectFlow(
|
|
577
|
-
req: RejectFlowRequest,
|
|
578
|
-
cb?: (error: string, rep: RejectFlowResponse) => void
|
|
579
|
-
): Promise<RejectFlowResponse> {
|
|
580
|
-
return this.request("RejectFlow", req, cb)
|
|
581
|
-
}
|
|
582
|
-
|
|
583
|
-
/**
|
|
429
|
+
async ModifySeal(req: ModifySealRequest, cb?: (error: string, rep: ModifySealResponse) => void): Promise<ModifySealResponse> {
|
|
430
|
+
return this.request("ModifySeal", req, cb);
|
|
431
|
+
}
|
|
432
|
+
|
|
433
|
+
/**
|
|
434
|
+
* 根据用户自定义id查询文件id
|
|
435
|
+
*/
|
|
436
|
+
async DescribeFileIdsByCustomIds(req: DescribeFileIdsByCustomIdsRequest, cb?: (error: string, rep: DescribeFileIdsByCustomIdsResponse) => void): Promise<DescribeFileIdsByCustomIdsResponse> {
|
|
437
|
+
return this.request("DescribeFileIdsByCustomIds", req, cb);
|
|
438
|
+
}
|
|
439
|
+
|
|
440
|
+
/**
|
|
441
|
+
* 此接口(SignFlow)可用于对流程文件进行签署。
|
|
442
|
+
*/
|
|
443
|
+
async SignFlow(req: SignFlowRequest, cb?: (error: string, rep: SignFlowResponse) => void): Promise<SignFlowResponse> {
|
|
444
|
+
return this.request("SignFlow", req, cb);
|
|
445
|
+
}
|
|
446
|
+
|
|
447
|
+
/**
|
|
448
|
+
* 该接口为第三方平台向电子签平台获取慧眼人脸核身结果
|
|
449
|
+
*/
|
|
450
|
+
async DescribeFaceIdResults(req: DescribeFaceIdResultsRequest, cb?: (error: string, rep: DescribeFaceIdResultsResponse) => void): Promise<DescribeFaceIdResultsResponse> {
|
|
451
|
+
return this.request("DescribeFaceIdResults", req, cb);
|
|
452
|
+
}
|
|
453
|
+
|
|
454
|
+
/**
|
|
455
|
+
* 第三方应用可通过此接口(DescribeCatalogSignComponents)拉取目录签署区
|
|
456
|
+
*/
|
|
457
|
+
async DescribeCatalogSignComponents(req: DescribeCatalogSignComponentsRequest, cb?: (error: string, rep: DescribeCatalogSignComponentsResponse) => void): Promise<DescribeCatalogSignComponentsResponse> {
|
|
458
|
+
return this.request("DescribeCatalogSignComponents", req, cb);
|
|
459
|
+
}
|
|
460
|
+
|
|
461
|
+
/**
|
|
462
|
+
* 此接口(RejectFlow)用于用户拒绝签署合同流程。
|
|
463
|
+
*/
|
|
464
|
+
async RejectFlow(req: RejectFlowRequest, cb?: (error: string, rep: RejectFlowResponse) => void): Promise<RejectFlowResponse> {
|
|
465
|
+
return this.request("RejectFlow", req, cb);
|
|
466
|
+
}
|
|
467
|
+
|
|
468
|
+
/**
|
|
584
469
|
* 此接口(ModifyUser)用于更新个人用户信息。
|
|
585
470
|
|
|
586
471
|
注:若修改用户姓名,需要重新通过个人用户实名接口(VerifyUser)进行重新实名。
|
|
587
472
|
*/
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
): Promise<ModifyUserResponse> {
|
|
592
|
-
return this.request("ModifyUser", req, cb)
|
|
593
|
-
}
|
|
473
|
+
async ModifyUser(req: ModifyUserRequest, cb?: (error: string, rep: ModifyUserResponse) => void): Promise<ModifyUserResponse> {
|
|
474
|
+
return this.request("ModifyUser", req, cb);
|
|
475
|
+
}
|
|
594
476
|
|
|
595
|
-
|
|
477
|
+
/**
|
|
596
478
|
* 此接口(VerifySubOrganization)用于通过子机构的实名认证。
|
|
597
479
|
|
|
598
480
|
注:此接口为白名单接口,如您需要使用此能力,请提前与客户经理沟通或邮件至e-contract@tencent.com与我们联系。
|
|
599
481
|
*/
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
): Promise<VerifySubOrganizationResponse> {
|
|
604
|
-
return this.request("VerifySubOrganization", req, cb)
|
|
605
|
-
}
|
|
482
|
+
async VerifySubOrganization(req: VerifySubOrganizationRequest, cb?: (error: string, rep: VerifySubOrganizationResponse) => void): Promise<VerifySubOrganizationResponse> {
|
|
483
|
+
return this.request("VerifySubOrganization", req, cb);
|
|
484
|
+
}
|
|
606
485
|
|
|
607
|
-
|
|
486
|
+
/**
|
|
608
487
|
* 第三方应用可通过此接口(VerifyUser)将腾讯电子签个人用户的实名认证状态设为通过。
|
|
609
488
|
|
|
610
489
|
注:此接口为白名单接口,如您需要使用此能力,请提前与客户经理沟通或邮件至e-contract@tencent.com与我们联系。
|
|
611
490
|
*/
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
req:
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
cb?: (error: string, rep:
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
* 此接口(CreateUser)用于注册腾讯电子签个人用户。
|
|
681
|
-
*/
|
|
682
|
-
async CreateUser(
|
|
683
|
-
req: CreateUserRequest,
|
|
684
|
-
cb?: (error: string, rep: CreateUserResponse) => void
|
|
685
|
-
): Promise<CreateUserResponse> {
|
|
686
|
-
return this.request("CreateUser", req, cb)
|
|
687
|
-
}
|
|
688
|
-
|
|
689
|
-
/**
|
|
690
|
-
* 此接口 (ModifyOrganizationDefaultSeal) 用于重新指定企业默认印章。
|
|
691
|
-
*/
|
|
692
|
-
async ModifyOrganizationDefaultSeal(
|
|
693
|
-
req: ModifyOrganizationDefaultSealRequest,
|
|
694
|
-
cb?: (error: string, rep: ModifyOrganizationDefaultSealResponse) => void
|
|
695
|
-
): Promise<ModifyOrganizationDefaultSealResponse> {
|
|
696
|
-
return this.request("ModifyOrganizationDefaultSeal", req, cb)
|
|
697
|
-
}
|
|
698
|
-
|
|
699
|
-
/**
|
|
700
|
-
* 此接口(DescribeSeals)用于查询指定ID的印章信息。
|
|
701
|
-
*/
|
|
702
|
-
async DescribeSeals(
|
|
703
|
-
req: DescribeSealsRequest,
|
|
704
|
-
cb?: (error: string, rep: DescribeSealsResponse) => void
|
|
705
|
-
): Promise<DescribeSealsResponse> {
|
|
706
|
-
return this.request("DescribeSeals", req, cb)
|
|
707
|
-
}
|
|
708
|
-
|
|
709
|
-
/**
|
|
491
|
+
async VerifyUser(req: VerifyUserRequest, cb?: (error: string, rep: VerifyUserResponse) => void): Promise<VerifyUserResponse> {
|
|
492
|
+
return this.request("VerifyUser", req, cb);
|
|
493
|
+
}
|
|
494
|
+
|
|
495
|
+
/**
|
|
496
|
+
* 此接口(DescribeCustomFlowIdsByFlowId)用于根据流程id反查自定义流程id
|
|
497
|
+
*/
|
|
498
|
+
async DescribeCustomFlowIdsByFlowId(req: DescribeCustomFlowIdsByFlowIdRequest, cb?: (error: string, rep: DescribeCustomFlowIdsByFlowIdResponse) => void): Promise<DescribeCustomFlowIdsByFlowIdResponse> {
|
|
499
|
+
return this.request("DescribeCustomFlowIdsByFlowId", req, cb);
|
|
500
|
+
}
|
|
501
|
+
|
|
502
|
+
/**
|
|
503
|
+
* 该接口为第三方平台向电子签平台获取慧眼人脸核身照片
|
|
504
|
+
*/
|
|
505
|
+
async DescribeFaceIdPhotos(req: DescribeFaceIdPhotosRequest, cb?: (error: string, rep: DescribeFaceIdPhotosResponse) => void): Promise<DescribeFaceIdPhotosResponse> {
|
|
506
|
+
return this.request("DescribeFaceIdPhotos", req, cb);
|
|
507
|
+
}
|
|
508
|
+
|
|
509
|
+
/**
|
|
510
|
+
* 该接口为第三方平台向电子签平台获取慧眼慧眼API签名
|
|
511
|
+
*/
|
|
512
|
+
async CreateFaceIdSign(req: CreateFaceIdSignRequest, cb?: (error: string, rep: CreateFaceIdSignResponse) => void): Promise<CreateFaceIdSignResponse> {
|
|
513
|
+
return this.request("CreateFaceIdSign", req, cb);
|
|
514
|
+
}
|
|
515
|
+
|
|
516
|
+
/**
|
|
517
|
+
* 该接口为第三方平台向电子签平台验证姓名和身份证信息
|
|
518
|
+
*/
|
|
519
|
+
async CheckIdCardVerification(req: CheckIdCardVerificationRequest, cb?: (error: string, rep: CheckIdCardVerificationResponse) => void): Promise<CheckIdCardVerificationResponse> {
|
|
520
|
+
return this.request("CheckIdCardVerification", req, cb);
|
|
521
|
+
}
|
|
522
|
+
|
|
523
|
+
/**
|
|
524
|
+
* 该接口为第三方平台向电子签平台验证银行卡三要素
|
|
525
|
+
*/
|
|
526
|
+
async CheckBankCard3EVerification(req: CheckBankCard3EVerificationRequest, cb?: (error: string, rep: CheckBankCard3EVerificationResponse) => void): Promise<CheckBankCard3EVerificationResponse> {
|
|
527
|
+
return this.request("CheckBankCard3EVerification", req, cb);
|
|
528
|
+
}
|
|
529
|
+
|
|
530
|
+
/**
|
|
531
|
+
* 此接口(SendFlow)用于指定签署者及签署内容,后续可通过生成签署接口(CreateSignUrl)获取签署url。
|
|
532
|
+
*/
|
|
533
|
+
async SendFlow(req: SendFlowRequest, cb?: (error: string, rep: SendFlowResponse) => void): Promise<SendFlowResponse> {
|
|
534
|
+
return this.request("SendFlow", req, cb);
|
|
535
|
+
}
|
|
536
|
+
|
|
537
|
+
/**
|
|
538
|
+
* 此接口(CreateUser)用于注册腾讯电子签个人用户。
|
|
539
|
+
*/
|
|
540
|
+
async CreateUser(req: CreateUserRequest, cb?: (error: string, rep: CreateUserResponse) => void): Promise<CreateUserResponse> {
|
|
541
|
+
return this.request("CreateUser", req, cb);
|
|
542
|
+
}
|
|
543
|
+
|
|
544
|
+
/**
|
|
545
|
+
* 此接口 (ModifyOrganizationDefaultSeal) 用于重新指定企业默认印章。
|
|
546
|
+
*/
|
|
547
|
+
async ModifyOrganizationDefaultSeal(req: ModifyOrganizationDefaultSealRequest, cb?: (error: string, rep: ModifyOrganizationDefaultSealResponse) => void): Promise<ModifyOrganizationDefaultSealResponse> {
|
|
548
|
+
return this.request("ModifyOrganizationDefaultSeal", req, cb);
|
|
549
|
+
}
|
|
550
|
+
|
|
551
|
+
/**
|
|
552
|
+
* 此接口(DescribeSeals)用于查询指定ID的印章信息。
|
|
553
|
+
*/
|
|
554
|
+
async DescribeSeals(req: DescribeSealsRequest, cb?: (error: string, rep: DescribeSealsResponse) => void): Promise<DescribeSealsResponse> {
|
|
555
|
+
return this.request("DescribeSeals", req, cb);
|
|
556
|
+
}
|
|
557
|
+
|
|
558
|
+
/**
|
|
710
559
|
* 该接口为第三方平台向电子签平台验证银行卡二/三/四要素
|
|
711
560
|
银行卡二要素(同CheckBankCard2EVerification): bank_card + name
|
|
712
561
|
银行卡三要素(同CheckBankCard3EVerification): bank_card + name + id_card_number
|
|
713
562
|
银行卡四要素(同CheckBankCard4EVerification): bank_card + name + id_card_number + mobile
|
|
714
563
|
*/
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
): Promise<CheckBankCardVerificationResponse> {
|
|
719
|
-
return this.request("CheckBankCardVerification", req, cb)
|
|
720
|
-
}
|
|
564
|
+
async CheckBankCardVerification(req: CheckBankCardVerificationRequest, cb?: (error: string, rep: CheckBankCardVerificationResponse) => void): Promise<CheckBankCardVerificationResponse> {
|
|
565
|
+
return this.request("CheckBankCardVerification", req, cb);
|
|
566
|
+
}
|
|
721
567
|
|
|
722
|
-
|
|
568
|
+
/**
|
|
723
569
|
* 此接口(CreateServerFlowSign)用于静默签署文件。
|
|
724
570
|
|
|
725
571
|
注:
|
|
726
572
|
1、此接口为白名单接口,调用前请提前与客服经理或邮件至e-contract@tencent.com进行联系。
|
|
727
573
|
2、仅合同发起者可使用流程静默签署能力。
|
|
728
574
|
*/
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
}
|
|
575
|
+
async CreateServerFlowSign(req: CreateServerFlowSignRequest, cb?: (error: string, rep: CreateServerFlowSignResponse) => void): Promise<CreateServerFlowSignResponse> {
|
|
576
|
+
return this.request("CreateServerFlowSign", req, cb);
|
|
577
|
+
}
|
|
578
|
+
|
|
579
|
+
|
|
735
580
|
}
|