lib/v20210526/client.rb in tencentcloud-sdk-essbasic-3.0.428 vs lib/v20210526/client.rb in tencentcloud-sdk-essbasic-3.0.429

- old
+ new

@@ -302,33 +302,9 @@ raise e rescue StandardError => e raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect) end - # 创建出证报告,返回报告 URL。此接口暂未开放,有问题请联系运营人员。 - - # @param request: Request instance for CreateChannelFlowEvidenceReport. - # @type request: :class:`Tencentcloud::essbasic::V20210526::CreateChannelFlowEvidenceReportRequest` - # @rtype: :class:`Tencentcloud::essbasic::V20210526::CreateChannelFlowEvidenceReportResponse` - def CreateChannelFlowEvidenceReport(request) - body = send_request('CreateChannelFlowEvidenceReport', request.serialize) - response = JSON.parse(body) - if response['Response'].key?('Error') == false - model = CreateChannelFlowEvidenceReportResponse.new - model.deserialize(response['Response']) - model - else - code = response['Response']['Error']['Code'] - message = response['Response']['Error']['Message'] - reqid = response['Response']['RequestId'] - raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid) - end - rescue TencentCloud::Common::TencentCloudSDKException => e - raise e - rescue StandardError => e - raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect) - end - # 此接口(CreateConsoleLoginUrl)用于创建渠道子客企业控制台Web端登录链接。Web端登录链接是子客控制台的唯一入口。 # 若子客企业未激活,会进入企业激活流程,首次参与激活流程的经办人会成为超管。(若企业激活过程中填写信息有误,需要重置激活流程,可以换一个经办人OpenId获取新的链接进入。) # 若子客企业已激活,使用了新的经办人OpenId进入,则会进入经办人的实名流程。 # 若子客企业、经办人均已完成认证,则会直接进入子客Web控制台。 \ No newline at end of file