tencentcloud-sdk-partners 1.0.288 → 1.0.289

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: b14527c129b6080755124961ff6091e43d6fde6e
4
- data.tar.gz: e0b4c541352e4c4c0305ffc562a7c6b0a942de34
3
+ metadata.gz: d67c43d7c3076131ddf3cc8937e13e0b464af7e2
4
+ data.tar.gz: 724933e75ee44060b1c164d217ce02af21784d91
5
5
  SHA512:
6
- metadata.gz: f211b335dc3f257455f5ca85d2adc9b1f637d78419711d251785454fbab78ffda6a41d5d06f6501ba1f5e92490cb8c0ad3b4bc87977d039f924157e229bd07ae
7
- data.tar.gz: 06c3b8676f6d3dfb06f2434e996a7ef1ef596604422315535f4bfedd62b87700c54d6236a5e935a3aca886b4f09a0e2671f7abd5c537ff6639532ef3769c269b
6
+ metadata.gz: 65bd8545f51277a0da7f54d68f163e520ff93ea9438a880d3e89662a5f763d7f697a665ef216c9dd0fb6298a8ac690b7b4c2c9dbc47b97b2cda6848a5f373955
7
+ data.tar.gz: dd2b9322275381596a82ba4a026d2d8c5aef5cd7861cc2f14a951120507c8cf762ffa0a83dd6cea0aee2aa8d68fd3dff3ff06a9802cfe62b0f06166a9b0abf88
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.288
1
+ 1.0.289
@@ -221,7 +221,7 @@ module TencentCloud
221
221
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
222
222
  end
223
223
 
224
- # 供超大型代理商(代客数量>=3000 )拉取缓存的全量客户订单。
224
+ # 供代理商拉取缓存的全量客户订单
225
225
 
226
226
  # @param request: Request instance for DescribeAgentDealsByCache.
227
227
  # @type request: :class:`Tencentcloud::partners::V20180321::DescribeAgentDealsByCacheRequest`
@@ -245,7 +245,7 @@ module TencentCloud
245
245
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
246
246
  end
247
247
 
248
- # 【该接口将逐步下线,请切换使用升级版本DescribeAgentDealsByCache】供超大型代理商(代客数量>=3000 )拉取缓存的全量客户订单。
248
+ # 【该接口将逐步下线,请切换使用升级版本DescribeAgentDealsByCache】代理商拉取缓存的全量客户订单
249
249
 
250
250
  # @param request: Request instance for DescribeAgentDealsCache.
251
251
  # @type request: :class:`Tencentcloud::partners::V20180321::DescribeAgentDealsCacheRequest`
@@ -341,7 +341,7 @@ module TencentCloud
341
341
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
342
342
  end
343
343
 
344
- # 可以查询代理商下指定客户的自付订单
344
+ # 查询代理商名下指定代客的自付订单
345
345
 
346
346
  # @param request: Request instance for DescribeAgentSelfPayDealsV2.
347
347
  # @type request: :class:`Tencentcloud::partners::V20180321::DescribeAgentSelfPayDealsV2Request`
@@ -1075,14 +1075,16 @@ module TencentCloud
1075
1075
  # @type Status: Integer
1076
1076
  # @param OwnerUins: 下单人账号ID列表
1077
1077
  # @type OwnerUins: Array
1078
- # @param DealNames: 订单号列表
1078
+ # @param DealNames: 子订单号列表
1079
1079
  # @type DealNames: Array
1080
+ # @param BigDealIds: 大订单号列表
1081
+ # @type BigDealIds: Array
1080
1082
  # @param PayerMode: 支付方式,0:自付;1:代付
1081
1083
  # @type PayerMode: Integer
1082
1084
 
1083
- attr_accessor :Offset, :Limit, :CreatTimeRangeStart, :CreatTimeRangeEnd, :Order, :Status, :OwnerUins, :DealNames, :PayerMode
1085
+ attr_accessor :Offset, :Limit, :CreatTimeRangeStart, :CreatTimeRangeEnd, :Order, :Status, :OwnerUins, :DealNames, :BigDealIds, :PayerMode
1084
1086
 
1085
- def initialize(offset=nil, limit=nil, creattimerangestart=nil, creattimerangeend=nil, order=nil, status=nil, owneruins=nil, dealnames=nil, payermode=nil)
1087
+ def initialize(offset=nil, limit=nil, creattimerangestart=nil, creattimerangeend=nil, order=nil, status=nil, owneruins=nil, dealnames=nil, bigdealids=nil, payermode=nil)
1086
1088
  @Offset = offset
1087
1089
  @Limit = limit
1088
1090
  @CreatTimeRangeStart = creattimerangestart
@@ -1091,6 +1093,7 @@ module TencentCloud
1091
1093
  @Status = status
1092
1094
  @OwnerUins = owneruins
1093
1095
  @DealNames = dealnames
