tencentcloud-sdk-nodejs 4.0.355 → 4.0.356

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.
Files changed (80) hide show
  1. package/CHANGELOG.md +514 -0
  2. package/SERVICE_CHANGELOG.md +908 -113
  3. package/package.json +1 -1
  4. package/products.md +18 -17
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/advisor/v20200721/advisor_models.ts +16 -0
  7. package/src/services/billing/v20180709/billing_models.ts +70 -8
  8. package/src/services/cdb/v20170320/cdb_models.ts +6 -0
  9. package/src/services/cls/v20201016/cls_models.ts +7 -1
  10. package/src/services/emr/v20190103/emr_client.ts +3 -1
  11. package/src/services/emr/v20190103/emr_models.ts +90 -0
  12. package/src/services/index.ts +1 -0
  13. package/src/services/live/v20180801/live_client.ts +8 -8
  14. package/src/services/live/v20180801/live_models.ts +39 -5
  15. package/src/services/mrs/v20200910/mrs_models.ts +6 -0
  16. package/src/services/oceanus/v20190422/oceanus_client.ts +12 -0
  17. package/src/services/oceanus/v20190422/oceanus_models.ts +53 -0
  18. package/src/services/ocr/v20181119/ocr_client.ts +1 -1
  19. package/src/services/ocr/v20181119/ocr_models.ts +10 -0
  20. package/src/services/tcm/v20210413/tcm_client.ts +1 -0
  21. package/src/services/tcm/v20210413/tcm_models.ts +56 -0
  22. package/src/services/tcss/v20201101/tcss_models.ts +16 -1
  23. package/src/services/tem/v20210701/tem_models.ts +15 -10
  24. package/src/services/teo/v20220106/teo_client.ts +288 -51
  25. package/src/services/teo/v20220106/teo_models.ts +2232 -362
  26. package/src/services/tione/index.ts +2 -0
  27. package/src/services/tione/v20211111/index.ts +6 -0
  28. package/src/services/tione/v20211111/tione_client.ts +388 -0
  29. package/src/services/tione/v20211111/tione_models.ts +3004 -0
  30. package/src/services/trp/index.ts +5 -0
  31. package/src/services/trp/v20210515/index.ts +6 -0
  32. package/src/services/trp/v20210515/trp_client.ts +377 -0
  33. package/src/services/trp/v20210515/trp_models.ts +1708 -0
  34. package/tencentcloud/common/sdk_version.d.ts +1 -1
  35. package/tencentcloud/common/sdk_version.js +1 -1
  36. package/tencentcloud/services/advisor/v20200721/advisor_models.d.ts +13 -0
  37. package/tencentcloud/services/billing/v20180709/billing_models.d.ts +59 -8
  38. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +5 -0
  39. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +6 -1
  40. package/tencentcloud/services/emr/v20190103/emr_client.d.ts +1 -1
  41. package/tencentcloud/services/emr/v20190103/emr_client.js +1 -1
  42. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +74 -0
  43. package/tencentcloud/services/index.d.ts +1 -0
  44. package/tencentcloud/services/index.js +2 -0
  45. package/tencentcloud/services/live/v20180801/live_client.d.ts +7 -8
  46. package/tencentcloud/services/live/v20180801/live_client.js +6 -7
  47. package/tencentcloud/services/live/v20180801/live_models.d.ts +34 -5
  48. package/tencentcloud/services/mrs/v20200910/mrs_models.d.ts +5 -0
  49. package/tencentcloud/services/oceanus/v20190422/oceanus_client.d.ts +5 -1
  50. package/tencentcloud/services/oceanus/v20190422/oceanus_client.js +6 -0
  51. package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +45 -0
  52. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +1 -1
  53. package/tencentcloud/services/ocr/v20181119/ocr_client.js +1 -1
  54. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +9 -0
  55. package/tencentcloud/services/tcm/v20210413/tcm_models.d.ts +46 -0
  56. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +14 -1
  57. package/tencentcloud/services/tem/v20210701/tem_models.d.ts +14 -10
  58. package/tencentcloud/services/teo/v20220106/teo_client.d.ts +79 -11
  59. package/tencentcloud/services/teo/v20220106/teo_client.js +117 -15
  60. package/tencentcloud/services/teo/v20220106/teo_models.d.ts +1890 -309
  61. package/tencentcloud/services/tione/index.d.ts +4 -0
  62. package/tencentcloud/services/tione/index.js +2 -0
  63. package/tencentcloud/services/tione/v20211111/index.d.ts +6 -0
  64. package/tencentcloud/services/tione/v20211111/index.js +9 -0
  65. package/tencentcloud/services/tione/v20211111/tione_client.d.ts +114 -0
  66. package/tencentcloud/services/tione/v20211111/tione_client.js +187 -0
  67. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +2545 -0
  68. package/tencentcloud/services/tione/v20211111/tione_models.js +18 -0
  69. package/tencentcloud/services/trp/index.d.ts +6 -0
  70. package/tencentcloud/services/trp/index.js +7 -0
  71. package/tencentcloud/services/trp/v20210515/index.d.ts +6 -0
  72. package/tencentcloud/services/trp/v20210515/index.js +9 -0
  73. package/tencentcloud/services/trp/v20210515/trp_client.d.ts +122 -0
  74. package/tencentcloud/services/trp/v20210515/trp_client.js +199 -0
  75. package/tencentcloud/services/trp/v20210515/trp_models.d.ts +1431 -0
  76. package/tencentcloud/services/trp/v20210515/trp_models.js +18 -0
  77. package/test/oceanus.v20190422.test.js +10 -0
  78. package/test/teo.v20220106.test.js +180 -10
  79. package/test/tione.v20211111.test.js +281 -0
  80. package/test/trp.v20210515.test.js +301 -0
