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