tencentcloud-sdk-nodejs-essbasic 4.1.270 → 4.1.272
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
|
@@ -3463,17 +3463,11 @@ export interface OrganizationCommonInfo {
|
|
|
3463
3463
|
*/
|
|
3464
3464
|
export interface JumpEvent {
|
|
3465
3465
|
/**
|
|
3466
|
-
*
|
|
3467
|
-
* 1 - 企业收录。
|
|
3468
|
-
* 2 - 超管授权书审核。
|
|
3469
|
-
* 3 - 认证完成。
|
|
3466
|
+
* <p>跳转事件枚举</p><p>枚举值:</p><ul><li>1: 企业收录</li><li>2: 超管授权书审核</li><li>3: 企业认证完成</li><li>4: 员工加入完成</li></ul>
|
|
3470
3467
|
*/
|
|
3471
3468
|
JumpEventType?: number;
|
|
3472
3469
|
/**
|
|
3473
|
-
*
|
|
3474
|
-
Endpoint如果是APP 类型,请传递<font color="red">"true"</font>
|
|
3475
|
-
如果 Endpoint 是 H5 类型,请参考文档[跳转电子签H5](https://qian.tencent.com/developers/partner/openqianh5)
|
|
3476
|
-
p.s. 如果Endpoint是 APP,传递的跳转地址无效,不会进行跳转,仅会进行回跳。
|
|
3470
|
+
* <p>为认证成功后页面进行回跳的URL,请确保回跳地址的可用性。<br>Endpoint如果是APP 类型,请传递<font color="red">"true"</font><br>如果 Endpoint 是 H5 类型,请参考文档<a href="https://qian.tencent.com/developers/partner/openqianh5">跳转电子签H5</a><br>p.s. 如果Endpoint是 APP,传递的跳转地址无效,不会进行跳转,仅会进行回跳。</p>
|
|
3477
3471
|
*/
|
|
3478
3472
|
JumpUrl?: string;
|
|
3479
3473
|
}
|
|
@@ -5302,9 +5296,13 @@ export interface OrganizationAuthorizationOptions {
|
|
|
5302
5296
|
*/
|
|
5303
5297
|
BankAccountNumberSame?: boolean;
|
|
5304
5298
|
/**
|
|
5305
|
-
* <p
|
|
5299
|
+
* <p>对方打开链接认证时,公司地址是否要与接口传递上来的保持一致。</p><ul><li><b>false(默认值)</b>:关闭状态,实际认证时允许与接口传递的信息存在不一致。</li><li><b>true</b>:启用状态,实际认证时会回显接口传递的值,且不可更改</li></ul>p.s. 仅在公司地址(ProxyAddress)不为空时有效如下图所示:<img src="https://qcloudimg.tencent-cloud.cn/raw/4aa67a434cdf522c04e32f2e1de0382b.png" alt="示例"><p></p>
|
|
5306
5300
|
*/
|
|
5307
5301
|
AddressSame?: boolean;
|
|
5302
|
+
/**
|
|
5303
|
+
* <p>对方打开链接认证时,公司营业执照是否要与接口传递上来的保持一致。</p><ul><li><b>false(默认值)</b>:关闭状态,实际认证时允许与接口传递的信息存在不一致,用户可以进行修改</li><li><b>true</b>:启用状态,实际认证时回填的信息就是用户传递的值,并且不能修改</li></ul><p></p><p>p.s. 仅在公司营业执照(BusinessLicense)不为空时有效</p>如下图<img src="https://qcloudimg.tencent-cloud.cn/raw/7159637d5a8ac3d92b35813b1fc9660a.png" alt="示例">
|
|
5304
|
+
*/
|
|
5305
|
+
BizLicenseSame?: boolean;
|
|
5308
5306
|
}
|
|
5309
5307
|
/**
|
|
5310
5308
|
* 签署二维码的基本信息,用于创建二维码,用户可扫描该二维码进行签署操作。
|