tencentcloud-sdk-nodejs-essbasic 4.1.154 → 4.1.156
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -4315,6 +4315,10 @@ export interface CreateEmployeeQualificationSealQrCodeRequest {
|
|
|
4315
4315
|

|
|
4316
4316
|
*/
|
|
4317
4317
|
HintText?: string;
|
|
4318
|
+
/**
|
|
4319
|
+
* 调用方自定义的个性化字段(可自定义此名称),并以base64方式编码,支持的最大数据大小为 2000长度。在执业章授权完成后的回调场景,该字段的信息将原封不动地透传给贵方。回调的相关说明可参考开发者中心的<a href="https://qian.tencent.com/developers/partner/callback_types_seals#%E5%9B%9B-%E5%91%98%E5%B7%A5%E6%89%A7%E4%B8%9A%E7%AB%A0%E5%9B%9E%E8%B0%83%E9%80%9A%E7%9F%A5">回调通知</a>模块。
|
|
4320
|
+
*/
|
|
4321
|
+
UserData?: string;
|
|
4318
4322
|
}
|
|
4319
4323
|
/**
|
|
4320
4324
|
* 动态签署2.0合同参与人信息
|