tencentcloud-sdk-partners 3.0.1127 → 3.0.1186

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20180321/models.rb +48 -48
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d1f1245390307b285ec13157ed61f8aa978eaa58
4
- data.tar.gz: 5980b606f38f678cb68c34bf2258f0e49794e2c3
3
+ metadata.gz: 75422768ed3df4a272537c6082c2d9b9785ff6be
4
+ data.tar.gz: caf7511cbb9b22b4f260fa4849c8aaa00dc31dd3
5
5
  SHA512:
6
- metadata.gz: 787c9be4869b89119ae5c9c8c26bed81ead722c920a8108abfc8b17562f1acb2f5399f2d5c88d2e0724b902b67f7e09970bf4f2e72685a3c57fe4819a2c3f021
7
- data.tar.gz: ad6c034ba2242ac9dd2554047afe40044f374a49792e7b982886e5700f51d67c05c4e134bae994b2499d6feb092151b634c7801e5d788150d6e06937ffd98c2c
6
+ metadata.gz: 55f5199dd2e39bd85f93ee8c49a4dd23fe0e5b6deb3709d8e47531e2528b571ff8c07afb274191dcf9dd8e54653359be30c0fac75e1219027d88af8164526796
7
+ data.tar.gz: 6963d42d4abdcc87bc905216a406df776033d0f756d4c3bc992ad4bd58b414124b0d5c686ec620c38ffec67567a7ab39768f34dfca22b91822978b4c8cfc6f14
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1127
1
+ 3.0.1186
@@ -223,7 +223,7 @@ module TencentCloud
223
223
 
224
224
  # 描述代理商代付的订单信息
225
225
  class AgentDealNewElem < TencentCloud::Common::AbstractModel
226
- # @param DealId: 订单自增 ID【请勿依赖该字段作为唯一标识】
226
+ # @param DealId: ID【请勿依赖该字段作为唯一标识】
227
227
  # @type DealId: String
228
228
  # @param DealName: 订单号【订单唯一键】
229
229
  # @type DealName: String
@@ -249,7 +249,9 @@ module TencentCloud
249
249
  # @type Payer: String
250
250
  # @param DealStatus: 订单状态,中文描述
251
251
  # @type DealStatus: String
252
- # @param Status: 订单的状态(1:未支付;2:已支付;3:发货中;4:已发货;5:发货失败;6:已退款;7:已关单;8:订单过期;9:订单已失效;10:产品已失效;11:代付拒绝;12:支付中)
252
+ # @param Status: 子订单状态(1-待支付,2-已支付,3-发货中,4-已发货,5-发货失败,6-已退款,7-已取消,8-已过期,9-已失效,12-支付中,13-退款中,30-处理中)
253
+
254
+ # 控制台订单状态为大订单状态,是以上状态的聚合:未支付(1) 处理中(2,3,5,12,13,30) 已取消(7) 交易成功(4) 已过期(8) 已退款(6) 订单错误(9)
253
255
  # @type Status: String
254
256
  # @param GoodsName: 产品名称
255
257
  # @type GoodsName: String
@@ -997,27 +999,25 @@ module TencentCloud
997
999
 
998
1000
  # DescribeAgentDealsByCache请求参数结构体
999
1001
  class DescribeAgentDealsByCacheRequest < TencentCloud::Common::AbstractModel
1000
- # @param Offset: 偏移量
1002
+ # @param Offset: <p>偏移量</p>
1001
1003
  # @type Offset: Integer
1002
- # @param Limit: 限制数目 最大200
1004
+ # @param Limit: <p>限制数目 最大200</p>
1003
1005
  # @type Limit: Integer
1004
- # @param CreatTimeRangeStart: 下单时间范围起始点【*请必传并控制时间范围最大90天,避免出现超时】
1006
+ # @param CreatTimeRangeStart: <p>下单时间范围起始点【*请必传并控制时间范围最大90天,避免出现超时】</p>
1005
1007
  # @type CreatTimeRangeStart: String
1006
- # @param CreatTimeRangeEnd: 下单时间范围终止点【*请必传并控制时间范围最大90天,避免出现超时】
1008
+ # @param CreatTimeRangeEnd: <p>下单时间范围终止点【*请必传并控制时间范围最大90天,避免出现超时】</p>
1007
1009
  # @type CreatTimeRangeEnd: String
