tencentcloud-sdk-trp 3.0.1001 → 3.0.1003
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/v20210515/models.rb +8 -188
- 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: 0d2fd48afd9f7675ecd8778f2d58eddd1f90003c
|
4
|
+
data.tar.gz: 457de689dc2aa4e1bdfadc3a88a33adc36054358
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a18a40a2e2a92caa4148e9aaf3b62eaec6e79e3a39a1e8513010afb7235cb234385532a0f8852467b734fdeecb8d998f6361eca49cf2bfdc264b7253396ce6f9
|
7
|
+
data.tar.gz: da402274ec63f5b910e098cee5cfb48c850c5dcb9131ff902557c888248d2df4caa1c2cc3c6be3b6a327d658f5d1d2be60969f8304cd962a5b9539079e01aec0
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1003
|
data/lib/v20210515/models.rb
CHANGED
@@ -121,10 +121,8 @@ module TencentCloud
|
|
121
121
|
# 上链数据
|
122
122
|
class Chain < TencentCloud::Common::AbstractModel
|
123
123
|
# @param Code: 码url
|
124
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
125
124
|
# @type Code: String
|
126
125
|
# @param Data: 上链数据
|
127
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
128
126
|
# @type Data: Array
|
129
127
|
|
130
128
|
attr_accessor :Code, :Data
|
@@ -150,13 +148,10 @@ module TencentCloud
|
|
150
148
|
# 上链数据
|
151
149
|
class ChainData < TencentCloud::Common::AbstractModel
|
152
150
|
# @param BlockHash: 区块hash
|
153
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
154
151
|
# @type BlockHash: String
|
155
152
|
# @param BlockHeight: 区块高度
|
156
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
157
153
|
# @type BlockHeight: String
|
158
154
|
# @param BlockTime: 区块时间
|
159
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
160
155
|
# @type BlockTime: String
|
161
156
|
|
162
157
|
attr_accessor :BlockHash, :BlockHeight, :BlockTime
|
@@ -177,13 +172,10 @@ module TencentCloud
|
|
177
172
|
# 上链数据 key-value
|
178
173
|
class ChainValue < TencentCloud::Common::AbstractModel
|
179
174
|
# @param Label: 标题名字
|
180
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
181
175
|
# @type Label: String
|
182
176
|
# @param Type: 类型,文字:"text",图片:"image"
|
183
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
184
177
|
# @type Type: String
|
185
178
|
# @param Value: 值,文字类型:"abc",图片类型:""/images/img.png"
|
186
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
187
179
|
# @type Value: String
|
188
180
|
|
189
181
|
attr_accessor :Label, :Type, :Value
|
@@ -204,52 +196,37 @@ module TencentCloud
|
|
204
196
|
# 批次
|
205
197
|
class CodeBatch < TencentCloud::Common::AbstractModel
|
206
198
|
# @param BatchId: 批次号
|
207
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
208
199
|
# @type BatchId: String
|
209
200
|
# @param CorpId: 企业ID
|
210
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
211
201
|
# @type CorpId: Integer
|
212
202
|
# @param BatchCode: 批次编码(未使用)
|
213
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
214
203
|
# @type BatchCode: String
|
215
204
|
# @param CodeCnt: 码数量
|
216
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
217
205
|
# @type CodeCnt: Integer
|
218
206
|
# @param MerchantId: 所属商户ID
|
219
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
220
207
|
# @type MerchantId: String
|
221
208
|
# @param ProductId: 产品ID
|
222
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
223
209
|
# @type ProductId: String
|
224
210
|
# @param BatchType: 批次类型
|
225
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
226
211
|
# @type BatchType: Integer
|
227
212
|
# @param Remark: 备注
|
228
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
229
213
|
# @type Remark: String
|
230
214
|
# @param MpTpl: 微信模板
|
231
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
232
215
|
# @type MpTpl: String
|
233
216
|
# @param Status: 批次状态 0: 未激活 1: 已激活 -1: 已冻结
|
234
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
235
217
|
# @type Status: Integer
|
236
218
|
# @param CreateTime: 创建时间
|
237
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
238
219
|
# @type CreateTime: String
|
239
220
|
# @param UpdateTime: 修改时间
|
240
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
241
221
|
# @type UpdateTime: String
|
242
222
|
# @param MerchantName: 所属商户名称
|
243
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
244
223
|
# @type MerchantName: String
|
245
224
|
# @param ProductName: 产品名称
|
246
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
247
225
|
# @type ProductName: String
|
248
226
|
# @param Ext: 未使用
|
249
227
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
250
228
|
# @type Ext: :class:`Tencentcloud::Trp.v20210515.models.Ext`
|
251
229
|
# @param TplName: 模板名称
|
252
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
253
230
|
# @type TplName: String
|
254
231
|
# @param Job: 调度任务
|
255
232
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -265,8 +242,8 @@ module TencentCloud
|
|
265
242
|
|
266
243
|
attr_accessor :BatchId, :CorpId, :BatchCode, :CodeCnt, :MerchantId, :ProductId, :BatchType, :Remark, :MpTpl, :Status, :CreateTime, :UpdateTime, :MerchantName, :ProductName, :Ext, :TplName, :Job, :ProductionDate, :ValidDate, :Attrs
|
267
244
|
extend Gem::Deprecate
|
268
|
-
deprecate :Ext, :none,
|
269
|
-
deprecate :Ext=, :none,
|
245
|
+
deprecate :Ext, :none, 2025, 2
|
246
|
+
deprecate :Ext=, :none, 2025, 2
|
270
247
|
|
271
248
|
def initialize(batchid=nil, corpid=nil, batchcode=nil, codecnt=nil, merchantid=nil, productid=nil, batchtype=nil, remark=nil, mptpl=nil, status=nil, createtime=nil, updatetime=nil, merchantname=nil, productname=nil, ext=nil, tplname=nil, job=nil, productiondate=nil, validdate=nil, attrs=nil)
|
272
249
|
@BatchId = batchid
|
@@ -347,91 +324,63 @@ module TencentCloud
|
|
347
324
|
# 码包类型
|
348
325
|
class CodePack < TencentCloud::Common::AbstractModel
|
349
326
|
# @param PackId: 码id
|
350
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
351
327
|
# @type PackId: String
|
352
328
|
# @param CorpId: 企业id
|
353
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
354
329
|
# @type CorpId: Integer
|
355
330
|
# @param MerchantId: 商户id
|
356
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
357
331
|
# @type MerchantId: String
|
358
332
|
# @param CreateTime: 创建时间
|
359
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
360
333
|
# @type CreateTime: String
|
361
334
|
# @param UpdateTime: 更新时间
|
362
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
363
335
|
# @type UpdateTime: String
|
364
336
|
# @param Status: 制码状态 init: 初始化, pending: 执行中, done: 完成, error: 失败
|
365
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
366
337
|
# @type Status: String
|
367
338
|
# @param Log: 执行日志
|
368
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
369
339
|
# @type Log: String
|
370
340
|
# @param CreateUser: 创建人
|
371
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
372
341
|
# @type CreateUser: String
|
373
342
|
# @param Amount: 码数
|
374
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
375
343
|
# @type Amount: Integer
|
376
344
|
# @param CodeLength: 防伪码长度
|
377
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
378
345
|
# @type CodeLength: Integer
|
379
346
|
# @param CodeType: 码类型
|
380
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
381
347
|
# @type CodeType: String
|
382
348
|
# @param Cipher: 是否暗码
|
383
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
384
349
|
# @type Cipher: Integer
|
385
350
|
# @param TextUrl: [弃用] 文字码地址,通过另一个接口查
|
386
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
387
351
|
# @type TextUrl: String
|
388
352
|
# @param PackUrl: [弃用] 二维码地址,通过另一个接口查
|
389
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
390
353
|
# @type PackUrl: String
|
391
354
|
# @param MerchantName: 商户名
|
392
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
393
355
|
# @type MerchantName: String
|
394
356
|
# @param RuleType: 码规则类型 0: 默认, 1: 自定义
|
395
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
396
357
|
# @type RuleType: Integer
|
397
358
|
# @param CustomId: 自定义码规则ID
|
398
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
399
359
|
# @type CustomId: String
|
400
360
|
# @param PackType: 码包类型 0: 普通码包 1: 层级码包
|
401
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
402
361
|
# @type PackType: Integer
|
403
362
|
# @param PackLevel: 生码层级
|
404
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
405
363
|
# @type PackLevel: Integer
|
406
364
|
# @param PackSpec: 层级码配置
|
407
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
408
365
|
# @type PackSpec: Array
|
409
366
|
# @param ProductName: 商品名称
|
410
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
411
367
|
# @type ProductName: String
|
412
368
|
# @param ProductSpecification: 商品规格
|
413
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
414
369
|
# @type ProductSpecification: String
|
415
370
|
# @param ProductId: 商品ID
|
416
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
417
371
|
# @type ProductId: String
|
418
372
|
# @param RelateType: 码关系是否预关联
|
419
373
|
# 0:否, 1:是
|
420
374
|
# @type RelateType: Integer
|
421
375
|
# @param SceneCode: 场景码
|
422
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
423
376
|
# @type SceneCode: Integer
|
424
377
|
# @param CodeRule: 码规则
|
425
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
426
378
|
# @type CodeRule: String
|
427
379
|
# @param UsedAmount: 已使用码数
|
428
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
429
380
|
# @type UsedAmount: Integer
|
430
381
|
# @param SerialStart: 开始流水号
|
431
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
432
382
|
# @type SerialStart: Integer
|
433
383
|
# @param SerialEnd: 结束流水号
|
434
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
435
384
|
# @type SerialEnd: Integer
|
436
385
|
|
437
386
|
attr_accessor :PackId, :CorpId, :MerchantId, :CreateTime, :UpdateTime, :Status, :Log, :CreateUser, :Amount, :CodeLength, :CodeType, :Cipher, :TextUrl, :PackUrl, :MerchantName, :RuleType, :CustomId, :PackType, :PackLevel, :PackSpec, :ProductName, :ProductSpecification, :ProductId, :RelateType, :SceneCode, :CodeRule, :UsedAmount, :SerialStart, :SerialEnd
|
@@ -511,18 +460,14 @@ module TencentCloud
|
|
511
460
|
# 码段配置
|
512
461
|
class CodePart < TencentCloud::Common::AbstractModel
|
513
462
|
# @param Name: 码段名称
|
514
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
515
463
|
# @type Name: String
|
516
464
|
# @param Type: 码段类型
|
517
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
518
465
|
# @type Type: String
|
519
466
|
# @param Value: 码段内容
|
520
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
521
467
|
# @type Value: String
|
522
468
|
# @param Length: 码段长度
|
523
469
|
# @type Length: Integer
|
524
470
|
# @param Ext: 扩展字段
|
525
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
526
471
|
# @type Ext: String
|
527
472
|
|
528
473
|
attr_accessor :Name, :Type, :Value, :Length, :Ext
|
@@ -839,7 +784,6 @@ module TencentCloud
|
|
839
784
|
# CreateCorporationOrder返回参数结构体
|
840
785
|
class CreateCorporationOrderResponse < TencentCloud::Common::AbstractModel
|
841
786
|
# @param CorpId: 企业ID
|
842
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
843
787
|
# @type CorpId: Integer
|
844
788
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
845
789
|
# @type RequestId: String
|
@@ -999,7 +943,6 @@ module TencentCloud
|
|
999
943
|
# CreateCustomRule返回参数结构体
|
1000
944
|
class CreateCustomRuleResponse < TencentCloud::Common::AbstractModel
|
1001
945
|
# @param CustomId: 码规则ID
|
1002
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1003
946
|
# @type CustomId: String
|
1004
947
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1005
948
|
# @type RequestId: String
|
@@ -1052,7 +995,6 @@ module TencentCloud
|
|
1052
995
|
# CreateMerchant返回参数结构体
|
1053
996
|
class CreateMerchantResponse < TencentCloud::Common::AbstractModel
|
1054
997
|
# @param MerchantId: 商户标识码
|
1055
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1056
998
|
# @type MerchantId: String
|
1057
999
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1058
1000
|
# @type RequestId: String
|
@@ -1120,7 +1062,6 @@ module TencentCloud
|
|
1120
1062
|
# CreateProduct返回参数结构体
|
1121
1063
|
class CreateProductResponse < TencentCloud::Common::AbstractModel
|
1122
1064
|
# @param ProductId: 商品ID
|
1123
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1124
1065
|
# @type ProductId: String
|
1125
1066
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1126
1067
|
# @type RequestId: String
|
@@ -1205,7 +1146,6 @@ module TencentCloud
|
|
1205
1146
|
# CreateTraceCodesAsync返回参数结构体
|
1206
1147
|
class CreateTraceCodesAsyncResponse < TencentCloud::Common::AbstractModel
|
1207
1148
|
# @param BatchId: 批次ID
|
1208
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1209
1149
|
# @type BatchId: String
|
1210
1150
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1211
1151
|
# @type RequestId: String
|
@@ -1385,13 +1325,10 @@ module TencentCloud
|
|
1385
1325
|
# @param CustomId: 码规则ID
|
1386
1326
|
# @type CustomId: String
|
1387
1327
|
# @param Name: 码规则名
|
1388
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1389
1328
|
# @type Name: String
|
1390
1329
|
# @param CorpId: 企业ID
|
1391
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1392
1330
|
# @type CorpId: Integer
|
1393
1331
|
# @param MerchantId: 商户ID
|
1394
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1395
1332
|
# @type MerchantId: String
|
1396
1333
|
# @param CodeLength: 码ID长度
|
1397
1334
|
# @type CodeLength: Integer
|
@@ -1501,7 +1438,6 @@ module TencentCloud
|
|
1501
1438
|
# DeleteMerchant返回参数结构体
|
1502
1439
|
class DeleteMerchantResponse < TencentCloud::Common::AbstractModel
|
1503
1440
|
# @param MerchantId: 商户标识码
|
1504
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1505
1441
|
# @type MerchantId: String
|
1506
1442
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1507
1443
|
# @type RequestId: String
|
@@ -1542,7 +1478,6 @@ module TencentCloud
|
|
1542
1478
|
# DeleteProduct返回参数结构体
|
1543
1479
|
class DeleteProductResponse < TencentCloud::Common::AbstractModel
|
1544
1480
|
# @param ProductId: 商品ID
|
1545
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1546
1481
|
# @type ProductId: String
|
1547
1482
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1548
1483
|
# @type RequestId: String
|
@@ -1583,7 +1518,6 @@ module TencentCloud
|
|
1583
1518
|
# DeleteTraceData返回参数结构体
|
1584
1519
|
class DeleteTraceDataResponse < TencentCloud::Common::AbstractModel
|
1585
1520
|
# @param TraceId: 溯源id
|
1586
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1587
1521
|
# @type TraceId: String
|
1588
1522
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1589
1523
|
# @type RequestId: String
|
@@ -1810,10 +1744,8 @@ module TencentCloud
|
|
1810
1744
|
# DescribeCodeBatchs返回参数结构体
|
1811
1745
|
class DescribeCodeBatchsResponse < TencentCloud::Common::AbstractModel
|
1812
1746
|
# @param CodeBatchs: 批次列表
|
1813
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1814
1747
|
# @type CodeBatchs: Array
|
1815
1748
|
# @param TotalCount: 总条数
|
1816
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1817
1749
|
# @type TotalCount: Integer
|
1818
1750
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1819
1751
|
# @type RequestId: String
|
@@ -1863,7 +1795,6 @@ module TencentCloud
|
|
1863
1795
|
# DescribeCodePackStatus返回参数结构体
|
1864
1796
|
class DescribeCodePackStatusResponse < TencentCloud::Common::AbstractModel
|
1865
1797
|
# @param Status: 码包状态 init: 初始化, pending: 执行中, done: 完成, error: 失败
|
1866
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1867
1798
|
# @type Status: String
|
1868
1799
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1869
1800
|
# @type RequestId: String
|
@@ -1904,13 +1835,10 @@ module TencentCloud
|
|
1904
1835
|
# DescribeCodePackUrl返回参数结构体
|
1905
1836
|
class DescribeCodePackUrlResponse < TencentCloud::Common::AbstractModel
|
1906
1837
|
# @param Url: 文字码包地址
|
1907
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1908
1838
|
# @type Url: String
|
1909
1839
|
# @param ImgUrl: 图片码包地址,可能为空
|
1910
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1911
1840
|
# @type ImgUrl: String
|
1912
1841
|
# @param FileKey: 文字码包Key,用于上传导入
|
1913
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1914
1842
|
# @type FileKey: String
|
1915
1843
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1916
1844
|
# @type RequestId: String
|
@@ -2036,7 +1964,6 @@ module TencentCloud
|
|
2036
1964
|
# DescribeCodesByPack返回参数结构体
|
2037
1965
|
class DescribeCodesByPackResponse < TencentCloud::Common::AbstractModel
|
2038
1966
|
# @param Codes: 码列表
|
2039
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2040
1967
|
# @type Codes: Array
|
2041
1968
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2042
1969
|
# @type RequestId: String
|
@@ -2092,10 +2019,8 @@ module TencentCloud
|
|
2092
2019
|
# DescribeCorpQuotas返回参数结构体
|
2093
2020
|
class DescribeCorpQuotasResponse < TencentCloud::Common::AbstractModel
|
2094
2021
|
# @param CorpQuotas: 子企业额度使用情况
|
2095
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2096
2022
|
# @type CorpQuotas: Array
|
2097
2023
|
# @param Total: 记录总数量
|
2098
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2099
2024
|
# @type Total: Integer
|
2100
2025
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2101
2026
|
# @type RequestId: String
|
@@ -2145,7 +2070,6 @@ module TencentCloud
|
|
2145
2070
|
# DescribeCustomRuleById返回参数结构体
|
2146
2071
|
class DescribeCustomRuleByIdResponse < TencentCloud::Common::AbstractModel
|
2147
2072
|
# @param CustomRule: 码规则信息
|
2148
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2149
2073
|
# @type CustomRule: :class:`Tencentcloud::Trp.v20210515.models.CustomRule`
|
2150
2074
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2151
2075
|
# @type RequestId: String
|
@@ -2205,10 +2129,8 @@ module TencentCloud
|
|
2205
2129
|
# DescribeCustomRules返回参数结构体
|
2206
2130
|
class DescribeCustomRulesResponse < TencentCloud::Common::AbstractModel
|
2207
2131
|
# @param CustomRules: 码规则列表
|
2208
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2209
2132
|
# @type CustomRules: Array
|
2210
2133
|
# @param TotalCount: 总数
|
2211
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2212
2134
|
# @type TotalCount: Integer
|
2213
2135
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2214
2136
|
# @type RequestId: String
|
@@ -2258,7 +2180,6 @@ module TencentCloud
|
|
2258
2180
|
# DescribeJobFileUrl返回参数结构体
|
2259
2181
|
class DescribeJobFileUrlResponse < TencentCloud::Common::AbstractModel
|
2260
2182
|
# @param Url: 码包地址
|
2261
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2262
2183
|
# @type Url: String
|
2263
2184
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2264
2185
|
# @type RequestId: String
|
@@ -2299,7 +2220,6 @@ module TencentCloud
|
|
2299
2220
|
# DescribeMerchantById返回参数结构体
|
2300
2221
|
class DescribeMerchantByIdResponse < TencentCloud::Common::AbstractModel
|
2301
2222
|
# @param Merchant: 商户信息
|
2302
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2303
2223
|
# @type Merchant: :class:`Tencentcloud::Trp.v20210515.models.Merchant`
|
2304
2224
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2305
2225
|
# @type RequestId: String
|
@@ -2355,10 +2275,8 @@ module TencentCloud
|
|
2355
2275
|
# DescribeMerchants返回参数结构体
|
2356
2276
|
class DescribeMerchantsResponse < TencentCloud::Common::AbstractModel
|
2357
2277
|
# @param Merchants: 商户列表
|
2358
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2359
2278
|
# @type Merchants: Array
|
2360
2279
|
# @param TotalCount: 总数
|
2361
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2362
2280
|
# @type TotalCount: Integer
|
2363
2281
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2364
2282
|
# @type RequestId: String
|
@@ -2538,7 +2456,6 @@ module TencentCloud
|
|
2538
2456
|
# DescribeProductById返回参数结构体
|
2539
2457
|
class DescribeProductByIdResponse < TencentCloud::Common::AbstractModel
|
2540
2458
|
# @param Product: 商品信息
|
2541
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2542
2459
|
# @type Product: :class:`Tencentcloud::Trp.v20210515.models.Product`
|
2543
2460
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2544
2461
|
# @type RequestId: String
|
@@ -2598,10 +2515,8 @@ module TencentCloud
|
|
2598
2515
|
# DescribeProducts返回参数结构体
|
2599
2516
|
class DescribeProductsResponse < TencentCloud::Common::AbstractModel
|
2600
2517
|
# @param Products: 商品列表
|
2601
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2602
2518
|
# @type Products: Array
|
2603
2519
|
# @param TotalCount: 总数
|
2604
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2605
2520
|
# @type TotalCount: Integer
|
2606
2521
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2607
2522
|
# @type RequestId: String
|
@@ -2738,8 +2653,8 @@ module TencentCloud
|
|
2738
2653
|
|
2739
2654
|
attr_accessor :Products, :TotalCount, :ScanLogs, :RequestId
|
2740
2655
|
extend Gem::Deprecate
|
2741
|
-
deprecate :Products, :none,
|
2742
|
-
deprecate :Products=, :none,
|
2656
|
+
deprecate :Products, :none, 2025, 2
|
2657
|
+
deprecate :Products=, :none, 2025, 2
|
2743
2658
|
|
2744
2659
|
def initialize(products=nil, totalcount=nil, scanlogs=nil, requestid=nil)
|
2745
2660
|
@Products = products
|
@@ -2856,7 +2771,6 @@ module TencentCloud
|
|
2856
2771
|
# DescribeTmpToken返回参数结构体
|
2857
2772
|
class DescribeTmpTokenResponse < TencentCloud::Common::AbstractModel
|
2858
2773
|
# @param Token: 临时token
|
2859
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2860
2774
|
# @type Token: String
|
2861
2775
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2862
2776
|
# @type RequestId: String
|
@@ -2956,10 +2870,8 @@ module TencentCloud
|
|
2956
2870
|
# DescribeTraceCodes返回参数结构体
|
2957
2871
|
class DescribeTraceCodesResponse < TencentCloud::Common::AbstractModel
|
2958
2872
|
# @param TraceCodes: 标识列表
|
2959
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2960
2873
|
# @type TraceCodes: Array
|
2961
2874
|
# @param TotalCount: 条数
|
2962
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2963
2875
|
# @type TotalCount: Integer
|
2964
2876
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2965
2877
|
# @type RequestId: String
|
@@ -3150,8 +3062,8 @@ module TencentCloud
|
|
3150
3062
|
|
3151
3063
|
attr_accessor :Value
|
3152
3064
|
extend Gem::Deprecate
|
3153
|
-
deprecate :Value, :none,
|
3154
|
-
deprecate :Value=, :none,
|
3065
|
+
deprecate :Value, :none, 2025, 2
|
3066
|
+
deprecate :Value=, :none, 2025, 2
|
3155
3067
|
|
3156
3068
|
def initialize(value=nil)
|
3157
3069
|
@Value = value
|
@@ -3229,7 +3141,6 @@ module TencentCloud
|
|
3229
3141
|
# @param Name: 商户名称
|
3230
3142
|
# @type Name: String
|
3231
3143
|
# @param Remark: 备注
|
3232
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3233
3144
|
# @type Remark: String
|
3234
3145
|
# @param CreateTime: 创建时间
|
3235
3146
|
# @type CreateTime: String
|
@@ -3240,7 +3151,6 @@ module TencentCloud
|
|
3240
3151
|
# @param CodeType: 码来源类型 0: 安心平台 1: 第三方码
|
3241
3152
|
# @type CodeType: Integer
|
3242
3153
|
# @param CodeUrl: 第三方码域名前缀
|
3243
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3244
3154
|
# @type CodeUrl: String
|
3245
3155
|
|
3246
3156
|
attr_accessor :MerchantId, :CorpId, :Name, :Remark, :CreateTime, :UpdateTime, :CodeRule, :CodeType, :CodeUrl
|
@@ -3384,7 +3294,6 @@ module TencentCloud
|
|
3384
3294
|
# ModifyCustomRule返回参数结构体
|
3385
3295
|
class ModifyCustomRuleResponse < TencentCloud::Common::AbstractModel
|
3386
3296
|
# @param CustomId: 码规则ID
|
3387
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3388
3297
|
# @type CustomId: String
|
3389
3298
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3390
3299
|
# @type RequestId: String
|
@@ -3429,7 +3338,6 @@ module TencentCloud
|
|
3429
3338
|
# ModifyCustomRuleStatus返回参数结构体
|
3430
3339
|
class ModifyCustomRuleStatusResponse < TencentCloud::Common::AbstractModel
|
3431
3340
|
# @param CustomId: 码规则ID
|
3432
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3433
3341
|
# @type CustomId: String
|
3434
3342
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3435
3343
|
# @type RequestId: String
|
@@ -3486,7 +3394,6 @@ module TencentCloud
|
|
3486
3394
|
# ModifyMerchant返回参数结构体
|
3487
3395
|
class ModifyMerchantResponse < TencentCloud::Common::AbstractModel
|
3488
3396
|
# @param MerchantId: 商户标识码
|
3489
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3490
3397
|
# @type MerchantId: String
|
3491
3398
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3492
3399
|
# @type RequestId: String
|
@@ -3550,7 +3457,6 @@ module TencentCloud
|
|
3550
3457
|
# ModifyProduct返回参数结构体
|
3551
3458
|
class ModifyProductResponse < TencentCloud::Common::AbstractModel
|
3552
3459
|
# @param ProductId: 商品ID
|
3553
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3554
3460
|
# @type ProductId: String
|
3555
3461
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3556
3462
|
# @type RequestId: String
|
@@ -3691,7 +3597,6 @@ module TencentCloud
|
|
3691
3597
|
# ModifyTraceDataRanks返回参数结构体
|
3692
3598
|
class ModifyTraceDataRanksResponse < TencentCloud::Common::AbstractModel
|
3693
3599
|
# @param BatchId: 批次ID
|
3694
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3695
3600
|
# @type BatchId: String
|
3696
3601
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3697
3602
|
# @type RequestId: String
|
@@ -3825,13 +3730,10 @@ module TencentCloud
|
|
3825
3730
|
# 业务出参
|
3826
3731
|
class OutputAuthorizedTransfer < TencentCloud::Common::AbstractModel
|
3827
3732
|
# @param Code: 推送状态,0表示成功。
|
3828
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3829
3733
|
# @type Code: Integer
|
3830
3734
|
# @param Message: 错误码。
|
3831
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3832
3735
|
# @type Message: String
|
3833
3736
|
# @param Value: 错误信息描述。
|
3834
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3835
3737
|
# @type Value: String
|
3836
3738
|
|
3837
3739
|
attr_accessor :Code, :Message, :Value
|
@@ -3858,16 +3760,12 @@ module TencentCloud
|
|
3858
3760
|
# @param Amount: 数量
|
3859
3761
|
# @type Amount: Integer
|
3860
3762
|
# @param CustomId: 码规则ID
|
3861
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3862
3763
|
# @type CustomId: String
|
3863
3764
|
# @param CodeParts: 码段配置
|
3864
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3865
3765
|
# @type CodeParts: Array
|
3866
3766
|
# @param Unit: 包装单位
|
3867
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3868
3767
|
# @type Unit: String
|
3869
3768
|
# @param SceneCode: 场景值
|
3870
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3871
3769
|
# @type SceneCode: Integer
|
3872
3770
|
|
3873
3771
|
attr_accessor :Level, :Rate, :Amount, :CustomId, :CodeParts, :Unit, :SceneCode
|
@@ -3903,22 +3801,16 @@ module TencentCloud
|
|
3903
3801
|
# 环节数据
|
3904
3802
|
class PhaseData < TencentCloud::Common::AbstractModel
|
3905
3803
|
# @param HeadEnabled: 启用头
|
3906
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3907
3804
|
# @type HeadEnabled: Boolean
|
3908
3805
|
# @param HeadTitle: 标题
|
3909
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3910
3806
|
# @type HeadTitle: String
|
3911
3807
|
# @param Key: 标识符
|
3912
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3913
3808
|
# @type Key: String
|
3914
3809
|
# @param AppId: 小程序AppId
|
3915
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3916
3810
|
# @type AppId: String
|
3917
3811
|
# @param AppPath: 小程序AppPath
|
3918
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3919
3812
|
# @type AppPath: String
|
3920
3813
|
# @param AppName: 小程序名称AppName
|
3921
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3922
3814
|
# @type AppName: String
|
3923
3815
|
|
3924
3816
|
attr_accessor :HeadEnabled, :HeadTitle, :Key, :AppId, :AppPath, :AppName
|
@@ -3945,10 +3837,8 @@ module TencentCloud
|
|
3945
3837
|
# 安心计划二维码
|
3946
3838
|
class PlanQRCode < TencentCloud::Common::AbstractModel
|
3947
3839
|
# @param Url: 二维码
|
3948
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3949
3840
|
# @type Url: String
|
3950
3841
|
# @param Status: 状态,0:未激活 1:已激活 2:已冻结
|
3951
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3952
3842
|
# @type Status: Integer
|
3953
3843
|
|
3954
3844
|
attr_accessor :Url, :Status
|
@@ -3967,25 +3857,18 @@ module TencentCloud
|
|
3967
3857
|
# 安心计划二维码扫码记录
|
3968
3858
|
class PlanQRCodeRecord < TencentCloud::Common::AbstractModel
|
3969
3859
|
# @param Url: 二维码
|
3970
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3971
3860
|
# @type Url: String
|
3972
3861
|
# @param OpenId: OpenID
|
3973
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3974
3862
|
# @type OpenId: String
|
3975
3863
|
# @param ScanTime: 扫码时间
|
3976
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3977
3864
|
# @type ScanTime: String
|
3978
3865
|
# @param Ip: IP 地址
|
3979
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3980
3866
|
# @type Ip: String
|
3981
3867
|
# @param Country: 国家
|
3982
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3983
3868
|
# @type Country: String
|
3984
3869
|
# @param Province: 省份
|
3985
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3986
3870
|
# @type Province: String
|
3987
3871
|
# @param City: 城市
|
3988
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3989
3872
|
# @type City: String
|
3990
3873
|
|
3991
3874
|
attr_accessor :Url, :OpenId, :ScanTime, :Ip, :Country, :Province, :City
|
@@ -4024,25 +3907,20 @@ module TencentCloud
|
|
4024
3907
|
# @param ProductCode: 商品编号
|
4025
3908
|
# @type ProductCode: String
|
4026
3909
|
# @param Specification: 商品规格
|
4027
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4028
3910
|
# @type Specification: String
|
4029
3911
|
# @param Remark: 备注
|
4030
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4031
3912
|
# @type Remark: String
|
4032
3913
|
# @param Logo: 商品图片
|
4033
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4034
3914
|
# @type Logo: Array
|
4035
3915
|
# @param CreateTime: 创建时间
|
4036
3916
|
# @type CreateTime: String
|
4037
3917
|
# @param UpdateTime: 修改时间
|
4038
3918
|
# @type UpdateTime: String
|
4039
3919
|
# @param Ext: 预留字段
|
4040
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4041
3920
|
# @type Ext: :class:`Tencentcloud::Trp.v20210515.models.Ext`
|
4042
3921
|
# @param MerchantName: 商户名称
|
4043
3922
|
# @type MerchantName: String
|
4044
3923
|
# @param CertState: 认证状态
|
4045
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4046
3924
|
# @type CertState: Integer
|
4047
3925
|
|
4048
3926
|
attr_accessor :MerchantId, :Name, :ProductId, :CorpId, :ProductCode, :Specification, :Remark, :Logo, :CreateTime, :UpdateTime, :Ext, :MerchantName, :CertState
|
@@ -4086,52 +3964,36 @@ module TencentCloud
|
|
4086
3964
|
# 企业配额信息
|
4087
3965
|
class Quota < TencentCloud::Common::AbstractModel
|
4088
3966
|
# @param StartTime: 服务开始时间
|
4089
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4090
3967
|
# @type StartTime: String
|
4091
3968
|
# @param EndTime: 服务结束时间
|
4092
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4093
3969
|
# @type EndTime: String
|
4094
3970
|
# @param QuotaId: 配额ID
|
4095
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4096
3971
|
# @type QuotaId: Integer
|
4097
3972
|
# @param CorpId: 企业ID
|
4098
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4099
3973
|
# @type CorpId: Integer
|
4100
3974
|
# @param Services: 开通服务
|
4101
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4102
3975
|
# @type Services: Array
|
4103
3976
|
# @param FactoryQuota: 商户配额
|
4104
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4105
3977
|
# @type FactoryQuota: Integer
|
4106
3978
|
# @param ItemQuota: 商品配额
|
4107
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4108
3979
|
# @type ItemQuota: Integer
|
4109
3980
|
# @param TrackQuota: 溯源码配额
|
4110
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4111
3981
|
# @type TrackQuota: Integer
|
4112
3982
|
# @param SaleQuota: 销售码配额
|
4113
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4114
3983
|
# @type SaleQuota: Integer
|
4115
3984
|
# @param ChainQuota: 上链配额
|
4116
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4117
3985
|
# @type ChainQuota: Integer
|
4118
3986
|
# @param RiskQuota: 风控配额
|
4119
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4120
3987
|
# @type RiskQuota: Integer
|
4121
3988
|
# @param AigcTextQuota: AI文字数量
|
4122
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4123
3989
|
# @type AigcTextQuota: Integer
|
4124
3990
|
# @param AigcImageQuota: AI图片数量
|
4125
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4126
3991
|
# @type AigcImageQuota: Integer
|
4127
3992
|
# @param TrackType: 溯源类型
|
4128
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4129
3993
|
# @type TrackType: Integer
|
4130
3994
|
# @param Version: 开通版本 lite:轻量版, basic:基础版, standard:标准版
|
4131
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4132
3995
|
# @type Version: String
|
4133
3996
|
# @param ProductCertify: 是否开启企业认证
|
4134
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4135
3997
|
# @type ProductCertify: Integer
|
4136
3998
|
|
4137
3999
|
attr_accessor :StartTime, :EndTime, :QuotaId, :CorpId, :Services, :FactoryQuota, :ItemQuota, :TrackQuota, :SaleQuota, :ChainQuota, :RiskQuota, :AigcTextQuota, :AigcImageQuota, :TrackType, :Version, :ProductCertify
|
@@ -4180,7 +4042,6 @@ module TencentCloud
|
|
4180
4042
|
# @param LogId: 日志ID
|
4181
4043
|
# @type LogId: Integer
|
4182
4044
|
# @param Openid: 微信小程序openid
|
4183
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4184
4045
|
# @type Openid: String
|
4185
4046
|
# @param CreateTime: 扫码时间
|
4186
4047
|
# @type CreateTime: String
|
@@ -4189,22 +4050,16 @@ module TencentCloud
|
|
4189
4050
|
# @param CorpId: 企业ID
|
4190
4051
|
# @type CorpId: Integer
|
4191
4052
|
# @param MerchantId: 商户ID
|
4192
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4193
4053
|
# @type MerchantId: String
|
4194
4054
|
# @param ProductId: 商品ID
|
4195
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4196
4055
|
# @type ProductId: String
|
4197
4056
|
# @param BatchId: 批次ID
|
4198
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4199
4057
|
# @type BatchId: String
|
4200
4058
|
# @param Province: 省份
|
4201
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4202
4059
|
# @type Province: String
|
4203
4060
|
# @param City: 地市
|
4204
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4205
4061
|
# @type City: String
|
4206
4062
|
# @param District: 区/县
|
4207
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4208
4063
|
# @type District: String
|
4209
4064
|
|
4210
4065
|
attr_accessor :LogId, :Openid, :CreateTime, :Code, :CorpId, :MerchantId, :ProductId, :BatchId, :Province, :City, :District
|
@@ -4285,60 +4140,42 @@ module TencentCloud
|
|
4285
4140
|
# @param LogId: 行ID
|
4286
4141
|
# @type LogId: Integer
|
4287
4142
|
# @param Openid: 微信openid
|
4288
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4289
4143
|
# @type Openid: String
|
4290
4144
|
# @param Nickname: 微信昵称
|
4291
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4292
4145
|
# @type Nickname: String
|
4293
4146
|
# @param CreateTime: 创建时间
|
4294
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4295
4147
|
# @type CreateTime: String
|
4296
4148
|
# @param Code: 码
|
4297
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4298
4149
|
# @type Code: String
|
4299
4150
|
# @param CorpId: 企业ID
|
4300
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4301
4151
|
# @type CorpId: Integer
|
4302
4152
|
# @param MerchantId: 商户ID
|
4303
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4304
4153
|
# @type MerchantId: String
|
4305
4154
|
# @param ProductId: 商品ID
|
4306
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4307
4155
|
# @type ProductId: String
|
4308
4156
|
# @param Ip: ip地址
|
4309
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4310
4157
|
# @type Ip: String
|
4311
4158
|
# @param Country: 国家
|
4312
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4313
4159
|
# @type Country: String
|
4314
4160
|
# @param Province: 省份
|
4315
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4316
4161
|
# @type Province: String
|
4317
4162
|
# @param City: 城市
|
4318
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4319
4163
|
# @type City: String
|
4320
4164
|
# @param District: 县/区
|
4321
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4322
4165
|
# @type District: String
|
4323
4166
|
# @param Unionid: 微信 unionid
|
4324
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4325
4167
|
# @type Unionid: String
|
4326
4168
|
# @param First: 首次扫码 0:否, 1:是
|
4327
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4328
4169
|
# @type First: Integer
|
4329
4170
|
# @param BatchId: 批次ID
|
4330
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4331
4171
|
# @type BatchId: String
|
4332
4172
|
# @param Type: 扫码类型 0:无效扫码 1: 小程序扫码 2: 商家扫码
|
4333
4173
|
# @type Type: Integer
|
4334
4174
|
# @param MerchantName: 商户名称
|
4335
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4336
4175
|
# @type MerchantName: String
|
4337
4176
|
# @param ProductName: 产品名称
|
4338
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4339
4177
|
# @type ProductName: String
|
4340
4178
|
# @param ProductLogo: 产品Logo
|
4341
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4342
4179
|
# @type ProductLogo: String
|
4343
4180
|
# @param Status: 风险状态
|
4344
4181
|
# 0: 未知, 1:通过, 2:失败/风险, 3:存疑
|
@@ -4485,13 +4322,10 @@ module TencentCloud
|
|
4485
4322
|
# @param Level: 码层级 0: 最小级, 1: 一级, 2: 二级
|
4486
4323
|
# @type Level: Integer
|
4487
4324
|
# @param PackSpec: 码层级详情
|
4488
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4489
4325
|
# @type PackSpec: Array
|
4490
4326
|
# @param SceneCode: 场景码
|
4491
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4492
4327
|
# @type SceneCode: Integer
|
4493
4328
|
# @param SerialCode: 流水码
|
4494
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4495
4329
|
# @type SerialCode: Integer
|
4496
4330
|
|
4497
4331
|
attr_accessor :Code, :CorpId, :PackId, :BatchId, :MerchantId, :ProductId, :Status, :CreateTime, :UpdateTime, :MerchantName, :ProductName, :AgentId, :Level, :PackSpec, :SceneCode, :SerialCode
|
@@ -4551,7 +4385,6 @@ module TencentCloud
|
|
4551
4385
|
# @param Type: 码类型 0: 批次, 1: 码, 2: 生产任务
|
4552
4386
|
# @type Type: Integer
|
4553
4387
|
# @param Code: 码值,跟码类型一一对应
|
4554
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4555
4388
|
# @type Code: String
|
4556
4389
|
# @param Rank: 排序,在Phase相同情况下,值越小排名靠前
|
4557
4390
|
# @type Rank: Integer
|
@@ -4560,22 +4393,16 @@ module TencentCloud
|
|
4560
4393
|
# @param PhaseName: 溯源环节名称
|
4561
4394
|
# @type PhaseName: String
|
4562
4395
|
# @param TraceTime: 溯源时间
|
4563
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4564
4396
|
# @type TraceTime: String
|
4565
4397
|
# @param CreateTime: 创建时间
|
4566
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4567
4398
|
# @type CreateTime: String
|
4568
4399
|
# @param ChainStatus: 上链状态 0: 未上链 1: 上链中 2: 已上链 -1: 异常
|
4569
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4570
4400
|
# @type ChainStatus: Integer
|
4571
4401
|
# @param ChainTime: 上链时间
|
4572
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4573
4402
|
# @type ChainTime: String
|
4574
4403
|
# @param ChainData: 上链数据
|
4575
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4576
4404
|
# @type ChainData: :class:`Tencentcloud::Trp.v20210515.models.ChainData`
|
4577
4405
|
# @param PhaseData: 溯源阶段配置
|
4578
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4579
4406
|
# @type PhaseData: :class:`Tencentcloud::Trp.v20210515.models.PhaseData`
|
4580
4407
|
# @param Status: 溯源阶段状态 0: 无效, 1: 有效
|
4581
4408
|
# @type Status: Integer
|
@@ -4717,34 +4544,27 @@ module TencentCloud
|
|
4717
4544
|
# 付费信息使用量
|
4718
4545
|
class UsageQuota < TencentCloud::Common::AbstractModel
|
4719
4546
|
# @param CorpId: 企业ID
|
4720
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4721
4547
|
# @type CorpId: Integer
|
4722
4548
|
# @param FactoryCnt: 商户配额
|
4723
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4724
4549
|
# @type FactoryCnt: Integer
|
4725
4550
|
# @param ItemCnt: 商品数量
|
4726
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4727
4551
|
# @type ItemCnt: Integer
|
4728
4552
|
# @param TrackCnt: 溯源码量
|
4729
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4730
4553
|
# @type TrackCnt: Integer
|
4731
4554
|
# @param SaleCnt: 营销码额度
|
4732
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4733
4555
|
# @type SaleCnt: Integer
|
4734
4556
|
# @param ChainCnt: 区块链上链次数
|
4735
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4736
4557
|
# @type ChainCnt: Integer
|
4737
4558
|
# @param RiskCnt: 风险检测次数
|
4738
4559
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
4739
4560
|
# @type RiskCnt: Integer
|
4740
4561
|
# @param UpdateTime: 时间
|
4741
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4742
4562
|
# @type UpdateTime: String
|
4743
4563
|
|
4744
4564
|
attr_accessor :CorpId, :FactoryCnt, :ItemCnt, :TrackCnt, :SaleCnt, :ChainCnt, :RiskCnt, :UpdateTime
|
4745
4565
|
extend Gem::Deprecate
|
4746
|
-
deprecate :RiskCnt, :none,
|
4747
|
-
deprecate :RiskCnt=, :none,
|
4566
|
+
deprecate :RiskCnt, :none, 2025, 2
|
4567
|
+
deprecate :RiskCnt=, :none, 2025, 2
|
4748
4568
|
|
4749
4569
|
def initialize(corpid=nil, factorycnt=nil, itemcnt=nil, trackcnt=nil, salecnt=nil, chaincnt=nil, riskcnt=nil, updatetime=nil)
|
4750
4570
|
@CorpId = corpid
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-trp
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1003
|
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-02-
|
11
|
+
date: 2025-02-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|