tencentcloud-sdk-partners 3.0.1088 → 3.0.1092
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 +3 -1
- 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: 5d6b7ec62bcdc37457973c1cb18b631f27221454
|
4
|
+
data.tar.gz: b7fb363731ee1a26dc343366b8b9b4f6815b833c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8af84771fb78bbb38fcf8d3c575b13c20d2aed38eb78346700bf0dc9da45f21fbbcc5180004c2778c9590629fbdb812d925b831ec5e964e2775436cd0eaa08a5
|
7
|
+
data.tar.gz: 417051978bd2878e918a323d78d89aa8c730b495e3018e331ec4caf5eae0c9b12c637f610970c719c229c94259c535fd2f7cff6069448aef031304784620a4a5
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1092
|
data/lib/v20180321/models.rb
CHANGED
@@ -1007,7 +1007,9 @@ module TencentCloud
|
|
1007
1007
|
# @type CreatTimeRangeEnd: String
|
1008
1008
|
# @param Order: 0:下单时间降序;其他:下单时间升序
|
1009
1009
|
# @type Order: Integer
|
1010
|
-
# @param Status:
|
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)
|
1011
1013
|
# @type Status: Integer
|
1012
1014
|
# @param OwnerUins: 下单人账号ID列表
|
1013
1015
|
# @type OwnerUins: Array
|
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.1092
|
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-07-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|