Skip to content

Commit

Permalink
release 3.0.285
Browse files Browse the repository at this point in the history
  • Loading branch information
tencentcloudapi committed Nov 16, 2020
1 parent fd4c0dc commit fc5fac0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
}
],
"require": {
"tencentcloud/common": "3.0.284"
"tencentcloud/common": "3.0.285"
},
"autoload": {
"psr-4": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
*
* @method string getImageBase64() 获取身份证人像面的 Base64 值
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。
支持的图片大小:所下载图片经Base64编码后不超过 7M。
请使用标准的Base64编码方式(带=补位),编码规范参考RFC4648。
ImageBase64、ImageUrl二者必须提供其中之一。若都提供了,则按照ImageUrl>ImageBase64的优先级使用参数。
* @method void setImageBase64(string $ImageBase64) 设置身份证人像面的 Base64 值
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。
支持的图片大小:所下载图片经Base64编码后不超过 7M。
请使用标准的Base64编码方式(带=补位),编码规范参考RFC4648。
ImageBase64、ImageUrl二者必须提供其中之一。若都提供了,则按照ImageUrl>ImageBase64的优先级使用参数。
* @method string getImageUrl() 获取身份证人像面的 Url 地址
Expand Down Expand Up @@ -70,7 +70,7 @@ class CheckIdCardInformationRequest extends AbstractModel
/**
* @var string 身份证人像面的 Base64 值
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。
支持的图片大小:所下载图片经Base64编码后不超过 7M。
请使用标准的Base64编码方式(带=补位),编码规范参考RFC4648。
ImageBase64、ImageUrl二者必须提供其中之一。若都提供了,则按照ImageUrl>ImageBase64的优先级使用参数。
*/
Expand Down Expand Up @@ -104,7 +104,7 @@ class CheckIdCardInformationRequest extends AbstractModel
/**
* @param string $ImageBase64 身份证人像面的 Base64 值
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。
支持的图片大小:所下载图片经Base64编码后不超过 7M。
请使用标准的Base64编码方式(带=补位),编码规范参考RFC4648。
ImageBase64、ImageUrl二者必须提供其中之一。若都提供了,则按照ImageUrl>ImageBase64的优先级使用参数。
* @param string $ImageUrl 身份证人像面的 Url 地址
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
* @method void setName(string $Name) 设置姓名
* @method string getImageBase64() 获取身份证人像面的 Base64 值
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
支持的图片大小:所下载图片经Base64编码后不超过 3M。图片下载时间不超过 3 秒。请使用标准的Base64编码方式(带=补位),编码规范参考RFC4648。
支持的图片大小:所下载图片经Base64编码后不超过 3M。请使用标准的Base64编码方式(带=补位),编码规范参考RFC4648。
* @method void setImageBase64(string $ImageBase64) 设置身份证人像面的 Base64 值
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
支持的图片大小:所下载图片经Base64编码后不超过 3M。图片下载时间不超过 3 秒。请使用标准的Base64编码方式(带=补位),编码规范参考RFC4648。
支持的图片大小:所下载图片经Base64编码后不超过 3M。请使用标准的Base64编码方式(带=补位),编码规范参考RFC4648。
* @method string getImageUrl() 获取身份证人像面的 Url 地址
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
支持的图片大小:所下载图片经 Base64 编码后不超过 3M。图片下载时间不超过 3 秒。
Expand Down Expand Up @@ -59,7 +59,7 @@ class IdCardOCRVerificationRequest extends AbstractModel
/**
* @var string 身份证人像面的 Base64 值
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
支持的图片大小:所下载图片经Base64编码后不超过 3M。图片下载时间不超过 3 秒。请使用标准的Base64编码方式(带=补位),编码规范参考RFC4648。
支持的图片大小:所下载图片经Base64编码后不超过 3M。请使用标准的Base64编码方式(带=补位),编码规范参考RFC4648。
*/
public $ImageBase64;

Expand All @@ -78,7 +78,7 @@ class IdCardOCRVerificationRequest extends AbstractModel
* @param string $Name 姓名
* @param string $ImageBase64 身份证人像面的 Base64 值
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
支持的图片大小:所下载图片经Base64编码后不超过 3M。图片下载时间不超过 3 秒。请使用标准的Base64编码方式(带=补位),编码规范参考RFC4648。
支持的图片大小:所下载图片经Base64编码后不超过 3M。请使用标准的Base64编码方式(带=补位),编码规范参考RFC4648。
* @param string $ImageUrl 身份证人像面的 Url 地址
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
支持的图片大小:所下载图片经 Base64 编码后不超过 3M。图片下载时间不超过 3 秒。
Expand Down

0 comments on commit fc5fac0

Please sign in to comment.