1008
- # @param Order: 0:下单时间降序;其他:下单时间升序
1010
+ # @param Order: <p>0:下单时间降序;其他:下单时间升序</p>
1009
1011
  # @type Order: Integer
1010
- # @param Status: 子订单状态(1-待支付,2-已支付,3-发货中,4-已发货,5-发货失败,6-已退款,7-已取消,8-已过期,9-已失效,12-支付中,13-退款中,30-处理中)
1011
-
1012
- # 控制台订单状态为以上状态的组合:未支付(1) 处理中(2,3,5,12,13,30) 已取消(7) 交易成功(4) 已过期(8) 已退款(6) 订单错误(9)
1012
+ # @param Status: <p>子订单状态(1-待支付,2-已支付,3-发货中,4-已发货,5-发货失败,6-已退款,7-已取消,8-已过期,9-已失效,12-支付中,13-退款中,30-处理中)</p><p>控制台订单状态为以上状态的组合:未支付(1) 处理中(2,3,5,12,13,30) 已取消(7) 交易成功(4) 已过期(8) 已退款(6) 订单错误(9)</p>
1013
1013
  # @type Status: Integer
1014
- # @param OwnerUins: 下单人账号ID列表
1014
+ # @param OwnerUins: <p>下单人账号ID列表</p>
1015
1015
  # @type OwnerUins: Array
1016
- # @param DealNames: 子订单号列表
1016
+ # @param DealNames: <p>子订单号列表</p>
1017
1017
  # @type DealNames: Array
1018
- # @param BigDealIds: 大订单号列表
1018
+ # @param BigDealIds: <p>大订单号列表</p>
1019
1019
  # @type BigDealIds: Array
1020
- # @param PayerMode: 支付方式,0:自付;1:代付
1020
+ # @param PayerMode: <p>支付方式,0:自付;1:代付</p>
1021
1021
  # @type PayerMode: Integer
1022
1022
 
1023
1023
  attr_accessor :Offset, :Limit, :CreatTimeRangeStart, :CreatTimeRangeEnd, :Order, :Status, :OwnerUins, :DealNames, :BigDealIds, :PayerMode
@@ -1051,9 +1051,9 @@ module TencentCloud
1051
1051
 
1052
1052
  # DescribeAgentDealsByCache返回参数结构体
1053
1053
  class DescribeAgentDealsByCacheResponse < TencentCloud::Common::AbstractModel
1054
- # @param AgentDealSet: 订单数组
1054
+ # @param AgentDealSet: <p>订单数组</p>
1055
1055
  # @type AgentDealSet: Array
1056
- # @param TotalCount: 符合条件的订单总数量
1056
+ # @param TotalCount: <p>符合条件的订单总数量</p>
1057
1057
  # @type TotalCount: Integer
1058
1058
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1059
1059
  # @type RequestId: String
@@ -1133,23 +1133,23 @@ module TencentCloud
1133
1133
 
1134
1134
  # DescribeAgentPayDealsV2请求参数结构体
1135
1135
  class DescribeAgentPayDealsV2Request < TencentCloud::Common::AbstractModel
1136
- # @param Offset: 偏移量
1136
+ # @param Offset: <p>偏移量</p>
1137
1137
  # @type Offset: Integer
1138
- # @param Limit: 限制数目 最大100
1138
+ # @param Limit: <p>限制数目 最大100</p>
1139
1139
  # @type Limit: Integer
1140
- # @param CreatTimeRangeStart: 下单时间范围起始点(不传时会默认查最近15天内订单,传值时需要传最近15天内的起始时间)
1140
+ # @param CreatTimeRangeStart: <p>下单时间范围起始点(不传时会默认查最近15天内订单,传值时需要传最近15天内的起始时间)</p>
1141
1141
  # @type CreatTimeRangeStart: String
1142
- # @param CreatTimeRangeEnd: 下单时间范围终止点
1142
+ # @param CreatTimeRangeEnd: <p>下单时间范围终止点</p>
1143
1143
  # @type CreatTimeRangeEnd: String
1144
- # @param Order: 0:下单时间降序;其他:下单时间升序
1144
+ # @param Order: <p>0:下单时间降序;其他:下单时间升序</p>
1145
1145
  # @type Order: Integer
