tencentcloud-sdk-partners 3.0.1126 → 3.0.1127
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 +2 -2
- 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: d1f1245390307b285ec13157ed61f8aa978eaa58
|
4
|
+
data.tar.gz: 5980b606f38f678cb68c34bf2258f0e49794e2c3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 787c9be4869b89119ae5c9c8c26bed81ead722c920a8108abfc8b17562f1acb2f5399f2d5c88d2e0724b902b67f7e09970bf4f2e72685a3c57fe4819a2c3f021
|
7
|
+
data.tar.gz: ad6c034ba2242ac9dd2554047afe40044f374a49792e7b982886e5700f51d67c05c4e134bae994b2499d6feb092151b634c7801e5d788150d6e06937ffd98c2c
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1127
|
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
@@ -1137,7 +1137,7 @@ module TencentCloud
|
|
1137
1137
|
# @type Offset: Integer
|
1138
1138
|
# @param Limit: 限制数目 最大100
|
1139
1139
|
# @type Limit: Integer
|
1140
|
-
# @param CreatTimeRangeStart: 下单时间范围起始点(
|
1140
|
+
# @param CreatTimeRangeStart: 下单时间范围起始点(不传时会默认查最近15天内订单,传值时需要传最近15天内的起始时间)
|
1141
1141
|
# @type CreatTimeRangeStart: String
|
1142
1142
|
# @param CreatTimeRangeEnd: 下单时间范围终止点
|
1143
1143
|
# @type CreatTimeRangeEnd: String
|
@@ -1254,7 +1254,7 @@ module TencentCloud
|
|
1254
1254
|
# @type Offset: Integer
|
1255
1255
|
# @param Limit: 限制数目 最大100
|
1256
1256
|
# @type Limit: Integer
|
1257
|
-
# @param CreatTimeRangeStart: 下单时间范围起始点(
|
1257
|
+
# @param CreatTimeRangeStart: 下单时间范围起始点(不传时会默认查最近15天内订单,传值时需要传最近15天内的起始时间)
|
1258
1258
|
# @type CreatTimeRangeStart: String
|
1259
1259
|
# @param CreatTimeRangeEnd: 下单时间范围终止点
|
1260
1260
|
# @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.1127
|
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-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|