1096
+ @BigDealIds = bigdealids
1094
1097
  @PayerMode = payermode
1095
1098
  end
1096
1099
 
@@ -1103,6 +1106,7 @@ module TencentCloud
1103
1106
  @Status = params['Status']
1104
1107
  @OwnerUins = params['OwnerUins']
1105
1108
  @DealNames = params['DealNames']
1109
+ @BigDealIds = params['BigDealIds']
1106
1110
  @PayerMode = params['PayerMode']
1107
1111
  end
1108
1112
  end
@@ -1308,12 +1312,14 @@ module TencentCloud
1308
1312
  # @type Status: Integer
1309
1313
  # @param OwnerUins: 下单人账号ID列表
1310
1314
  # @type OwnerUins: Array
1311
- # @param DealNames: 订单号列表
1315
+ # @param DealNames: 子订单号列表
1312
1316
  # @type DealNames: Array
1317
+ # @param BigDealIds: 大订单号列表
1318
+ # @type BigDealIds: Array
1313
1319
 
1314
- attr_accessor :Offset, :Limit, :CreatTimeRangeStart, :CreatTimeRangeEnd, :Order, :Status, :OwnerUins, :DealNames
1320
+ attr_accessor :Offset, :Limit, :CreatTimeRangeStart, :CreatTimeRangeEnd, :Order, :Status, :OwnerUins, :DealNames, :BigDealIds
1315
1321
 
1316
- def initialize(offset=nil, limit=nil, creattimerangestart=nil, creattimerangeend=nil, order=nil, status=nil, owneruins=nil, dealnames=nil)
1322
+ def initialize(offset=nil, limit=nil, creattimerangestart=nil, creattimerangeend=nil, order=nil, status=nil, owneruins=nil, dealnames=nil, bigdealids=nil)
1317
1323
  @Offset = offset
1318
1324
  @Limit = limit
1319
1325
  @CreatTimeRangeStart = creattimerangestart
@@ -1322,6 +1328,7 @@ module TencentCloud
1322
1328
  @Status = status
1323
1329
  @OwnerUins = owneruins
1324
1330
  @DealNames = dealnames
1331
+ @BigDealIds = bigdealids
1325
1332
  end
1326
1333
 
1327
1334
  def deserialize(params)
@@ -1333,6 +1340,7 @@ module TencentCloud
1333
1340
  @Status = params['Status']
1334
1341
  @OwnerUins = params['OwnerUins']
1335
1342
  @DealNames = params['DealNames']
1343
+ @BigDealIds = params['BigDealIds']
1336
1344
  end
1337
1345
  end
1338
1346
 
@@ -1458,12 +1466,14 @@ module TencentCloud
1458
1466
  # @type Order: Integer
1459
1467
  # @param Status: 订单的状态(1:未支付;2:已支付;3:发货中;4:已发货;5:发货失败;6:已退款;7:已关单;8:订单过期;9:订单已失效;10:产品已失效;11:代付拒绝;12:支付中)
1460
1468
  # @type Status: Integer
1461
- # @param DealNames: 订单号列表
1469
+ # @param DealNames: 子订单号列表
1462
1470
  # @type DealNames: Array
1471
+ # @param BigDealIds: 大订单号列表
1472
+ # @type BigDealIds: Array
1463
1473
 
1464
- attr_accessor :OwnerUin, :Offset, :Limit, :CreatTimeRangeStart, :CreatTimeRangeEnd, :Order, :Status, :DealNames
1474
+ attr_accessor :OwnerUin, :Offset, :Limit, :CreatTimeRangeStart, :CreatTimeRangeEnd, :Order, :Status, :DealNames, :BigDealIds
1465
1475
 
1466
- def initialize(owneruin=nil, offset=nil, limit=nil, creattimerangestart=nil, creattimerangeend=nil, order=nil, status=nil, dealnames=nil)
1476
+ def initialize(owneruin=nil, offset=nil, limit=nil, creattimerangestart=nil, creattimerangeend=nil, order=nil, status=nil, dealnames=nil, bigdealids=nil)
1467
1477
  @OwnerUin = owneruin
1468
1478
  @Offset = offset
1469
1479
  @Limit = limit
@@ -1472,6 +1482,7 @@ module TencentCloud
1472
1482
  @Order = order
1473
1483
  @Status = status
1474
1484
  @DealNames = dealnames
1485
+ @BigDealIds = bigdealids
1475
1486
  end
1476
1487
 
1477
1488
  def deserialize(params)
@@ -1483,6 +1494,7 @@ module TencentCloud
1483
1494
  @Order = params['Order']
1484
1495
  @Status = params['Status']
1485
1496
  @DealNames = params['DealNames']
1497
+ @BigDealIds = params['BigDealIds']
1486
1498
  end
1487
1499
  end
1488
1500
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-partners
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.288
4
+ version: 1.0.289
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-03-29 00:00:00.000000000 Z
11
+ date: 2022-03-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common