tencentcloud-sdk-partners 3.0.1126 → 3.0.1128
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/client.rb +2 -2
- data/lib/v20180321/models.rb +6 -4
- 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: f1d625bf770223fd1d46164d14d1a56b42f6e3b6
|
4
|
+
data.tar.gz: 5ce131faacffe11cf2df9cab8ecf6bc9044de498
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0f1478a0b723a412deabeb126b5f14c4de879582fdd3e23e5155bbf1ff67b57411431a72364b9ddbc7e95748f16660133086e77e1e34148113ffb84ca971c02f
|
7
|
+
data.tar.gz: 7785ff62e7a58930d6e213027333a6e4a4982b008a91b44f58a62522487ed91cca7896ebbc2f79c81211fe29385e0fe768f163482edffe9cf96af584980b31e0
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1128
|
data/lib/v20180321/client.rb
CHANGED
@@ -297,7 +297,7 @@ module TencentCloud
|
|
297
297
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
298
298
|
end
|
299
299
|
|
300
|
-
#
|
300
|
+
# 查询最近15天内的代理商代付订单
|
301
301
|
|
302
302
|
# @param request: Request instance for DescribeAgentPayDealsV2.
|
303
303
|
# @type request: :class:`Tencentcloud::partners::V20180321::DescribeAgentPayDealsV2Request`
|
@@ -345,7 +345,7 @@ module TencentCloud
|
|
345
345
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
346
346
|
end
|
347
347
|
|
348
|
-
#
|
348
|
+
# 查询代理商名下指定代客最近15天内的自付订单(预付费)
|
349
349
|
|
350
350
|
# @param request: Request instance for DescribeAgentSelfPayDealsV2.
|
351
351
|
# @type request: :class:`Tencentcloud::partners::V20180321::DescribeAgentSelfPayDealsV2Request`
|
data/lib/v20180321/models.rb
CHANGED
@@ -223,7 +223,7 @@ module TencentCloud
|
|
223
223
|
|
224
224
|
# 描述代理商代付的订单信息
|
225
225
|
class AgentDealNewElem < TencentCloud::Common::AbstractModel
|
226
|
-
# @param DealId:
|
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:
|
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
|
@@ -1137,7 +1139,7 @@ module TencentCloud
|
|
1137
1139
|
# @type Offset: Integer
|
1138
1140
|
# @param Limit: 限制数目 最大100
|
1139
1141
|
# @type Limit: Integer
|
1140
|
-
# @param CreatTimeRangeStart: 下单时间范围起始点(
|
1142
|
+
# @param CreatTimeRangeStart: 下单时间范围起始点(不传时会默认查最近15天内订单,传值时需要传最近15天内的起始时间)
|
1141
1143
|
# @type CreatTimeRangeStart: String
|
1142
1144
|
# @param CreatTimeRangeEnd: 下单时间范围终止点
|
1143
1145
|
# @type CreatTimeRangeEnd: String
|
@@ -1254,7 +1256,7 @@ module TencentCloud
|
|
1254
1256
|
# @type Offset: Integer
|
1255
1257
|
# @param Limit: 限制数目 最大100
|
1256
1258
|
# @type Limit: Integer
|
1257
|
-
# @param CreatTimeRangeStart: 下单时间范围起始点(
|
1259
|
+
# @param CreatTimeRangeStart: 下单时间范围起始点(不传时会默认查最近15天内订单,传值时需要传最近15天内的起始时间)
|
1258
1260
|
# @type CreatTimeRangeStart: String
|
1259
1261
|
# @param CreatTimeRangeEnd: 下单时间范围终止点
|
1260
1262
|
# @type CreatTimeRangeEnd: 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.1128
|
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-
|
11
|
+
date: 2025-08-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|