1146
- # @param Status: 订单的状态(1:未支付;2:已支付;3:发货中;4:已发货;5:发货失败;6:已退款;7:已关单;8:订单过期;9:订单已失效;10:产品已失效;11:代付拒绝;12:支付中)
1146
+ # @param Status: <p>订单的状态(1:未支付;2:已支付;3:发货中;4:已发货;5:发货失败;6:已退款;7:已关单;8:订单过期;9:订单已失效;10:产品已失效;11:代付拒绝;12:支付中)</p>
1147
1147
  # @type Status: Integer
1148
- # @param OwnerUins: 下单人账号ID列表
1148
+ # @param OwnerUins: <p>下单人账号ID列表</p>
1149
1149
  # @type OwnerUins: Array
1150
- # @param DealNames: 子订单号列表
1150
+ # @param DealNames: <p>子订单号列表</p>
1151
1151
  # @type DealNames: Array
1152
- # @param BigDealIds: 大订单号列表
1152
+ # @param BigDealIds: <p>大订单号列表</p>
1153
1153
  # @type BigDealIds: Array
1154
1154
 
1155
1155
  attr_accessor :Offset, :Limit, :CreatTimeRangeStart, :CreatTimeRangeEnd, :Order, :Status, :OwnerUins, :DealNames, :BigDealIds
@@ -1181,9 +1181,9 @@ module TencentCloud
1181
1181
 
1182
1182
  # DescribeAgentPayDealsV2返回参数结构体
1183
1183
  class DescribeAgentPayDealsV2Response < TencentCloud::Common::AbstractModel
1184
- # @param AgentPayDealSet: 订单数组
1184
+ # @param AgentPayDealSet: <p>订单数组</p>
1185
1185
  # @type AgentPayDealSet: Array
1186
- # @param TotalCount: 符合条件的订单总数量
1186
+ # @param TotalCount: <p>符合条件的订单总数量</p>
1187
1187
  # @type TotalCount: Integer
1188
1188
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1189
1189
  # @type RequestId: String
@@ -1248,23 +1248,23 @@ module TencentCloud
1248
1248
 
1249
1249
  # DescribeAgentSelfPayDealsV2请求参数结构体
1250
1250
  class DescribeAgentSelfPayDealsV2Request < TencentCloud::Common::AbstractModel
1251
- # @param OwnerUin: 下单人账号ID
1251
+ # @param OwnerUin: <p>下单人账号ID</p>
1252
1252
  # @type OwnerUin: String
1253
- # @param Offset: 偏移量
1253
+ # @param Offset: <p>偏移量</p>
1254
1254
  # @type Offset: Integer
1255
- # @param Limit: 限制数目 最大100
1255
+ # @param Limit: <p>限制数目 最大100</p>
1256
1256
  # @type Limit: Integer
1257
- # @param CreatTimeRangeStart: 下单时间范围起始点(不传时会默认查最近15天内订单,传值时需要传最近15天内的起始时间)
1257
+ # @param CreatTimeRangeStart: <p>下单时间范围起始点(不传时会默认查最近15天内订单,传值时需要传最近15天内的起始时间)</p>
1258
1258
  # @type CreatTimeRangeStart: String
1259
- # @param CreatTimeRangeEnd: 下单时间范围终止点
1259
+ # @param CreatTimeRangeEnd: <p>下单时间范围终止点</p>
1260
1260
  # @type CreatTimeRangeEnd: String
1261
- # @param Order: 0:下单时间降序;其他:下单时间升序
1261
+ # @param Order: <p>0:下单时间降序;其他:下单时间升序</p>
1262
1262
  # @type Order: Integer
1263
- # @param Status: 订单的状态(1:未支付;2:已支付;3:发货中;4:已发货;5:发货失败;6:已退款;7:已关单;8:订单过期;9:订单已失效;10:产品已失效;11:代付拒绝;12:支付中)
1263
+ # @param Status: <p>订单的状态(1:未支付;2:已支付;3:发货中;4:已发货;5:发货失败;6:已退款;7:已关单;8:订单过期;9:订单已失效;10:产品已失效;11:代付拒绝;12:支付中)</p>
1264
1264
  # @type Status: Integer
1265
- # @param DealNames: 子订单号列表
1265
+ # @param DealNames: <p>子订单号列表</p>
1266
1266
  # @type DealNames: Array
