tencentcloud-sdk-nodejs-essbasic 4.1.116 → 4.1.118
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
|
@@ -1012,7 +1012,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1012
1012
|
* 本接口(CreateModifyAdminAuthorizationUrl)用于重新上传超管授权书。
|
|
1013
1013
|
|
|
1014
1014
|
注意:
|
|
1015
|
-
1. 重新上传超管授权书,必须是审核失败的情况下才能重新上传,可以通过回调[
|
|
1015
|
+
1. 重新上传超管授权书,必须是审核失败的情况下才能重新上传,可以通过回调[!授权书失效回调](https://qian.tencent.com/developers/partner/callback_types_staffs#%E5%9B%9B-%E6%8E%88%E6%9D%83%E4%B9%A6%E5%AE%A1%E6%A0%B8%E7%BB%93%E6%9E%9C%E5%9B%9E%E8%B0%83)得到
|
|
1016
1016
|
*/
|
|
1017
1017
|
CreateModifyAdminAuthorizationUrl(req: CreateModifyAdminAuthorizationUrlRequest, cb?: (error: string, rep: CreateModifyAdminAuthorizationUrlResponse) => void): Promise<CreateModifyAdminAuthorizationUrlResponse>;
|
|
1018
1018
|
/**
|
|
@@ -1166,7 +1166,7 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1166
1166
|
* 本接口(CreateModifyAdminAuthorizationUrl)用于重新上传超管授权书。
|
|
1167
1167
|
|
|
1168
1168
|
注意:
|
|
1169
|
-
1. 重新上传超管授权书,必须是审核失败的情况下才能重新上传,可以通过回调[
|
|
1169
|
+
1. 重新上传超管授权书,必须是审核失败的情况下才能重新上传,可以通过回调[!授权书失效回调](https://qian.tencent.com/developers/partner/callback_types_staffs#%E5%9B%9B-%E6%8E%88%E6%9D%83%E4%B9%A6%E5%AE%A1%E6%A0%B8%E7%BB%93%E6%9E%9C%E5%9B%9E%E8%B0%83)得到
|
|
1170
1170
|
*/
|
|
1171
1171
|
async CreateModifyAdminAuthorizationUrl(req, cb) {
|
|
1172
1172
|
return this.request("CreateModifyAdminAuthorizationUrl", req, cb);
|