tencentcloud-sdk-trp 3.0.548 → 3.0.549

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e9c4e45c118edbb1d206d9bd1723849598379d0b
4
- data.tar.gz: 19d2e41dce2a63487214285695bca018e100e47e
3
+ metadata.gz: ef0ea867e5ba6f9cc04a21e359511fc2a5145a2e
4
+ data.tar.gz: 715c59ece3e0c3350f6e742e305ee05a9d3a960f
5
5
  SHA512:
6
- metadata.gz: 1babdc78c306c0da4502024a62734cfb08bba27c5776a6586cc3f925787282c9e3ad6f3492f52634ffa2d29af61587e9e129acfda8976c57232ec65894a1e191
7
- data.tar.gz: 346d97c9f47e3690754d5231efded787e4d86afe3843b56df165d11a05c3bee8155335e8debddd9bf8cc76a781bf0b892055b8cf025a243c425b4d94383456d1
6
+ metadata.gz: 8fe933d29968426ab2cbd4763f325d6535f93d71d65ba1cec58fd06d6fc91ac0357362617e2988d62fa9a1c6b6704ea1db81f2fb0578107db1fab6f4e89bc6de
7
+ data.tar.gz: e95c287660783404a2f9eacd81c4f4a197c76ab06e9bd940eb3bd1f3c576fbb215ab63d8bd9a69f3b004decc4d8592a9d22579502d8e571d00f5ff9f1328eb29
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.548
1
+ 3.0.549
@@ -2117,16 +2117,19 @@ module TencentCloud
2117
2117
  # @type ProductId: String
2118
2118
  # @param BatchId: 批次ID
2119
2119
  # @type BatchId: String
2120
+ # @param Code: 安心码
2121
+ # @type Code: String
2120
2122
 
2121
- attr_accessor :CorpId, :PageSize, :PageNumber, :MerchantId, :ProductId, :BatchId
2123
+ attr_accessor :CorpId, :PageSize, :PageNumber, :MerchantId, :ProductId, :BatchId, :Code
2122
2124
 
2123
- def initialize(corpid=nil, pagesize=nil, pagenumber=nil, merchantid=nil, productid=nil, batchid=nil)
2125
+ def initialize(corpid=nil, pagesize=nil, pagenumber=nil, merchantid=nil, productid=nil, batchid=nil, code=nil)
2124
2126
  @CorpId = corpid
2125
2127
  @PageSize = pagesize
2126
2128
  @PageNumber = pagenumber
2127
2129
  @MerchantId = merchantid
2128
2130
  @ProductId = productid
2129
2131
  @BatchId = batchid
2132
+ @Code = code
2130
2133
  end
2131
2134
 
2132
2135
  def deserialize(params)
@@ -2136,6 +2139,7 @@ module TencentCloud
2136
2139
  @MerchantId = params['MerchantId']
2137
2140
  @ProductId = params['ProductId']
2138
2141
  @BatchId = params['BatchId']
2142
+ @Code = params['Code']
2139
2143
  end
2140
2144
  end
2141
2145
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-trp
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.548
4
+ version: 3.0.549
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-04-11 00:00:00.000000000 Z
11
+ date: 2023-04-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common