tencentcloud-sdk-nodejs-ess 4.1.270 → 4.1.271
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
|
@@ -4738,18 +4738,11 @@ export interface CreateIntegrationDepartmentResponse {
|
|
|
4738
4738
|
*/
|
|
4739
4739
|
export interface JumpEvent {
|
|
4740
4740
|
/**
|
|
4741
|
-
*
|
|
4742
|
-
* 1 - 企业收录。
|
|
4743
|
-
* 2 - 超管授权书审核。
|
|
4744
|
-
* 3 - 认证完成。
|
|
4741
|
+
* <p>跳转事件枚举</p><p>枚举值:</p><ul><li>1: 企业收录</li><li>2: 超管授权书审核</li><li>3: 企业认证完成</li></ul>
|
|
4745
4742
|
*/
|
|
4746
4743
|
JumpEventType?: number;
|
|
4747
4744
|
/**
|
|
4748
|
-
*
|
|
4749
|
-
Endpoint如果是APP 类型,请传递<font color="red">"true"</font>
|
|
4750
|
-
如果 Endpoint 是 H5 类型,请参考文档[跳转电子签H5](https://qian.tencent.com/developers/company/openqianh5/)
|
|
4751
|
-
|
|
4752
|
-
p.s. 如果Endpoint是 APP,传递的跳转地址无效,不会进行跳转,仅会进行回跳。
|
|
4745
|
+
* <p>为认证成功后页面进行回跳的URL,请确保回跳地址的可用性。<br>Endpoint如果是APP 类型,请传递<font color="red">"true"</font><br>如果 Endpoint 是 H5 类型,请参考文档<a href="https://qian.tencent.com/developers/company/openqianh5/">跳转电子签H5</a></p><p>p.s. 如果Endpoint是 APP,传递的跳转地址无效,不会进行跳转,仅会进行回跳。</p>
|
|
4753
4746
|
*/
|
|
4754
4747
|
JumpUrl?: string;
|
|
4755
4748
|
}
|