@@ -0,0 +1,1708 @@
1
+ /*
2
+ * Copyright (c) 2018 THL A29 Limited, a Tencent company. All Rights Reserved.
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing,
11
+ * software distributed under the License is distributed on an
12
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
13
+ * KIND, either express or implied. See the License for the
14
+ * specific language governing permissions and limitations
15
+ * under the License.
16
+ */
17
+
18
+ /**
19
+ * 批次
20
+ */
21
+ export interface CodeBatch {
22
+ /**
23
+ * 批次号
24
+ 注意:此字段可能返回 null,表示取不到有效值。
25
+ */
26
+ BatchId: string
27
+
28
+ /**
29
+ * 企业ID
30
+ 注意:此字段可能返回 null,表示取不到有效值。
31
+ */
32
+ CorpId: number
33
+
34
+ /**
35
+ * 码
36
+ 注意:此字段可能返回 null,表示取不到有效值。
37
+ */
38
+ BatchCode: string
39
+
40
+ /**
41
+ * 码数量
42
+ 注意:此字段可能返回 null,表示取不到有效值。
43
+ */
44
+ CodeCnt: number
45
+
46
+ /**
47
+ * 所属商户ID
48
+ 注意:此字段可能返回 null,表示取不到有效值。
49
+ */
50
+ MerchantId: string
51
+
52
+ /**
53
+ * 产品ID
54
+ 注意:此字段可能返回 null,表示取不到有效值。
55
+ */
56
+ ProductId: string
57
+
58
+ /**
59
+ * 批次类型
60
+ 注意:此字段可能返回 null,表示取不到有效值。
61
+ */
62
+ BatchType: number
63
+
64
+ /**
65
+ * 备注
66
+ 注意:此字段可能返回 null,表示取不到有效值。
67
+ */
68
+ Remark: string
69
+
70
+ /**
71
+ * 微信模板
72
+ 注意:此字段可能返回 null,表示取不到有效值。
73
+ */
74
+ MpTpl: string
75
+
76
+ /**
77
+ * 状态
78
+ 注意:此字段可能返回 null,表示取不到有效值。
79
+ */
80
+ Status: number
81
+
82
+ /**
83
+ * 创建时间
84
+ 注意:此字段可能返回 null,表示取不到有效值。
85
+ */
86
+ CreateTime: string
87
+
88
+ /**
89
+ * 修改时间
90
+ 注意:此字段可能返回 null,表示取不到有效值。
91
+ */
92
+ UpdateTime: string
93
+
94
+ /**
95
+ * 所属商户名称
96
+ 注意:此字段可能返回 null,表示取不到有效值。
97
+ */
98
+ MerchantName: string
99
+
100
+ /**
101
+ * 产品名称
102
+ 注意:此字段可能返回 null,表示取不到有效值。
103
+ */
104
+ ProductName: string
105
+
106
+ /**
107
+ * 0
108
+ 注意:此字段可能返回 null,表示取不到有效值。
109
+ */
110
+ Ext: Ext
111
+
112
+ /**
113
+ * 模板名称
114
+ 注意:此字段可能返回 null,表示取不到有效值。
115
+ */
116
+ TplName?: string
117
+ }
118
+
119
+ /**
120
+ * DeleteProduct请求参数结构体
121
+ */
122
+ export interface DeleteProductRequest {
123
+ /**
124
+ * 商品ID
125
+ */
126
+ ProductId: string
127
+
128
+ /**
129
+ * 企业ID
130
+ */
131
+ CorpId?: number
132
+ }
133
+
134
+ /**
135
+ * ModifyCodeBatch请求参数结构体
136
+ */
137
+ export interface ModifyCodeBatchRequest {
138
+ /**
139
+ * 批次ID
140
+ */
141
+ BatchId: string
142
+
143
+ /**
144
+ * 企业ID
145
+ */
146
+ CorpId?: number
147
+
148
+ /**
149
+ * 状态 0: 未激活 1: 已激活 -1: 已冻结
150
+ */
151
+ Status?: number
152
+
153
+ /**
154
+ * 模板ID
155
+ */
156
+ MpTpl?: string
157
+ }
158
+
159
+ /**
160
+ * CreateCodeBatch返回参数结构体
161
+ */
162
+ export interface CreateCodeBatchResponse {
163
+ /**
164
+ * 批次ID
165
+ */
166
+ BatchId: string
167
+
168
+ /**
169
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
170
+ */
171
+ RequestId?: string
172
+ }
173
+
174
+ /**
175
+ * DescribeProductById请求参数结构体
176
+ */
177
+ export interface DescribeProductByIdRequest {
178
+ /**
179
+ * 商品ID
180
+ */
181
+ ProductId: string
182
+
183
+ /**
184
+ * 企业ID
185
+ */
186
+ CorpId?: number
187
+ }
188
+
189
+ /**
190
+ * ModifyTraceDataRanks请求参数结构体
191
+ */
192
+ export interface ModifyTraceDataRanksRequest {
193
+ /**
194
+ * 企业ID
195
+ */
196
+ CorpId?: number
197
+
198
+ /**
199
+ * 批次ID
200
+ */
201
+ BatchId?: string
202
+
203
+ /**
204
+ * 生产任务ID
205
+ */
206
+ TaskId?: string
207
+
208
+ /**
209
+ * 溯源ID
210
+ */
211
+ TraceIds?: Array<string>
212
+ }
213
+
214
+ /**
215
+ * CreateTraceCodes返回参数结构体
216
+ */
217
+ export interface CreateTraceCodesResponse {
218
+ /**
219
+ * 批次ID
220
+ */
221
+ BatchId: string
222
+
223
+ /**
224
+ * 导入成功码数量
225
+ */
226
+ ActiveCnt: number
227
+
228
+ /**
229
+ * 批次码数量
230
+ */
231
+ CodeCnt: number
232
+
233
+ /**
234
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
235
+ */
236
+ RequestId?: string
237
+ }
238
+
239
+ /**
240
+ * DescribeTraceCodes返回参数结构体
241
+ */
242
+ export interface DescribeTraceCodesResponse {
243
+ /**
244
+ * 标识列表
245
+ 注意:此字段可能返回 null,表示取不到有效值。
246
+ */
247
+ TraceCodes: Array<TraceCode>
248
+
249
+ /**
250
+ * 条数
251
+ 注意:此字段可能返回 null,表示取不到有效值。
252
+ */
253
+ TotalCount: number
254
+
255
+ /**
256
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
257
+ */
258
+ RequestId?: string
259
+ }
260
+
261
+ /**
262
+ * DeleteTraceData请求参数结构体
263
+ */
264
+ export interface DeleteTraceDataRequest {
265
+ /**
266
+ * 溯源ID
267
+ */
268
+ TraceId: string
269
+
270
+ /**
271
+ * 企业ID
272
+ */
273
+ CorpId?: number
274
+ }
275
+
276
+ /**
277
+ * ModifyMerchant请求参数结构体
278
+ */
279
+ export interface ModifyMerchantRequest {
280
+ /**
281
+ * 商户名称
282
+ */
283
+ Name: string
284
+
285
+ /**
286
+ * 商户标识码
287
+ */
288
+ MerchantId: string
289
+
290
+ /**
291
+ * 备注
292
+ */
293
+ Remark?: string
294
+
295
+ /**
296
+ * 企业ID
297
+ */
298
+ CorpId?: number
299
+ }
300
+
301
+ /**
302
+ * ModifyProduct返回参数结构体
303
+ */
304
+ export interface ModifyProductResponse {
305
+ /**
306
+ * 商品ID
307
+ 注意:此字段可能返回 null,表示取不到有效值。
308
+ */
309
+ ProductId: string
310
+
311
+ /**
312
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
313
+ */
314
+ RequestId?: string
315
+ }
316
+
317
+ /**
318
+ * ModifyTraceData请求参数结构体
319
+ */
320
+ export interface ModifyTraceDataRequest {
321
+ /**
322
+ * 溯源ID
323
+ */
324
+ TraceId?: string
325
+
326
+ /**
327
+ * 批次ID
328
+ */
329
+ BatchId?: string
330
+
331
+ /**
332
+ * 生产溯源任务ID
333
+ */
334
+ TaskId?: string
335
+
336
+ /**
337
+ * 溯源信息
338
+ */
339
+ TraceItems?: Array<TraceItem>
340
+
341
+ /**
342
+ * 溯源阶段名称
343
+ */
344
+ PhaseName?: string
345
+
346
+ /**
347
+ * [无效] 类型
348
+ */
349
+ Type?: number
350
+
351
+ /**
352
+ * [无效] 溯源码
353
+ */
354
+ Code?: string
355
+
356
+ /**
357
+ * [无效] 排序
358
+ */
359
+ Rank?: number
360
+
361
+ /**
362
+ * [无效] 溯源阶段 0:商品 1:通用 2:物流
363
+ */
364
+ Phase?: number
365
+
366
+ /**
367
+ * [无效] 溯源时间
368
+ */
369
+ TraceTime?: string
370
+
371
+ /**
372
+ * [无效] 创建时间
373
+ */
374
+ CreateTime?: string
375
+
376
+ /**
377
+ * [无效] 上链状态
378
+ */
379
+ ChainStatus?: number
380
+
381
+ /**
382
+ * [无效] 上链时间
383
+ */
384
+ ChainTime?: string
385
+
386
+ /**
387
+ * [无效] 上链数据
388
+ */
389
+ ChainData?: ChainData
390
+
391
+ /**
392
+ * 企业ID
393
+ */
394
+ CorpId?: number
395
+
396
+ /**
397
+ * [无效] 溯源状态
398
+ */
399
+ Status?: number
400
+ }
401
+
402
+ /**
403
+ * CreateMerchant返回参数结构体
404
+ */
405
+ export interface CreateMerchantResponse {
406
+ /**
407
+ * 商户标识码
408
+ 注意:此字段可能返回 null,表示取不到有效值。
409
+ */
410
+ MerchantId: string
411
+
412
+ /**
413
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
414
+ */
415
+ RequestId?: string
416
+ }
417
+
418
+ /**
419
+ * DescribeMerchantById请求参数结构体
420
+ */
421
+ export interface DescribeMerchantByIdRequest {
422
+ /**
423
+ * 商户标识码
424
+ */
425
+ MerchantId: string
426
+
427
+ /**
428
+ * 企业ID
429
+ */
430
+ CorpId?: number
431
+ }
432
+
433
+ /**
434
+ * ModifyTraceDataRanks返回参数结构体
435
+ */
436
+ export interface ModifyTraceDataRanksResponse {
437
+ /**
438
+ * 批次ID
439
+ 注意:此字段可能返回 null,表示取不到有效值。
440
+ */
441
+ BatchId: string
442
+
443
+ /**
444
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
445
+ */
446
+ RequestId?: string
447
+ }
448
+
449
+ /**
450
+ * 商户信息
451
+ */
452
+ export interface Merchant {
453
+ /**
454
+ * 商户标识码
455
+ */
456
+ MerchantId: string
457
+
458
+ /**
459
+ * 企业id
460
+ */
461
+ CorpId: number
462
+
463
+ /**
464
+ * 商户名称
465
+ */
466
+ Name: string
467
+
468
+ /**
469
+ * 备注
470
+ 注意:此字段可能返回 null,表示取不到有效值。
471
+ */
472
+ Remark: string
473
+
474
+ /**
475
+ * 创建时间
476
+ */
477
+ CreateTime: string
478
+
479
+ /**
480
+ * 更新时间
481
+ */
482
+ UpdateTime: string
483
+
484
+ /**
485
+ * 商户码规则
486
+ */
487
+ CodeRule: string
488
+ }
489
+
490
+ /**
491
+ * CreateTraceCodes请求参数结构体
492
+ */
493
+ export interface CreateTraceCodesRequest {
494
+ /**
495
+ * 批次ID
496
+ */
497
+ BatchId: string
498
+
499
+ /**
500
+ * 企业ID
501
+ */
502
+ CorpId?: number
503
+
504
+ /**
505
+ * 码
506
+ */
507
+ Codes?: Array<CodeItem>
508
+ }
509
+
510
+ /**
511
+ * DeleteProduct返回参数结构体
512
+ */
513
+ export interface DeleteProductResponse {
514
+ /**
515
+ * 商品ID
516
+ 注意:此字段可能返回 null,表示取不到有效值。
517
+ */
518
+ ProductId: string
519
+
520
+ /**
521
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
522
+ */
523
+ RequestId?: string
524
+ }
525
+
526
+ /**
527
+ * DescribeCodeBatchs请求参数结构体
528
+ */
529
+ export interface DescribeCodeBatchsRequest {
530
+ /**
531
+ * 查询商户ID
532
+ */
533
+ MerchantId?: string
534
+
535
+ /**
536
+ * 查询商品ID
537
+ */
538
+ ProductId?: string
539
+
540
+ /**
541
+ * 查询关键字
542
+ */
543
+ Keyword?: string
544
+
545
+ /**
546
+ * 条数
547
+ */
548
+ PageSize?: number
549
+
550
+ /**
551
+ * 页数
552
+ */
553
+ PageNumber?: number
554
+
555
+ /**
556
+ * 批次类型 0:溯源 1:营销
557
+ */
558
+ BatchType?: string
559
+
560
+ /**
561
+ * 企业ID
562
+ */
563
+ CorpId?: number
564
+ }
565
+
566
+ /**
567
+ * DescribeProducts请求参数结构体
568
+ */
569
+ export interface DescribeProductsRequest {
570
+ /**
571
+ * 商品名称
572
+ */
573
+ Name?: string
574
+
575
+ /**
576
+ * 条数
577
+ */
578
+ PageSize?: number
579
+
580
+ /**
581
+ * 页数
582
+ */
583
+ PageNumber?: number
584
+
585
+ /**
586
+ * 商品ID
587
+ */
588
+ MerchantId?: string
589
+
590
+ /**
591
+ * 企业ID
592
+ */
593
+ CorpId?: number
594
+ }
595
+
596
+ /**
597
+ * DescribeCodeBatchById返回参数结构体
598
+ */
599
+ export interface DescribeCodeBatchByIdResponse {
600
+ /**
601
+ * 批次
602
+ */
603
+ CodeBatch: CodeBatch
604
+
605
+ /**
606
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
607
+ */
608
+ RequestId?: string
609
+ }
610
+
611
+ /**
612
+ * 溯源码
613
+ */
614
+ export interface TraceCode {
615
+ /**
616
+ * 码
617
+ */
618
+ Code: string
619
+
620
+ /**
621
+ * 企业ID
622
+ */
623
+ CorpId: number
624
+
625
+ /**
626
+ * 包ID
627
+ */
628
+ PackId: string
629
+
630
+ /**
631
+ * 批次ID
632
+ */
633
+ BatchId: string
634
+
635
+ /**
636
+ * 所属商户ID
637
+ */
638
+ MerchantId: string
639
+
640
+ /**
641
+ * 产品ID
642
+ */
643
+ ProductId: string
644
+
645
+ /**
646
+ * 状态
647
+ */
648
+ Status: number
649
+
650
+ /**
651
+ * 创建时间
652
+ */
653
+ CreateTime: string
654
+
655
+ /**
656
+ * 修改时间
657
+ */
658
+ UpdateTime: string
659
+
660
+ /**
661
+ * 商户名称
662
+ */
663
+ MerchantName: string
664
+
665
+ /**
666
+ * 产品名称
667
+ */
668
+ ProductName: string
669
+ }
670
+
671
+ /**
672
+ * DeleteTraceData返回参数结构体
673
+ */
674
+ export interface DeleteTraceDataResponse {
675
+ /**
676
+ * 溯源id
677
+ 注意:此字段可能返回 null,表示取不到有效值。
678
+ */
679
+ TraceId: string
680
+
681
+ /**
682
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
683
+ */
684
+ RequestId?: string
685
+ }
686
+
687
+ /**
688
+ * ModifyProduct请求参数结构体
689
+ */
690
+ export interface ModifyProductRequest {
691
+ /**
692
+ * 商品名称
693
+ */
694
+ Name: string
695
+
696
+ /**
697
+ * 商品ID
698
+ */
699
+ ProductId: string
700
+
701
+ /**
702
+ * 备注
703
+ */
704
+ Remark?: string
705
+
706
+ /**
707
+ * 商品规格
708
+ */
709
+ Specification?: string
710
+
711
+ /**
712
+ * 商品图片
713
+ */
714
+ Logo?: Array<string>
715
+
716
+ /**
717
+ * 企业ID
718
+ */
719
+ CorpId?: number
720
+
721
+ /**
722
+ * 预留字段
723
+ */
724
+ Ext?: Ext
725
+ }
726
+
727
+ /**
728
+ * CreateCodePack返回参数结构体
729
+ */
730
+ export interface CreateCodePackResponse {
731
+ /**
732
+ * 码包ID
733
+ */
734
+ PackId: string
735
+
736
+ /**
737
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
738
+ */
739
+ RequestId?: string
740
+ }
741
+
742
+ /**
743
+ * DescribeMerchants返回参数结构体
744
+ */
745
+ export interface DescribeMerchantsResponse {
746
+ /**
747
+ * 商户列表
748
+ 注意:此字段可能返回 null,表示取不到有效值。
749
+ */
750
+ Merchants: Array<Merchant>
751
+
752
+ /**
753
+ * 总数
754
+ 注意:此字段可能返回 null,表示取不到有效值。
755
+ */
756
+ TotalCount: number
757
+
758
+ /**
759
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
760
+ */
761
+ RequestId?: string
762
+ }
763
+
764
+ /**
765
+ * DescribeTraceDataList请求参数结构体
766
+ */
767
+ export interface DescribeTraceDataListRequest {
768
+ /**
769
+ * 企业ID
770
+ */
771
+ CorpId?: number
772
+
773
+ /**
774
+ * 批次ID
775
+ */
776
+ BatchId?: string
777
+
778
+ /**
779
+ * 任务ID 用于外部溯源
780
+ */
781
+ TaskId?: string
782
+
783
+ /**
784
+ * 页数
785
+ */
786
+ PageNumber?: number
787
+
788
+ /**
789
+ * 二维码
790
+ */
791
+ Code?: string
792
+
793
+ /**
794
+ * 溯源阶段 0:商品 1:通用 2:内部溯源 3:外部溯源
795
+ */
796
+ Phase?: number
797
+
798
+ /**
799
+ * 数量
800
+ */
801
+ PageSize?: number
802
+ }
803
+
804
+ /**
805
+ * DescribeMerchantById返回参数结构体
806
+ */
807
+ export interface DescribeMerchantByIdResponse {
808
+ /**
809
+ * 商户信息
810
+ 注意:此字段可能返回 null,表示取不到有效值。
811
+ */
812
+ Merchant: Merchant
813
+
814
+ /**
815
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
816
+ */
817
+ RequestId?: string
818
+ }
819
+
820
+ /**
821
+ * ModifyMerchant返回参数结构体
822
+ */
823
+ export interface ModifyMerchantResponse {
824
+ /**
825
+ * 商户标识码
826
+ 注意:此字段可能返回 null,表示取不到有效值。
827
+ */
828
+ MerchantId: string
829
+
830
+ /**
831
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
832
+ */
833
+ RequestId?: string
834
+ }
835
+
836
+ /**
837
+ * DeleteMerchant返回参数结构体
838
+ */
839
+ export interface DeleteMerchantResponse {
840
+ /**
841
+ * 商户标识码
842
+ 注意:此字段可能返回 null,表示取不到有效值。
843
+ */
844
+ MerchantId: string
845
+
846
+ /**
847
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
848
+ */
849
+ RequestId?: string
850
+ }
851
+
852
+ /**
853
+ * DescribeCodesByPack返回参数结构体
854
+ */
855
+ export interface DescribeCodesByPackResponse {
856
+ /**
857
+ * 码列表
858
+ 注意:此字段可能返回 null,表示取不到有效值。
859
+ */
860
+ Codes: Array<CodeItem>
861
+
862
+ /**
863
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
864
+ */
865
+ RequestId?: string
866
+ }
867
+
868
+ /**
869
+ * DeleteCodeBatch返回参数结构体
870
+ */
871
+ export interface DeleteCodeBatchResponse {
872
+ /**
873
+ * 批次ID
874
+ */
875
+ BatchId: string
876
+
877
+ /**
878
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
879
+ */
880
+ RequestId?: string
881
+ }
882
+
883
+ /**
884
+ * DescribeTraceDataList返回参数结构体
885
+ */
886
+ export interface DescribeTraceDataListResponse {
887
+ /**
888
+ * 数量
889
+ */
890
+ TotalCount: number
891
+
892
+ /**
893
+ * 无
894
+ */
895
+ TraceDataList: Array<TraceData>
896
+
897
+ /**
898
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
899
+ */
900
+ RequestId?: string
901
+ }
902
+
903
+ /**
904
+ * CreateTraceChain请求参数结构体
905
+ */
906
+ export interface CreateTraceChainRequest {
907
+ /**
908
+ * 企业ID
909
+ */
910
+ CorpId?: number
911
+
912
+ /**
913
+ * 溯源ID
914
+ */
915
+ TraceId?: string
916
+ }
917
+
918
+ /**
919
+ * 溯源数据
920
+ */
921
+ export interface TraceItem {
922
+ /**
923
+ * 名称
924
+ 注意:此字段可能返回 null,表示取不到有效值。
925
+ */
926
+ Name: string
927
+
928
+ /**
929
+ * 单个值
930
+ 注意:此字段可能返回 null,表示取不到有效值。
931
+ */
932
+ Value: string
933
+
934
+ /**
935
+ * 类型
936
+ 注意:此字段可能返回 null,表示取不到有效值。
937
+ */
938
+ Type: string
939
+
940
+ /**
941
+ * 只读
942
+ 注意:此字段可能返回 null,表示取不到有效值。
943
+ */
944
+ ReadOnly: boolean
945
+
946
+ /**
947
+ * 扫码展示
948
+ 注意:此字段可能返回 null,表示取不到有效值。
949
+ */
950
+ Hidden: boolean
951
+
952
+ /**
953
+ * 多个值
954
+ 注意:此字段可能返回 null,表示取不到有效值。
955
+ */
956
+ Values: Array<string>
957
+ }
958
+
959
+ /**
960
+ * DeleteCodeBatch请求参数结构体
961
+ */
962
+ export interface DeleteCodeBatchRequest {
963
+ /**
964
+ * 企业ID
965
+ */
966
+ CorpId?: number
967
+
968
+ /**
969
+ * 批次ID
970
+ */
971
+ BatchId?: string
972
+ }
973
+
974
+ /**
975
+ * 预留字段
976
+ */
977
+ export type Ext = null
978
+
979
+ /**
980
+ * DescribeMerchants请求参数结构体
981
+ */
982
+ export interface DescribeMerchantsRequest {
983
+ /**
984
+ * 搜索商户名称
985
+ */
986
+ Name?: string
987
+
988
+ /**
989
+ * 条数
990
+ */
991
+ PageSize?: number
992
+
993
+ /**
994
+ * 页数
995
+ */
996
+ PageNumber?: number
997
+
998
+ /**
999
+ * 企业ID
1000
+ */
1001
+ CorpId?: number
1002
+ }
1003
+
1004
+ /**
1005
+ * 码类型
1006
+ */
1007
+ export interface CodeItem {
1008
+ /**
1009
+ * 无
1010
+ */
1011
+ Code?: string
1012
+ }
1013
+
1014
+ /**
1015
+ * ModifyTraceCode请求参数结构体
1016
+ */
1017
+ export interface ModifyTraceCodeRequest {
1018
+ /**
1019
+ * 二维码
1020
+ */
1021
+ Code: string
1022
+
1023
+ /**
1024
+ * 企业ID
1025
+ */
1026
+ CorpId?: number
1027
+
1028
+ /**
1029
+ * 状态 0: 冻结 1: 激活
1030
+ */
1031
+ Status?: number
1032
+ }
1033
+
1034
+ /**
1035
+ * CreateProduct返回参数结构体
1036
+ */
1037
+ export interface CreateProductResponse {
1038
+ /**
1039
+ * 商品ID
1040
+ 注意:此字段可能返回 null,表示取不到有效值。
1041
+ */
1042
+ ProductId: string
1043
+
1044
+ /**
1045
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1046
+ */
1047
+ RequestId?: string
1048
+ }
1049
+
1050
+ /**
1051
+ * CreateTraceData返回参数结构体
1052
+ */
1053
+ export interface CreateTraceDataResponse {
1054
+ /**
1055
+ * 溯源ID
1056
+ */
1057
+ TraceId: string
1058
+
1059
+ /**
1060
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1061
+ */
1062
+ RequestId?: string
1063
+ }
1064
+
1065
+ /**
1066
+ * CreateTraceData请求参数结构体
1067
+ */
1068
+ export interface CreateTraceDataRequest {
1069
+ /**
1070
+ * 企业ID
1071
+ */
1072
+ CorpId?: number
1073
+
1074
+ /**
1075
+ * 批次ID
1076
+ */
1077
+ BatchId?: string
1078
+
1079
+ /**
1080
+ * 任务ID
1081
+ */
1082
+ TaskId?: string
1083
+
1084
+ /**
1085
+ * 溯源阶段 0:商品 1:通用 2:内部溯源 3:外部溯源
1086
+ */
1087
+ Phase?: number
1088
+
1089
+ /**
1090
+ * 溯源阶段名称
1091
+ */
1092
+ PhaseName?: string
1093
+
1094
+ /**
1095
+ * [无效] 上链状态
1096
+ */
1097
+ ChainStatus?: number
1098
+
1099
+ /**
1100
+ * [无效] 码类型 0: 批次, 1: 码, 2: 生产任务, 3: 物流信息
1101
+ */
1102
+ Type?: number
1103
+
1104
+ /**
1105
+ * [无效] 溯源ID
1106
+ */
1107
+ TraceId?: string
1108
+
1109
+ /**
1110
+ * 溯源信息
1111
+ */
1112
+ TraceItems?: Array<TraceItem>
1113
+ }
1114
+
1115
+ /**
1116
+ * CreateMerchant请求参数结构体
1117
+ */
1118
+ export interface CreateMerchantRequest {
1119
+ /**
1120
+ * 商户名称
1121
+ */
1122
+ Name: string
1123
+
1124
+ /**
1125
+ * 备注
1126
+ */
1127
+ Remark?: string
1128
+
1129
+ /**
1130
+ * 企业ID
1131
+ */
1132
+ CorpId?: number
1133
+ }
1134
+
1135
+ /**
1136
+ * DescribeCodeBatchs返回参数结构体
1137
+ */
1138
+ export interface DescribeCodeBatchsResponse {
1139
+ /**
1140
+ * 批次列表
1141
+ 注意:此字段可能返回 null,表示取不到有效值。
1142
+ */
1143
+ CodeBatchs: Array<CodeBatch>
1144
+
1145
+ /**
1146
+ * 总条数
1147
+ 注意:此字段可能返回 null,表示取不到有效值。
1148
+ */
1149
+ TotalCount: number
1150
+
1151
+ /**
1152
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1153
+ */
1154
+ RequestId?: string
1155
+ }
1156
+
1157
+ /**
1158
+ * DescribeCodeBatchById请求参数结构体
1159
+ */
1160
+ export interface DescribeCodeBatchByIdRequest {
1161
+ /**
1162
+ * 企业ID
1163
+ */
1164
+ CorpId?: number
1165
+
1166
+ /**
1167
+ * 批次ID
1168
+ */
1169
+ BatchId?: string
1170
+ }
1171
+
1172
+ /**
1173
+ * DescribeTraceCodeById返回参数结构体
1174
+ */
1175
+ export interface DescribeTraceCodeByIdResponse {
1176
+ /**
1177
+ * 无
1178
+ */
1179
+ TraceCode: TraceCode
1180
+
1181
+ /**
1182
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1183
+ */
1184
+ RequestId?: string
1185
+ }
1186
+
1187
+ /**
1188
+ * DescribeCodePacks返回参数结构体
1189
+ */
1190
+ export interface DescribeCodePacksResponse {
1191
+ /**
1192
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1193
+ */
1194
+ RequestId?: string
1195
+ }
1196
+
1197
+ /**
1198
+ * 溯源数据
1199
+ */
1200
+ export interface TraceData {
1201
+ /**
1202
+ * 溯源ID
1203
+ 注意:此字段可能返回 null,表示取不到有效值。
1204
+ */
1205
+ TraceId: string
1206
+
1207
+ /**
1208
+ * 企业ID
1209
+ 注意:此字段可能返回 null,表示取不到有效值。
1210
+ */
1211
+ CorpId: number
1212
+
1213
+ /**
1214
+ * 0
1215
+ 注意:此字段可能返回 null,表示取不到有效值。
1216
+ */
1217
+ Type: number
1218
+
1219
+ /**
1220
+ * 码
1221
+ 注意:此字段可能返回 null,表示取不到有效值。
1222
+ */
1223
+ Code: string
1224
+
1225
+ /**
1226
+ * 排序
1227
+ 注意:此字段可能返回 null,表示取不到有效值。
1228
+ */
1229
+ Rank: number
1230
+
1231
+ /**
1232
+ * 溯源阶段 0:商品 1:通用 2:物流
1233
+ 注意:此字段可能返回 null,表示取不到有效值。
1234
+ */
1235
+ Phase: number
1236
+
1237
+ /**
1238
+ * 环节名称
1239
+ 注意:此字段可能返回 null,表示取不到有效值。
1240
+ */
1241
+ PhaseName: string
1242
+
1243
+ /**
1244
+ * 时间
1245
+ 注意:此字段可能返回 null,表示取不到有效值。
1246
+ */
1247
+ TraceTime: string
1248
+
1249
+ /**
1250
+ * 无
1251
+ 注意:此字段可能返回 null,表示取不到有效值。
1252
+ */
1253
+ TraceItems: Array<TraceItem>
1254
+
1255
+ /**
1256
+ * 创建时间
1257
+ 注意:此字段可能返回 null,表示取不到有效值。
1258
+ */
1259
+ CreateTime: string
1260
+
1261
+ /**
1262
+ * 上链状态 0: 未上链 1: 上链中 2: 已上链 -1: 异常
1263
+ 注意:此字段可能返回 null,表示取不到有效值。
1264
+ */
1265
+ ChainStatus: number
1266
+
1267
+ /**
1268
+ * 上链时间
1269
+ 注意:此字段可能返回 null,表示取不到有效值。
1270
+ */
1271
+ ChainTime: string
1272
+
1273
+ /**
1274
+ * 无
1275
+ 注意:此字段可能返回 null,表示取不到有效值。
1276
+ */
1277
+ ChainData: ChainData
1278
+ }
1279
+
1280
+ /**
1281
+ * DescribeProductById返回参数结构体
1282
+ */
1283
+ export interface DescribeProductByIdResponse {
1284
+ /**
1285
+ * 商品信息
1286
+ 注意:此字段可能返回 null,表示取不到有效值。
1287
+ */
1288
+ Product: Product
1289
+
1290
+ /**
1291
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1292
+ */
1293
+ RequestId?: string
1294
+ }
1295
+
1296
+ /**
1297
+ * 数组
1298
+ */
1299
+ export interface PackSpec {
1300
+ /**
1301
+ * 层级
1302
+ */
1303
+ Level: number
1304
+
1305
+ /**
1306
+ * 比例
1307
+ */
1308
+ Rate: number
1309
+
1310
+ /**
1311
+ * 数量
1312
+ */
1313
+ Amount: number
1314
+ }
1315
+
1316
+ /**
1317
+ * DescribeCodesByPack请求参数结构体
1318
+ */
1319
+ export interface DescribeCodesByPackRequest {
1320
+ /**
1321
+ * 码包ID
1322
+ */
1323
+ PackId: string
1324
+
1325
+ /**
1326
+ * 企业ID
1327
+ */
1328
+ CorpId?: number
1329
+ }
1330
+
1331
+ /**
1332
+ * DescribeCodePacks请求参数结构体
1333
+ */
1334
+ export interface DescribeCodePacksRequest {
1335
+ /**
1336
+ * 每页数量
1337
+ */
1338
+ PageSize?: number
1339
+
1340
+ /**
1341
+ * 页数
1342
+ */
1343
+ PageNumber?: number
1344
+
1345
+ /**
1346
+ * 查询关键字
1347
+ */
1348
+ Keyword?: string
1349
+
1350
+ /**
1351
+ * 企业ID
1352
+ */
1353
+ CorpId?: number
1354
+ }
1355
+
1356
+ /**
1357
+ * DescribeProducts返回参数结构体
1358
+ */
1359
+ export interface DescribeProductsResponse {
1360
+ /**
1361
+ * 商品列表
1362
+ 注意:此字段可能返回 null,表示取不到有效值。
1363
+ */
1364
+ Products: Array<Product>
1365
+
1366
+ /**
1367
+ * 总数
1368
+ 注意:此字段可能返回 null,表示取不到有效值。
1369
+ */
1370
+ TotalCount: number
1371
+
1372
+ /**
1373
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1374
+ */
1375
+ RequestId?: string
1376
+ }
1377
+
1378
+ /**
1379
+ * CreateProduct请求参数结构体
1380
+ */
1381
+ export interface CreateProductRequest {
1382
+ /**
1383
+ * 商品名称
1384
+ */
1385
+ Name: string
1386
+
1387
+ /**
1388
+ * 商户ID
1389
+ */
1390
+ MerchantId: string
1391
+
1392
+ /**
1393
+ * 备注
1394
+ */
1395
+ Remark?: string
1396
+
1397
+ /**
1398
+ * 商户名称
1399
+ */
1400
+ MerchantName?: string
1401
+
1402
+ /**
1403
+ * 商品规格
1404
+ */
1405
+ Specification?: string
1406
+
1407
+ /**
1408
+ * 商品图片
1409
+ */
1410
+ Logo?: Array<string>
1411
+
1412
+ /**
1413
+ * 企业ID
1414
+ */
1415
+ CorpId?: number
1416
+
1417
+ /**
1418
+ * 预留字段
1419
+ */
1420
+ Ext?: Ext
1421
+ }
1422
+
1423
+ /**
1424
+ * CreateTraceChain返回参数结构体
1425
+ */
1426
+ export interface CreateTraceChainResponse {
1427
+ /**
1428
+ * 溯源ID
1429
+ */
1430
+ TraceId: string
1431
+
1432
+ /**
1433
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1434
+ */
1435
+ RequestId?: string
1436
+ }
1437
+
1438
+ /**
1439
+ * DescribeTraceCodeById请求参数结构体
1440
+ */
1441
+ export interface DescribeTraceCodeByIdRequest {
1442
+ /**
1443
+ * 企业ID
1444
+ */
1445
+ CorpId?: number
1446
+
1447
+ /**
1448
+ * 二维码
1449
+ */
1450
+ Code?: string
1451
+ }
1452
+
1453
+ /**
1454
+ * CreateCodePack请求参数结构体
1455
+ */
1456
+ export interface CreateCodePackRequest {
1457
+ /**
1458
+ * 商户ID
1459
+ */
1460
+ MerchantId: string
1461
+
1462
+ /**
1463
+ * 码长度
1464
+ */
1465
+ CodeLength: number
1466
+
1467
+ /**
1468
+ * 码类型 alphabet 字母, number 数字, mixin 混合
1469
+ */
1470
+ CodeType: string
1471
+
1472
+ /**
1473
+ * 生码数量 普通码包时必填
1474
+ */
1475
+ Amount?: number
1476
+
1477
+ /**
1478
+ * 企业ID
1479
+ */
1480
+ CorpId?: number
1481
+
1482
+ /**
1483
+ * 码包类型 0: 普通码包 1: 层级码包
1484
+ */
1485
+ PackType?: number
1486
+
1487
+ /**
1488
+ * 码包层级
1489
+ */
1490
+ PackLevel?: number
1491
+
1492
+ /**
1493
+ * 码包规格
1494
+ */
1495
+ PackSpec?: Array<PackSpec>
1496
+ }
1497
+
1498
+ /**
1499
+ * CreateCodeBatch请求参数结构体
1500
+ */
1501
+ export interface CreateCodeBatchRequest {
1502
+ /**
1503
+ * 企业ID
1504
+ */
1505
+ CorpId?: number
1506
+
1507
+ /**
1508
+ * 商户ID
1509
+ */
1510
+ MerchantId?: string
1511
+
1512
+ /**
1513
+ * 产品ID
1514
+ */
1515
+ ProductId?: string
1516
+
1517
+ /**
1518
+ * 批次类型 0:溯源 1:营销
1519
+ */
1520
+ BatchType?: number
1521
+
1522
+ /**
1523
+ * 批次ID,系统自动生成
1524
+ */
1525
+ BatchId?: string
1526
+
1527
+ /**
1528
+ * 备注
1529
+ */
1530
+ Remark?: string
1531
+ }
1532
+
1533
+ /**
1534
+ * ModifyCodeBatch返回参数结构体
1535
+ */
1536
+ export interface ModifyCodeBatchResponse {
1537
+ /**
1538
+ * 批次ID
1539
+ */
1540
+ BatchId: string
1541
+
1542
+ /**
1543
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1544
+ */
1545
+ RequestId?: string
1546
+ }
1547
+
1548
+ /**
1549
+ * 商品信息
1550
+ */
1551
+ export interface Product {
1552
+ /**
1553
+ * 商品id
1554
+ */
1555
+ ProductId: string
1556
+
1557
+ /**
1558
+ * 企业id
1559
+ */
1560
+ CorpId: number
1561
+
1562
+ /**
1563
+ * 商户标识码
1564
+ */
1565
+ MerchantId: string
1566
+
1567
+ /**
1568
+ * 商品编号
1569
+ */
1570
+ ProductCode: string
1571
+
1572
+ /**
1573
+ * 商品名称
1574
+ */
1575
+ Name: string
1576
+
1577
+ /**
1578
+ * 商品规格
1579
+ 注意:此字段可能返回 null,表示取不到有效值。
1580
+ */
1581
+ Specification: string
1582
+
1583
+ /**
1584
+ * 备注
1585
+ 注意:此字段可能返回 null,表示取不到有效值。
1586
+ */
1587
+ Remark: string
1588
+
1589
+ /**
1590
+ * 商品图片
1591
+ 注意:此字段可能返回 null,表示取不到有效值。
1592
+ */
1593
+ Logo: Array<string>
1594
+
1595
+ /**
1596
+ * 创建时间
1597
+ */
1598
+ CreateTime: string
1599
+
1600
+ /**
1601
+ * 修改时间
1602
+ */
1603
+ UpdateTime: string
1604
+
1605
+ /**
1606
+ * 预留字段
1607
+ 注意:此字段可能返回 null,表示取不到有效值。
1608
+ */
1609
+ Ext: Ext
1610
+
1611
+ /**
1612
+ * 商户名称
1613
+ */
1614
+ MerchantName: string
1615
+ }
1616
+
1617
+ /**
1618
+ * DescribeTraceCodes请求参数结构体
1619
+ */
1620
+ export interface DescribeTraceCodesRequest {
1621
+ /**
1622
+ * 搜索关键字 码标识,或者批次ID
1623
+ */
1624
+ Keyword?: string
1625
+
1626
+ /**
1627
+ * 条数
1628
+ */
1629
+ PageNumber?: number
1630
+
1631
+ /**
1632
+ * 页码
1633
+ */
1634
+ PageSize?: number
1635
+
1636
+ /**
1637
+ * 批次ID,弃用
1638
+ */
1639
+ BatchId?: string
1640
+
1641
+ /**
1642
+ * 企业ID
1643
+ */
1644
+ CorpId?: number
1645
+ }
1646
+
1647
+ /**
1648
+ * ModifyTraceCode返回参数结构体
1649
+ */
1650
+ export interface ModifyTraceCodeResponse {
1651
+ /**
1652
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1653
+ */
1654
+ RequestId?: string
1655
+ }
1656
+
1657
+ /**
1658
+ * 上链数据
1659
+ */
1660
+ export interface ChainData {
1661
+ /**
1662
+ * 区块hash
1663
+ 注意:此字段可能返回 null,表示取不到有效值。
1664
+ */
1665
+ BlockHash: string
1666
+
1667
+ /**
1668
+ * 区块高度
1669
+ 注意:此字段可能返回 null,表示取不到有效值。
1670
+ */
1671
+ BlockHeight: string
1672
+
1673
+ /**
1674
+ * 区块时间
1675
+ 注意:此字段可能返回 null,表示取不到有效值。
1676
+ */
1677
+ BlockTime: string
1678
+ }
1679
+
1680
+ /**
1681
+ * DeleteMerchant请求参数结构体
1682
+ */
1683
+ export interface DeleteMerchantRequest {
1684
+ /**
1685
+ * 商户标识码
1686
+ */
1687
+ MerchantId: string
1688
+
1689
+ /**
1690
+ * 企业ID
1691
+ */
1692
+ CorpId?: number
1693
+ }
1694
+
1695
+ /**
1696
+ * ModifyTraceData返回参数结构体
1697
+ */
1698
+ export interface ModifyTraceDataResponse {
1699
+ /**
1700
+ * 溯源ID
1701
+ */
1702
+ TraceId: string
1703
+
1704
+ /**
1705
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1706
+ */
1707
+ RequestId?: string
1708
+ }