tencentcloud-sdk-partners 3.0.1128 → 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.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180321/models.rb +44 -46
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 75422768ed3df4a272537c6082c2d9b9785ff6be
|
|
4
|
+
data.tar.gz: caf7511cbb9b22b4f260fa4849c8aaa00dc31dd3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 55f5199dd2e39bd85f93ee8c49a4dd23fe0e5b6deb3709d8e47531e2528b571ff8c07afb274191dcf9dd8e54653359be30c0fac75e1219027d88af8164526796
|
|
7
|
+
data.tar.gz: 6963d42d4abdcc87bc905216a406df776033d0f756d4c3bc992ad4bd58b414124b0d5c686ec620c38ffec67567a7ab39768f34dfca22b91822978b4c8cfc6f14
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.1186
|
data/lib/v20180321/models.rb
CHANGED
|
@@ -999,27 +999,25 @@ module TencentCloud
|
|
|
999
999
|
|
|
1000
1000
|
# DescribeAgentDealsByCache请求参数结构体
|
|
1001
1001
|
class DescribeAgentDealsByCacheRequest < TencentCloud::Common::AbstractModel
|
|
1002
|
-
# @param Offset:
|
|
1002
|
+
# @param Offset: <p>偏移量</p>
|
|
1003
1003
|
# @type Offset: Integer
|
|
1004
|
-
# @param Limit:
|
|
1004
|
+
# @param Limit: <p>限制数目 最大200</p>
|
|
1005
1005
|
# @type Limit: Integer
|
|
1006
|
-
# @param CreatTimeRangeStart:
|
|
1006
|
+
# @param CreatTimeRangeStart: <p>下单时间范围起始点【*请必传并控制时间范围最大90天,避免出现超时】</p>
|
|
1007
1007
|
# @type CreatTimeRangeStart: String
|
|
1008
|
-
# @param CreatTimeRangeEnd:
|
|
1008
|
+
# @param CreatTimeRangeEnd: <p>下单时间范围终止点【*请必传并控制时间范围最大90天,避免出现超时】</p>
|
|
1009
1009
|
# @type CreatTimeRangeEnd: String
|
|
1010
|
-
# @param Order: 0
|
|
1010
|
+
# @param Order: <p>0:下单时间降序;其他:下单时间升序</p>
|
|
1011
1011
|
# @type Order: Integer
|
|
1012
|
-
# @param Status:
|
|
1013
|
-
|
|
1014
|
-
# 控制台订单状态为以上状态的组合:未支付(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>
|
|
1015
1013
|
# @type Status: Integer
|
|
1016
|
-
# @param OwnerUins:
|
|
1014
|
+
# @param OwnerUins: <p>下单人账号ID列表</p>
|
|
1017
1015
|
# @type OwnerUins: Array
|
|
1018
|
-
# @param DealNames:
|
|
1016
|
+
# @param DealNames: <p>子订单号列表</p>
|
|
1019
1017
|
# @type DealNames: Array
|
|
1020
|
-
# @param BigDealIds:
|
|
1018
|
+
# @param BigDealIds: <p>大订单号列表</p>
|
|
1021
1019
|
# @type BigDealIds: Array
|
|
1022
|
-
# @param PayerMode:
|
|
1020
|
+
# @param PayerMode: <p>支付方式,0:自付;1:代付</p>
|
|
1023
1021
|
# @type PayerMode: Integer
|
|
1024
1022
|
|
|
1025
1023
|
attr_accessor :Offset, :Limit, :CreatTimeRangeStart, :CreatTimeRangeEnd, :Order, :Status, :OwnerUins, :DealNames, :BigDealIds, :PayerMode
|
|
@@ -1053,9 +1051,9 @@ module TencentCloud
|
|
|
1053
1051
|
|
|
1054
1052
|
# DescribeAgentDealsByCache返回参数结构体
|
|
1055
1053
|
class DescribeAgentDealsByCacheResponse < TencentCloud::Common::AbstractModel
|
|
1056
|
-
# @param AgentDealSet:
|
|
1054
|
+
# @param AgentDealSet: <p>订单数组</p>
|
|
1057
1055
|
# @type AgentDealSet: Array
|
|
1058
|
-
# @param TotalCount:
|
|
1056
|
+
# @param TotalCount: <p>符合条件的订单总数量</p>
|
|
1059
1057
|
# @type TotalCount: Integer
|
|
1060
1058
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1061
1059
|
# @type RequestId: String
|
|
@@ -1135,23 +1133,23 @@ module TencentCloud
|
|
|
1135
1133
|
|
|
1136
1134
|
# DescribeAgentPayDealsV2请求参数结构体
|
|
1137
1135
|
class DescribeAgentPayDealsV2Request < TencentCloud::Common::AbstractModel
|
|
1138
|
-
# @param Offset:
|
|
1136
|
+
# @param Offset: <p>偏移量</p>
|
|
1139
1137
|
# @type Offset: Integer
|
|
1140
|
-
# @param Limit:
|
|
1138
|
+
# @param Limit: <p>限制数目 最大100</p>
|
|
1141
1139
|
# @type Limit: Integer
|
|
1142
|
-
# @param CreatTimeRangeStart:
|
|
1140
|
+
# @param CreatTimeRangeStart: <p>下单时间范围起始点(不传时会默认查最近15天内订单,传值时需要传最近15天内的起始时间)</p>
|
|
1143
1141
|
# @type CreatTimeRangeStart: String
|
|
1144
|
-
# @param CreatTimeRangeEnd:
|
|
1142
|
+
# @param CreatTimeRangeEnd: <p>下单时间范围终止点</p>
|
|
1145
1143
|
# @type CreatTimeRangeEnd: String
|
|
1146
|
-
# @param Order: 0
|
|
1144
|
+
# @param Order: <p>0:下单时间降序;其他:下单时间升序</p>
|
|
1147
1145
|
# @type Order: Integer
|
|
1148
|
-
# @param Status:
|
|
1146
|
+
# @param Status: <p>订单的状态(1:未支付;2:已支付;3:发货中;4:已发货;5:发货失败;6:已退款;7:已关单;8:订单过期;9:订单已失效;10:产品已失效;11:代付拒绝;12:支付中)</p>
|
|
1149
1147
|
# @type Status: Integer
|
|
1150
|
-
# @param OwnerUins:
|
|
1148
|
+
# @param OwnerUins: <p>下单人账号ID列表</p>
|
|
1151
1149
|
# @type OwnerUins: Array
|
|
1152
|
-
# @param DealNames:
|
|
1150
|
+
# @param DealNames: <p>子订单号列表</p>
|
|
1153
1151
|
# @type DealNames: Array
|
|
1154
|
-
# @param BigDealIds:
|
|
1152
|
+
# @param BigDealIds: <p>大订单号列表</p>
|
|
1155
1153
|
# @type BigDealIds: Array
|
|
1156
1154
|
|
|
1157
1155
|
attr_accessor :Offset, :Limit, :CreatTimeRangeStart, :CreatTimeRangeEnd, :Order, :Status, :OwnerUins, :DealNames, :BigDealIds
|
|
@@ -1183,9 +1181,9 @@ module TencentCloud
|
|
|
1183
1181
|
|
|
1184
1182
|
# DescribeAgentPayDealsV2返回参数结构体
|
|
1185
1183
|
class DescribeAgentPayDealsV2Response < TencentCloud::Common::AbstractModel
|
|
1186
|
-
# @param AgentPayDealSet:
|
|
1184
|
+
# @param AgentPayDealSet: <p>订单数组</p>
|
|
1187
1185
|
# @type AgentPayDealSet: Array
|
|
1188
|
-
# @param TotalCount:
|
|
1186
|
+
# @param TotalCount: <p>符合条件的订单总数量</p>
|
|
1189
1187
|
# @type TotalCount: Integer
|
|
1190
1188
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1191
1189
|
# @type RequestId: String
|
|
@@ -1250,23 +1248,23 @@ module TencentCloud
|
|
|
1250
1248
|
|
|
1251
1249
|
# DescribeAgentSelfPayDealsV2请求参数结构体
|
|
1252
1250
|
class DescribeAgentSelfPayDealsV2Request < TencentCloud::Common::AbstractModel
|
|
1253
|
-
# @param OwnerUin:
|
|
1251
|
+
# @param OwnerUin: <p>下单人账号ID</p>
|
|
1254
1252
|
# @type OwnerUin: String
|
|
1255
|
-
# @param Offset:
|
|
1253
|
+
# @param Offset: <p>偏移量</p>
|
|
1256
1254
|
# @type Offset: Integer
|
|
1257
|
-
# @param Limit:
|
|
1255
|
+
# @param Limit: <p>限制数目 最大100</p>
|
|
1258
1256
|
# @type Limit: Integer
|
|
1259
|
-
# @param CreatTimeRangeStart:
|
|
1257
|
+
# @param CreatTimeRangeStart: <p>下单时间范围起始点(不传时会默认查最近15天内订单,传值时需要传最近15天内的起始时间)</p>
|
|
1260
1258
|
# @type CreatTimeRangeStart: String
|
|
1261
|
-
# @param CreatTimeRangeEnd:
|
|
1259
|
+
# @param CreatTimeRangeEnd: <p>下单时间范围终止点</p>
|
|
1262
1260
|
# @type CreatTimeRangeEnd: String
|
|
1263
|
-
# @param Order: 0
|
|
1261
|
+
# @param Order: <p>0:下单时间降序;其他:下单时间升序</p>
|
|
1264
1262
|
# @type Order: Integer
|
|
1265
|
-
# @param Status:
|
|
1263
|
+
# @param Status: <p>订单的状态(1:未支付;2:已支付;3:发货中;4:已发货;5:发货失败;6:已退款;7:已关单;8:订单过期;9:订单已失效;10:产品已失效;11:代付拒绝;12:支付中)</p>
|
|
1266
1264
|
# @type Status: Integer
|
|
1267
|
-
# @param DealNames:
|
|
1265
|
+
# @param DealNames: <p>子订单号列表</p>
|
|
1268
1266
|
# @type DealNames: Array
|
|
1269
|
-
# @param BigDealIds:
|
|
1267
|
+
# @param BigDealIds: <p>大订单号列表</p>
|
|
1270
1268
|
# @type BigDealIds: Array
|
|
1271
1269
|
|
|
1272
1270
|
attr_accessor :OwnerUin, :Offset, :Limit, :CreatTimeRangeStart, :CreatTimeRangeEnd, :Order, :Status, :DealNames, :BigDealIds
|
|
@@ -1298,9 +1296,9 @@ module TencentCloud
|
|
|
1298
1296
|
|
|
1299
1297
|
# DescribeAgentSelfPayDealsV2返回参数结构体
|
|
1300
1298
|
class DescribeAgentSelfPayDealsV2Response < TencentCloud::Common::AbstractModel
|
|
1301
|
-
# @param AgentPayDealSet:
|
|
1299
|
+
# @param AgentPayDealSet: <p>订单数组</p>
|
|
1302
1300
|
# @type AgentPayDealSet: Array
|
|
1303
|
-
# @param TotalCount:
|
|
1301
|
+
# @param TotalCount: <p>符合条件的订单总数量</p>
|
|
1304
1302
|
# @type TotalCount: Integer
|
|
1305
1303
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1306
1304
|
# @type RequestId: String
|
|
@@ -1468,11 +1466,11 @@ module TencentCloud
|
|
|
1468
1466
|
|
|
1469
1467
|
# DescribeRebateInfosNew请求参数结构体
|
|
1470
1468
|
class DescribeRebateInfosNewRequest < TencentCloud::Common::AbstractModel
|
|
1471
|
-
# @param RebateMonth:
|
|
1469
|
+
# @param RebateMonth: <p>返佣月份,如2018-02</p>
|
|
1472
1470
|
# @type RebateMonth: String
|
|
1473
|
-
# @param Offset:
|
|
1471
|
+
# @param Offset: <p>偏移量</p>
|
|
1474
1472
|
# @type Offset: Integer
|
|
1475
|
-
# @param Limit:
|
|
1473
|
+
# @param Limit: <p>限制数目</p>
|
|
1476
1474
|
# @type Limit: Integer
|
|
1477
1475
|
|
|
1478
1476
|
attr_accessor :RebateMonth, :Offset, :Limit
|
|
@@ -1492,9 +1490,9 @@ module TencentCloud
|
|
|
1492
1490
|
|
|
1493
1491
|
# DescribeRebateInfosNew返回参数结构体
|
|
1494
1492
|
class DescribeRebateInfosNewResponse < TencentCloud::Common::AbstractModel
|
|
1495
|
-
# @param RebateInfoSet:
|
|
1493
|
+
# @param RebateInfoSet: <p>返佣信息列表</p>
|
|
1496
1494
|
# @type RebateInfoSet: Array
|
|
1497
|
-
# @param TotalCount:
|
|
1495
|
+
# @param TotalCount: <p>符合查询条件返佣信息数目</p>
|
|
1498
1496
|
# @type TotalCount: Integer
|
|
1499
1497
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1500
1498
|
# @type RequestId: String
|
|
@@ -1523,11 +1521,11 @@ module TencentCloud
|
|
|
1523
1521
|
|
|
1524
1522
|
# DescribeRebateInfos请求参数结构体
|
|
1525
1523
|
class DescribeRebateInfosRequest < TencentCloud::Common::AbstractModel
|
|
1526
|
-
# @param RebateMonth:
|
|
1524
|
+
# @param RebateMonth: <p>返佣月份,如2018-02</p>
|
|
1527
1525
|
# @type RebateMonth: String
|
|
1528
|
-
# @param Offset:
|
|
1526
|
+
# @param Offset: <p>偏移量</p>
|
|
1529
1527
|
# @type Offset: Integer
|
|
1530
|
-
# @param Limit:
|
|
1528
|
+
# @param Limit: <p>限制数目</p>
|
|
1531
1529
|
# @type Limit: Integer
|
|
1532
1530
|
|
|
1533
1531
|
attr_accessor :RebateMonth, :Offset, :Limit
|
|
@@ -1547,9 +1545,9 @@ module TencentCloud
|
|
|
1547
1545
|
|
|
1548
1546
|
# DescribeRebateInfos返回参数结构体
|
|
1549
1547
|
class DescribeRebateInfosResponse < TencentCloud::Common::AbstractModel
|
|
1550
|
-
# @param RebateInfoSet:
|
|
1548
|
+
# @param RebateInfoSet: <p>返佣信息列表</p>
|
|
1551
1549
|
# @type RebateInfoSet: Array
|
|
1552
|
-
# @param TotalCount:
|
|
1550
|
+
# @param TotalCount: <p>符合查询条件返佣信息数目</p>
|
|
1553
1551
|
# @type TotalCount: Integer
|
|
1554
1552
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1555
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.
|
|
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-
|
|
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
|