tencentcloud-sdk-nodejs-ess 4.1.267 → 4.1.268
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
|
@@ -7568,6 +7568,10 @@ export interface CreateOrganizationAuthUrlRequest {
|
|
|
7568
7568
|
* <p>企业认证页面隐藏上传营业执照<br><img src="https://qcloudimg.tencent-cloud.cn/raw/cf827ce0e2043d8cc85e0735c9cfa3fc.png" alt="image"><br><img src="https://qcloudimg.tencent-cloud.cn/raw/f908cabe71238c78ee8fafc70888a344.png" alt="image"></p>
|
|
7569
7569
|
*/
|
|
7570
7570
|
HideBizLicense?: boolean;
|
|
7571
|
+
/**
|
|
7572
|
+
* <p>对方打开链接认证时,公司地址是否要与接口传递上来的保持一致。</p><ul><li><b>false(默认值)</b>:关闭状态,实际认证时允许与接口传递的信息存在不一致。</li><li><b>true</b>:启用状态,实际认证时必须与接口传递的信息完全相符。</li></ul><p></p><p>p.s. 仅在公司地址(OrganizationAddress)不为空时有效</p>
|
|
7573
|
+
*/
|
|
7574
|
+
AddressSame?: boolean;
|
|
7571
7575
|
}
|
|
7572
7576
|
/**
|
|
7573
7577
|
* CreateIntegrationRole请求参数结构体
|