tencentcloud-sdk-nodejs-ess 4.1.249 → 4.1.250
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
|
@@ -7817,6 +7817,10 @@ export interface CreateOrganizationAuthUrlRequest {
|
|
|
7817
7817
|
* <p>指定企业认证的授权方式 支持多选:</p><ul><li><strong>1</strong>: 上传营业执照</li><li><strong>2</strong>: 腾讯云快速认证</li><li><strong>3</strong>: 腾讯商户号授权<font color="red">(仅支持小程序端)</font></li></ul><p>注意:<br>1.如果没有指定,则默认是1,仅有上传营业执照。<br>2.H5 仅支持上传营业执照。</p>
|
|
7818
7818
|
*/
|
|
7819
7819
|
AuthorizationMethod?: Array<number | bigint>;
|
|
7820
|
+
/**
|
|
7821
|
+
* <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>
|
|
7822
|
+
*/
|
|
7823
|
+
HideBizLicense?: boolean;
|
|
7820
7824
|
}
|
|
7821
7825
|
/**
|
|
7822
7826
|
* CreateIntegrationRole请求参数结构体
|