tccli 3.0.1283.1__py2.py3-none-any.whl → 3.0.1285.1__py2.py3-none-any.whl
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.
- tccli/__init__.py +1 -1
- tccli/services/acp/v20220105/api.json +23 -23
- tccli/services/acp/v20220105/examples.json +2 -8
- tccli/services/advisor/v20200721/api.json +4 -2
- tccli/services/apm/v20210622/api.json +1 -1
- tccli/services/autoscaling/v20180419/api.json +88 -86
- tccli/services/bh/bh_client.py +53 -0
- tccli/services/bh/v20230418/api.json +199 -0
- tccli/services/bh/v20230418/examples.json +8 -0
- tccli/services/cdn/v20180606/api.json +4 -2
- tccli/services/cdwch/v20200915/api.json +19 -9
- tccli/services/cdwch/v20200915/examples.json +1 -1
- tccli/services/cdwdoris/v20211228/api.json +18 -0
- tccli/services/cfg/v20210820/api.json +48 -24
- tccli/services/cfg/v20210820/examples.json +8 -2
- tccli/services/clb/v20180317/api.json +21 -3
- tccli/services/cmq/v20190304/api.json +92 -92
- tccli/services/cynosdb/v20190107/api.json +389 -379
- tccli/services/dbbrain/v20191016/api.json +17 -17
- tccli/services/dbbrain/v20210527/api.json +22 -22
- tccli/services/dcdb/v20180411/api.json +14 -4
- tccli/services/dcdb/v20180411/examples.json +1 -1
- tccli/services/dlc/v20210125/api.json +130 -58
- tccli/services/dlc/v20210125/examples.json +5 -5
- tccli/services/domain/v20180808/api.json +160 -160
- tccli/services/dsgc/v20190723/api.json +2 -2
- tccli/services/dts/v20180330/api.json +19 -19
- tccli/services/dts/v20211206/api.json +829 -818
- tccli/services/emr/emr_client.py +53 -0
- tccli/services/emr/v20190103/api.json +247 -0
- tccli/services/emr/v20190103/examples.json +8 -0
- tccli/services/es/v20180416/api.json +13 -3
- tccli/services/es/v20180416/examples.json +2 -2
- tccli/services/ess/ess_client.py +53 -0
- tccli/services/ess/v20201111/api.json +122 -1
- tccli/services/ess/v20201111/examples.json +26 -0
- tccli/services/essbasic/essbasic_client.py +57 -4
- tccli/services/essbasic/v20210526/api.json +163 -0
- tccli/services/essbasic/v20210526/examples.json +26 -0
- tccli/services/fmu/fmu_client.py +8 -167
- tccli/services/fmu/v20191213/api.json +0 -292
- tccli/services/fmu/v20191213/examples.json +0 -24
- tccli/services/goosefs/v20220519/api.json +26 -24
- tccli/services/goosefs/v20220519/examples.json +2 -2
- tccli/services/iotcloud/v20210408/api.json +27 -27
- tccli/services/iotcloud/v20210408/examples.json +6 -6
- tccli/services/iotexplorer/iotexplorer_client.py +0 -106
- tccli/services/iotexplorer/v20190423/api.json +0 -274
- tccli/services/iotexplorer/v20190423/examples.json +0 -16
- tccli/services/iss/v20230517/api.json +547 -537
- tccli/services/iss/v20230517/examples.json +2 -2
- tccli/services/kms/v20190118/api.json +20 -0
- tccli/services/lcic/lcic_client.py +114 -8
- tccli/services/lcic/v20220817/api.json +108 -0
- tccli/services/lcic/v20220817/examples.json +16 -0
- tccli/services/lke/v20231130/api.json +8 -8
- tccli/services/lke/v20231130/examples.json +1 -1
- tccli/services/lowcode/v20210108/api.json +165 -165
- tccli/services/lowcode/v20210108/examples.json +5 -5
- tccli/services/mariadb/v20170312/api.json +12 -2
- tccli/services/mariadb/v20170312/examples.json +4 -4
- tccli/services/mongodb/mongodb_client.py +57 -4
- tccli/services/mongodb/v20190725/api.json +63 -0
- tccli/services/mongodb/v20190725/examples.json +14 -0
- tccli/services/monitor/v20180724/api.json +36 -36
- tccli/services/monitor/v20180724/examples.json +10 -10
- tccli/services/ocr/v20181119/api.json +2 -2
- tccli/services/ocr/v20181119/examples.json +2 -2
- tccli/services/organization/organization_client.py +53 -0
- tccli/services/organization/v20210331/api.json +61 -0
- tccli/services/organization/v20210331/examples.json +8 -0
- tccli/services/redis/v20180412/api.json +11 -2
- tccli/services/redis/v20180412/examples.json +1 -1
- tccli/services/scf/v20180416/api.json +40 -0
- tccli/services/svp/svp_client.py +57 -4
- tccli/services/svp/v20240125/api.json +319 -0
- tccli/services/svp/v20240125/examples.json +8 -0
- tccli/services/tdmq/tdmq_client.py +4 -57
- tccli/services/tdmq/v20200217/api.json +118 -212
- tccli/services/tdmq/v20200217/examples.json +0 -8
- tccli/services/tds/v20220801/api.json +2 -2
- tccli/services/tione/v20211111/api.json +41 -1
- tccli/services/trtc/v20190722/api.json +16 -5
- tccli/services/tse/v20201207/api.json +207 -104
- tccli/services/tsf/tsf_client.py +53 -0
- tccli/services/tsf/v20180326/api.json +48 -4
- tccli/services/tsf/v20180326/examples.json +8 -0
- tccli/services/vclm/v20240523/api.json +20 -2
- tccli/services/vdb/v20230616/api.json +62 -62
- tccli/services/vdb/v20230616/examples.json +2 -2
- tccli/services/vpc/v20170312/api.json +54 -0
- tccli/services/vpc/v20170312/examples.json +8 -0
- tccli/services/vpc/vpc_client.py +53 -0
- tccli/services/waf/v20180125/api.json +143 -0
- tccli/services/waf/v20180125/examples.json +16 -0
- tccli/services/waf/waf_client.py +106 -0
- tccli/services/wedata/v20210820/api.json +1220 -5
- tccli/services/wedata/v20210820/examples.json +32 -8
- tccli/services/wedata/wedata_client.py +159 -0
- {tccli-3.0.1283.1.dist-info → tccli-3.0.1285.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1283.1.dist-info → tccli-3.0.1285.1.dist-info}/RECORD +104 -104
- {tccli-3.0.1283.1.dist-info → tccli-3.0.1285.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1283.1.dist-info → tccli-3.0.1285.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1283.1.dist-info → tccli-3.0.1285.1.dist-info}/license_files/LICENSE +0 -0
@@ -361,13 +361,13 @@
|
|
361
361
|
"members": [
|
362
362
|
{
|
363
363
|
"disabled": false,
|
364
|
-
"document": "异步任务的请求 ID,可使用此 ID
|
364
|
+
"document": "异步任务的请求 ID,可使用此 ID 查询异步任务的执行结果。",
|
365
365
|
"example": "129543473",
|
366
366
|
"member": "int64",
|
367
367
|
"name": "AsyncRequestId",
|
368
368
|
"output_required": true,
|
369
369
|
"type": "int",
|
370
|
-
"value_allowed_null":
|
370
|
+
"value_allowed_null": false
|
371
371
|
},
|
372
372
|
{
|
373
373
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
@@ -2702,7 +2702,7 @@
|
|
2702
2702
|
"example": "100",
|
2703
2703
|
"member": "int64",
|
2704
2704
|
"name": "HealthScore",
|
2705
|
-
"
|
2705
|
+
"output_required": true,
|
2706
2706
|
"type": "int",
|
2707
2707
|
"value_allowed_null": false
|
2708
2708
|
},
|
@@ -2712,7 +2712,7 @@
|
|
2712
2712
|
"example": "HEALTH",
|
2713
2713
|
"member": "string",
|
2714
2714
|
"name": "HealthLevel",
|
2715
|
-
"
|
2715
|
+
"output_required": true,
|
2716
2716
|
"type": "string",
|
2717
2717
|
"value_allowed_null": false
|
2718
2718
|
},
|
@@ -2722,19 +2722,19 @@
|
|
2722
2722
|
"example": "0",
|
2723
2723
|
"member": "int64",
|
2724
2724
|
"name": "ScoreLost",
|
2725
|
-
"
|
2725
|
+
"output_required": true,
|
2726
2726
|
"type": "int",
|
2727
2727
|
"value_allowed_null": false
|
2728
2728
|
},
|
2729
2729
|
{
|
2730
2730
|
"disabled": false,
|
2731
|
-
"document": "
|
2732
|
-
"example": "
|
2731
|
+
"document": "扣分详情。",
|
2732
|
+
"example": "无",
|
2733
2733
|
"member": "ScoreDetail",
|
2734
2734
|
"name": "ScoreDetails",
|
2735
|
-
"
|
2735
|
+
"output_required": true,
|
2736
2736
|
"type": "list",
|
2737
|
-
"value_allowed_null":
|
2737
|
+
"value_allowed_null": false
|
2738
2738
|
}
|
2739
2739
|
],
|
2740
2740
|
"usage": "out"
|
@@ -3126,23 +3126,23 @@
|
|
3126
3126
|
},
|
3127
3127
|
{
|
3128
3128
|
"disabled": false,
|
3129
|
-
"document": "内网vip
|
3129
|
+
"document": "内网vip。",
|
3130
3130
|
"example": "10.5.0.9",
|
3131
3131
|
"member": "string",
|
3132
3132
|
"name": "InternalVip",
|
3133
3133
|
"output_required": true,
|
3134
3134
|
"type": "string",
|
3135
|
-
"value_allowed_null":
|
3135
|
+
"value_allowed_null": false
|
3136
3136
|
},
|
3137
3137
|
{
|
3138
3138
|
"disabled": false,
|
3139
|
-
"document": "内网port
|
3139
|
+
"document": "内网port。",
|
3140
3140
|
"example": "9090",
|
3141
3141
|
"member": "int64",
|
3142
3142
|
"name": "InternalVport",
|
3143
3143
|
"output_required": true,
|
3144
3144
|
"type": "int",
|
3145
|
-
"value_allowed_null":
|
3145
|
+
"value_allowed_null": false
|
3146
3146
|
},
|
3147
3147
|
{
|
3148
3148
|
"disabled": false,
|
@@ -3156,23 +3156,23 @@
|
|
3156
3156
|
},
|
3157
3157
|
{
|
3158
3158
|
"disabled": false,
|
3159
|
-
"document": "所属集群ID(仅对集群数据库产品该字段非空,如TDSQL-C
|
3159
|
+
"document": "所属集群ID(仅对集群数据库产品该字段非空,如TDSQL-C)。",
|
3160
3160
|
"example": "cynosdbmysql-92r4lpsa",
|
3161
3161
|
"member": "string",
|
3162
3162
|
"name": "ClusterId",
|
3163
3163
|
"output_required": true,
|
3164
3164
|
"type": "string",
|
3165
|
-
"value_allowed_null":
|
3165
|
+
"value_allowed_null": false
|
3166
3166
|
},
|
3167
3167
|
{
|
3168
3168
|
"disabled": false,
|
3169
|
-
"document": "所属集群名称(仅对集群数据库产品该字段非空,如TDSQL-C
|
3169
|
+
"document": "所属集群名称(仅对集群数据库产品该字段非空,如TDSQL-C)。",
|
3170
3170
|
"example": "开发-测试库",
|
3171
3171
|
"member": "string",
|
3172
3172
|
"name": "ClusterName",
|
3173
3173
|
"output_required": true,
|
3174
3174
|
"type": "string",
|
3175
|
-
"value_allowed_null":
|
3175
|
+
"value_allowed_null": false
|
3176
3176
|
}
|
3177
3177
|
],
|
3178
3178
|
"usage": "out"
|
@@ -1437,13 +1437,13 @@
|
|
1437
1437
|
"members": [
|
1438
1438
|
{
|
1439
1439
|
"disabled": false,
|
1440
|
-
"document": "异步任务的请求 ID,可使用此 ID
|
1440
|
+
"document": "异步任务的请求 ID,可使用此 ID 查询异步任务的执行结果。",
|
1441
1441
|
"example": "129542924",
|
1442
1442
|
"member": "int64",
|
1443
1443
|
"name": "AsyncRequestId",
|
1444
1444
|
"output_required": true,
|
1445
1445
|
"type": "int",
|
1446
|
-
"value_allowed_null":
|
1446
|
+
"value_allowed_null": false
|
1447
1447
|
},
|
1448
1448
|
{
|
1449
1449
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
@@ -2559,18 +2559,18 @@
|
|
2559
2559
|
"members": [
|
2560
2560
|
{
|
2561
2561
|
"disabled": false,
|
2562
|
-
"document": "
|
2562
|
+
"document": "符合条件的实例个数。",
|
2563
2563
|
"example": "0",
|
2564
2564
|
"member": "int64",
|
2565
2565
|
"name": "TotalCount",
|
2566
2566
|
"output_required": true,
|
2567
2567
|
"type": "int",
|
2568
|
-
"value_allowed_null":
|
2568
|
+
"value_allowed_null": false
|
2569
2569
|
},
|
2570
2570
|
{
|
2571
2571
|
"disabled": false,
|
2572
2572
|
"document": "实例详情。",
|
2573
|
-
"example": "
|
2573
|
+
"example": "无",
|
2574
2574
|
"member": "AuditInstance",
|
2575
2575
|
"name": "Items",
|
2576
2576
|
"output_required": true,
|
@@ -4064,13 +4064,13 @@
|
|
4064
4064
|
"members": [
|
4065
4065
|
{
|
4066
4066
|
"disabled": false,
|
4067
|
-
"document": "
|
4067
|
+
"document": "任务总数。",
|
4068
4068
|
"example": "100",
|
4069
4069
|
"member": "int64",
|
4070
4070
|
"name": "TotalCount",
|
4071
4071
|
"output_required": true,
|
4072
4072
|
"type": "int",
|
4073
|
-
"value_allowed_null":
|
4073
|
+
"value_allowed_null": false
|
4074
4074
|
},
|
4075
4075
|
{
|
4076
4076
|
"disabled": false,
|
@@ -6046,7 +6046,7 @@
|
|
6046
6046
|
"example": "100",
|
6047
6047
|
"member": "int64",
|
6048
6048
|
"name": "HealthScore",
|
6049
|
-
"
|
6049
|
+
"output_required": true,
|
6050
6050
|
"type": "int",
|
6051
6051
|
"value_allowed_null": false
|
6052
6052
|
},
|
@@ -6056,7 +6056,7 @@
|
|
6056
6056
|
"example": "HEALTH",
|
6057
6057
|
"member": "string",
|
6058
6058
|
"name": "HealthLevel",
|
6059
|
-
"
|
6059
|
+
"output_required": true,
|
6060
6060
|
"type": "string",
|
6061
6061
|
"value_allowed_null": false
|
6062
6062
|
},
|
@@ -6066,19 +6066,19 @@
|
|
6066
6066
|
"example": "0",
|
6067
6067
|
"member": "int64",
|
6068
6068
|
"name": "ScoreLost",
|
6069
|
-
"
|
6069
|
+
"output_required": true,
|
6070
6070
|
"type": "int",
|
6071
6071
|
"value_allowed_null": false
|
6072
6072
|
},
|
6073
6073
|
{
|
6074
6074
|
"disabled": false,
|
6075
|
-
"document": "
|
6076
|
-
"example": "
|
6075
|
+
"document": "扣分详情。",
|
6076
|
+
"example": "无",
|
6077
6077
|
"member": "ScoreDetail",
|
6078
6078
|
"name": "ScoreDetails",
|
6079
|
-
"
|
6079
|
+
"output_required": true,
|
6080
6080
|
"type": "list",
|
6081
|
-
"value_allowed_null":
|
6081
|
+
"value_allowed_null": false
|
6082
6082
|
}
|
6083
6083
|
],
|
6084
6084
|
"usage": "out"
|
@@ -6642,23 +6642,23 @@
|
|
6642
6642
|
},
|
6643
6643
|
{
|
6644
6644
|
"disabled": false,
|
6645
|
-
"document": "内网vip
|
6645
|
+
"document": "内网vip。",
|
6646
6646
|
"example": "10.5.0.9",
|
6647
6647
|
"member": "string",
|
6648
6648
|
"name": "InternalVip",
|
6649
6649
|
"output_required": true,
|
6650
6650
|
"type": "string",
|
6651
|
-
"value_allowed_null":
|
6651
|
+
"value_allowed_null": false
|
6652
6652
|
},
|
6653
6653
|
{
|
6654
6654
|
"disabled": false,
|
6655
|
-
"document": "内网port
|
6655
|
+
"document": "内网port。",
|
6656
6656
|
"example": "9090",
|
6657
6657
|
"member": "int64",
|
6658
6658
|
"name": "InternalVport",
|
6659
6659
|
"output_required": true,
|
6660
6660
|
"type": "int",
|
6661
|
-
"value_allowed_null":
|
6661
|
+
"value_allowed_null": false
|
6662
6662
|
},
|
6663
6663
|
{
|
6664
6664
|
"disabled": false,
|
@@ -6672,23 +6672,23 @@
|
|
6672
6672
|
},
|
6673
6673
|
{
|
6674
6674
|
"disabled": false,
|
6675
|
-
"document": "所属集群ID(仅对集群数据库产品该字段非空,如TDSQL-C
|
6675
|
+
"document": "所属集群ID(仅对集群数据库产品该字段非空,如TDSQL-C)。",
|
6676
6676
|
"example": "cynosdbmysql-92r4lpsa",
|
6677
6677
|
"member": "string",
|
6678
6678
|
"name": "ClusterId",
|
6679
6679
|
"output_required": true,
|
6680
6680
|
"type": "string",
|
6681
|
-
"value_allowed_null":
|
6681
|
+
"value_allowed_null": false
|
6682
6682
|
},
|
6683
6683
|
{
|
6684
6684
|
"disabled": false,
|
6685
|
-
"document": "所属集群名称(仅对集群数据库产品该字段非空,如TDSQL-C
|
6685
|
+
"document": "所属集群名称(仅对集群数据库产品该字段非空,如TDSQL-C)。",
|
6686
6686
|
"example": "开发-测试库",
|
6687
6687
|
"member": "string",
|
6688
6688
|
"name": "ClusterName",
|
6689
6689
|
"output_required": true,
|
6690
6690
|
"type": "string",
|
6691
|
-
"value_allowed_null":
|
6691
|
+
"value_allowed_null": false
|
6692
6692
|
},
|
6693
6693
|
{
|
6694
6694
|
"disabled": false,
|
@@ -2636,7 +2636,7 @@
|
|
2636
2636
|
{
|
2637
2637
|
"disabled": false,
|
2638
2638
|
"document": "分片详情",
|
2639
|
-
"example": "
|
2639
|
+
"example": "详见ShardInfo复杂结构",
|
2640
2640
|
"member": "ShardInfo",
|
2641
2641
|
"name": "ShardDetail",
|
2642
2642
|
"output_required": true,
|
@@ -4147,7 +4147,7 @@
|
|
4147
4147
|
{
|
4148
4148
|
"disabled": false,
|
4149
4149
|
"document": "备份文件列表",
|
4150
|
-
"example": "
|
4150
|
+
"example": "无",
|
4151
4151
|
"member": "InstanceBackupFileItem",
|
4152
4152
|
"name": "Files",
|
4153
4153
|
"output_required": true,
|
@@ -4164,6 +4164,16 @@
|
|
4164
4164
|
"type": "int",
|
4165
4165
|
"value_allowed_null": false
|
4166
4166
|
},
|
4167
|
+
{
|
4168
|
+
"disabled": false,
|
4169
|
+
"document": "下载链接前缀",
|
4170
|
+
"example": "http://newdtsdev-1301792469.cos.ap-guangzhou.myqcloud.com",
|
4171
|
+
"member": "string",
|
4172
|
+
"name": "UrlPrefix",
|
4173
|
+
"output_required": true,
|
4174
|
+
"type": "string",
|
4175
|
+
"value_allowed_null": false
|
4176
|
+
},
|
4167
4177
|
{
|
4168
4178
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
4169
4179
|
"member": "string",
|
@@ -4734,7 +4744,7 @@
|
|
4734
4744
|
"example": "2019-01-01 10:00:00",
|
4735
4745
|
"member": "datetime",
|
4736
4746
|
"name": "StartTime",
|
4737
|
-
"
|
4747
|
+
"output_required": true,
|
4738
4748
|
"type": "string",
|
4739
4749
|
"value_allowed_null": false
|
4740
4750
|
},
|
@@ -4744,7 +4754,7 @@
|
|
4744
4754
|
"example": "2019-01-01 12:00:00",
|
4745
4755
|
"member": "datetime",
|
4746
4756
|
"name": "EndTime",
|
4747
|
-
"
|
4757
|
+
"output_required": true,
|
4748
4758
|
"type": "string",
|
4749
4759
|
"value_allowed_null": false
|
4750
4760
|
},
|
@@ -170,7 +170,7 @@
|
|
170
170
|
{
|
171
171
|
"document": "查询冷备文件示例",
|
172
172
|
"input": "POST / HTTP/1.1\nHost: dcdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeBackupFiles\n<公共请求参数>\n\n{\n \"InstanceId\": \"tdsqlshard-02badqa3\",\n \"ShardId\": \"shard-fqj08u7f\",\n \"BackupType\": \"Data\",\n \"Limit\": 20,\n \"Offset\": 0\n}",
|
173
|
-
"output": "{\n \"Response\": {\n \"Files\": [\n {\n \"BackupType\": \"Data\",\n \"EndTime\": \"2024-12-20 16:29:07\",\n \"FileName\": \"cos_xtrabackup+1734683337+20241220+162857+1507806831+xbstream.lz4\",\n \"FilePath\": \"cos_backup/tdsql/group_1734680376_202786203/set_1734681147_5/xtrabackup/2024-12-20/cos_xtrabackup+1734683337+20241220+162857+1507806831+xbstream.lz4\",\n \"FileSize\": 13930740,\n \"InstanceId\": \"tdsqlshard-02badqa3\",\n \"InstanceName\": \"QT4syxfv8.0\",\n \"InstanceStatus\": 2,\n \"ManualBackup\": 0,\n \"ShardId\": \"shard-fqj08u7f\",\n \"StartTime\": \"2024-12-20 16:28:57\",\n \"StorageClass\": \"STANDARD\"\n }\n ],\n \"RequestId\": \"549454bd-65ac-4507-8f75-65609c357328\",\n \"TotalCount\": 1\n }\n}",
|
173
|
+
"output": "{\n \"Response\": {\n \"Files\": [\n {\n \"BackupType\": \"Data\",\n \"EndTime\": \"2024-12-20 16:29:07\",\n \"FileName\": \"cos_xtrabackup+1734683337+20241220+162857+1507806831+xbstream.lz4\",\n \"FilePath\": \"cos_backup/tdsql/group_1734680376_202786203/set_1734681147_5/xtrabackup/2024-12-20/cos_xtrabackup+1734683337+20241220+162857+1507806831+xbstream.lz4\",\n \"FileSize\": 13930740,\n \"InstanceId\": \"tdsqlshard-02badqa3\",\n \"InstanceName\": \"QT4syxfv8.0\",\n \"InstanceStatus\": 2,\n \"ManualBackup\": 0,\n \"ShardId\": \"shard-fqj08u7f\",\n \"StartTime\": \"2024-12-20 16:28:57\",\n \"StorageClass\": \"STANDARD\"\n }\n ],\n \"RequestId\": \"549454bd-65ac-4507-8f75-65609c357328\",\n \"TotalCount\": 1,\n \"UrlPrefix\": \"http://newdtsdev-1301792469.cos.ap-guangzhou.myqcloud.com\"\n }\n}",
|
174
174
|
"title": "查询冷备文件"
|
175
175
|
}
|
176
176
|
],
|