1267
- # @param BigDealIds: 大订单号列表
1267
+ # @param BigDealIds: <p>大订单号列表</p>
1268
1268
  # @type BigDealIds: Array
1269
1269
 
1270
1270
  attr_accessor :OwnerUin, :Offset, :Limit, :CreatTimeRangeStart, :CreatTimeRangeEnd, :Order, :Status, :DealNames, :BigDealIds
@@ -1296,9 +1296,9 @@ module TencentCloud
1296
1296
 
1297
1297
  # DescribeAgentSelfPayDealsV2返回参数结构体
1298
1298
  class DescribeAgentSelfPayDealsV2Response < TencentCloud::Common::AbstractModel
1299
- # @param AgentPayDealSet: 订单数组
1299
+ # @param AgentPayDealSet: <p>订单数组</p>
1300
1300
  # @type AgentPayDealSet: Array
1301
- # @param TotalCount: 符合条件的订单总数量
1301
+ # @param TotalCount: <p>符合条件的订单总数量</p>
1302
1302
  # @type TotalCount: Integer
1303
1303
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1304
1304
  # @type RequestId: String
@@ -1466,11 +1466,11 @@ module TencentCloud
1466
1466
 
1467
1467
  # DescribeRebateInfosNew请求参数结构体
1468
1468
  class DescribeRebateInfosNewRequest < TencentCloud::Common::AbstractModel
1469
- # @param RebateMonth: 返佣月份,如2018-02
1469
+ # @param RebateMonth: <p>返佣月份,如2018-02</p>
1470
1470
  # @type RebateMonth: String
1471
- # @param Offset: 偏移量
1471
+ # @param Offset: <p>偏移量</p>
1472
1472
  # @type Offset: Integer
1473
- # @param Limit: 限制数目
1473
+ # @param Limit: <p>限制数目</p>
1474
1474
  # @type Limit: Integer
1475
1475
 
1476
1476
  attr_accessor :RebateMonth, :Offset, :Limit
@@ -1490,9 +1490,9 @@ module TencentCloud
1490
1490
 
1491
1491
  # DescribeRebateInfosNew返回参数结构体
1492
1492
  class DescribeRebateInfosNewResponse < TencentCloud::Common::AbstractModel
1493
- # @param RebateInfoSet: 返佣信息列表
1493
+ # @param RebateInfoSet: <p>返佣信息列表</p>
1494
1494
  # @type RebateInfoSet: Array
1495
- # @param TotalCount: 符合查询条件返佣信息数目
1495
+ # @param TotalCount: <p>符合查询条件返佣信息数目</p>
1496
1496
  # @type TotalCount: Integer
1497
1497
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1498
1498
  # @type RequestId: String
@@ -1521,11 +1521,11 @@ module TencentCloud
1521
1521
 
1522
1522
  # DescribeRebateInfos请求参数结构体
1523
1523
  class DescribeRebateInfosRequest < TencentCloud::Common::AbstractModel
1524
- # @param RebateMonth: 返佣月份,如2018-02
1524
+ # @param RebateMonth: <p>返佣月份,如2018-02</p>
1525
1525
  # @type RebateMonth: String
1526
- # @param Offset: 偏移量
1526
+ # @param Offset: <p>偏移量</p>
1527
1527
  # @type Offset: Integer
1528
- # @param Limit: 限制数目
1528
+ # @param Limit: <p>限制数目</p>
1529
1529
  # @type Limit: Integer
1530
1530
 
1531
1531
  attr_accessor :RebateMonth, :Offset, :Limit
@@ -1545,9 +1545,9 @@ module TencentCloud
1545
1545
 
1546
1546
  # DescribeRebateInfos返回参数结构体
1547
1547
  class DescribeRebateInfosResponse < TencentCloud::Common::AbstractModel
1548
- # @param RebateInfoSet: 返佣信息列表
1548
+ # @param RebateInfoSet: <p>返佣信息列表</p>
1549
1549
  # @type RebateInfoSet: Array
1550
- # @param TotalCount: 符合查询条件返佣信息数目
1550
+ # @param TotalCount: <p>符合查询条件返佣信息数目</p>
1551
1551
  # @type TotalCount: Integer
1552
1552
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1553
1553
  # @type RequestId: String
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: 3.0.1127
4
+ version: 3.0.1186
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-08-22 00:00:00.000000000 Z
11
+ date: 2025-12-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common