Class: TencentCloud::Captcha::V20190722::DescribeCaptchaMiniResultResponse

Inherits:
TencentCloud::Common::AbstractModel
  • Object
show all
Defined in:
lib/v20190722/models.rb

Overview

DescribeCaptchaMiniResult返回参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(captchacode = nil, captchamsg = nil, requestid = nil) ⇒ DescribeCaptchaMiniResultResponse



844
845
846
847
848
# File 'lib/v20190722/models.rb', line 844

def initialize(captchacode=nil, captchamsg=nil, requestid=nil)
  @CaptchaCode = captchacode
  @CaptchaMsg = captchamsg
  @RequestId = requestid
end

Instance Attribute Details

#CaptchaCodeObject

7 CaptchaAppId does not match 票据与验证码应用APPID不匹配 8 ticket expired 票据超时 10 ticket format error 票据格式不正确 15 ticket decryption failed 票据解密失败 16 CaptchaAppId wrong format 检查验证码应用APPID错误 21 (1)ticket error 票据验证错误 (2)diff 一般是由于用户网络较差,导致前端自动容灾,而生成了容灾票据,业务侧可根据需要进行跳过或二次处理 25 invalid ticket 无效票据 26 system internal error 系统内部错误 31 UnauthorizedOperation.Unauthorized 无有效套餐包/账户已欠费 100 param err 参数校验错误



842
843
844
# File 'lib/v20190722/models.rb', line 842

def CaptchaCode
  @CaptchaCode
end

#CaptchaMsgObject

7 CaptchaAppId does not match 票据与验证码应用APPID不匹配 8 ticket expired 票据超时 10 ticket format error 票据格式不正确 15 ticket decryption failed 票据解密失败 16 CaptchaAppId wrong format 检查验证码应用APPID错误 21 (1)ticket error 票据验证错误 (2)diff 一般是由于用户网络较差,导致前端自动容灾,而生成了容灾票据,业务侧可根据需要进行跳过或二次处理 25 invalid ticket 无效票据 26 system internal error 系统内部错误 31 UnauthorizedOperation.Unauthorized 无有效套餐包/账户已欠费 100 param err 参数校验错误



842
843
844
# File 'lib/v20190722/models.rb', line 842

def CaptchaMsg
  @CaptchaMsg
end

#RequestIdObject

7 CaptchaAppId does not match 票据与验证码应用APPID不匹配 8 ticket expired 票据超时 10 ticket format error 票据格式不正确 15 ticket decryption failed 票据解密失败 16 CaptchaAppId wrong format 检查验证码应用APPID错误 21 (1)ticket error 票据验证错误 (2)diff 一般是由于用户网络较差,导致前端自动容灾,而生成了容灾票据,业务侧可根据需要进行跳过或二次处理 25 invalid ticket 无效票据 26 system internal error 系统内部错误 31 UnauthorizedOperation.Unauthorized 无有效套餐包/账户已欠费 100 param err 参数校验错误



842
843
844
# File 'lib/v20190722/models.rb', line 842

def RequestId
  @RequestId
end

Instance Method Details

#deserialize(params) ⇒ Object



850
851
852
853
854
# File 'lib/v20190722/models.rb', line 850

def deserialize(params)
  @CaptchaCode = params['CaptchaCode']
  @CaptchaMsg = params['CaptchaMsg']
  @RequestId = params['RequestId']
end