tccli 3.0.1213.1__py2.py3-none-any.whl → 3.0.1215.1__py2.py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (54) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/ams/v20201229/examples.json +2 -2
  3. tccli/services/batch/v20170312/api.json +2 -2
  4. tccli/services/captcha/v20190722/api.json +43 -43
  5. tccli/services/captcha/v20190722/examples.json +11 -11
  6. tccli/services/ccc/v20200210/api.json +9 -0
  7. tccli/services/cdb/v20170320/api.json +9 -0
  8. tccli/services/cdwdoris/v20211228/api.json +11 -0
  9. tccli/services/cfs/v20190719/api.json +3 -3
  10. tccli/services/cfw/v20190904/api.json +33 -28
  11. tccli/services/cfw/v20190904/examples.json +32 -26
  12. tccli/services/ckafka/v20190819/api.json +1 -1
  13. tccli/services/clb/v20180317/api.json +19 -1
  14. tccli/services/cvm/v20170312/api.json +2 -2
  15. tccli/services/cwp/v20180228/api.json +924 -870
  16. tccli/services/cwp/v20180228/examples.json +150 -150
  17. tccli/services/dbbrain/v20191016/examples.json +1 -1
  18. tccli/services/dlc/v20210125/api.json +11 -0
  19. tccli/services/emr/v20190103/api.json +9 -0
  20. tccli/services/ess/v20201111/api.json +10 -1
  21. tccli/services/essbasic/v20210526/api.json +10 -1
  22. tccli/services/gaap/v20180529/api.json +95 -85
  23. tccli/services/gaap/v20180529/examples.json +27 -33
  24. tccli/services/hunyuan/v20230901/examples.json +6 -0
  25. tccli/services/iss/v20230517/api.json +19 -0
  26. tccli/services/mqtt/v20240516/api.json +2 -2
  27. tccli/services/mqtt/v20240516/examples.json +1 -1
  28. tccli/services/ocr/v20181119/api.json +1 -1
  29. tccli/services/partners/partners_client.py +57 -4
  30. tccli/services/partners/v20180321/api.json +44 -0
  31. tccli/services/partners/v20180321/examples.json +8 -0
  32. tccli/services/pts/v20210728/api.json +11 -0
  33. tccli/services/redis/v20180412/api.json +2 -2
  34. tccli/services/ssl/v20191205/api.json +33 -4
  35. tccli/services/taf/v20200210/api.json +54 -94
  36. tccli/services/taf/v20200210/examples.json +2 -2
  37. tccli/services/tcss/v20201101/api.json +243 -1
  38. tccli/services/tcss/v20201101/examples.json +2 -2
  39. tccli/services/tdmq/tdmq_client.py +106 -0
  40. tccli/services/tdmq/v20200217/api.json +571 -274
  41. tccli/services/tdmq/v20200217/examples.json +87 -71
  42. tccli/services/teo/v20220901/api.json +5 -5
  43. tccli/services/trocket/v20230308/api.json +29 -11
  44. tccli/services/trocket/v20230308/examples.json +4 -4
  45. tccli/services/tsi/v20210325/api.json +79 -0
  46. tccli/services/vod/v20180717/api.json +500 -57
  47. tccli/services/vod/v20180717/examples.json +8 -2
  48. tccli/services/vpc/v20170312/api.json +6 -4
  49. tccli/services/vpc/v20170312/examples.json +1 -1
  50. {tccli-3.0.1213.1.dist-info → tccli-3.0.1215.1.dist-info}/METADATA +2 -2
  51. {tccli-3.0.1213.1.dist-info → tccli-3.0.1215.1.dist-info}/RECORD +54 -54
  52. {tccli-3.0.1213.1.dist-info → tccli-3.0.1215.1.dist-info}/WHEEL +0 -0
  53. {tccli-3.0.1213.1.dist-info → tccli-3.0.1215.1.dist-info}/entry_points.txt +0 -0
  54. {tccli-3.0.1213.1.dist-info → tccli-3.0.1215.1.dist-info}/license_files/LICENSE +0 -0
@@ -77,6 +77,13 @@
77
77
  "output": "DescribeAgentPayDealsV2Response",
78
78
  "status": "online"
79
79
  },
80
+ "DescribeAgentRelateBigDealIds": {
81
+ "document": "根据大订单号查询关联申请合并支付的其他订单号",
82
+ "input": "DescribeAgentRelateBigDealIdsRequest",
83
+ "name": "代理商查询合并支付的关联订单号",
84
+ "output": "DescribeAgentRelateBigDealIdsResponse",
85
+ "status": "online"
86
+ },
80
87
  "DescribeAgentSelfPayDealsV2": {
81
88
  "document": "查询代理商名下指定代客的自付订单(预付费)",
82
89
  "input": "DescribeAgentSelfPayDealsV2Request",
@@ -1902,6 +1909,43 @@
1902
1909
  ],
1903
1910
  "type": "object"
1904
1911
  },
1912
+ "DescribeAgentRelateBigDealIdsRequest": {
1913
+ "document": "DescribeAgentRelateBigDealIds请求参数结构体",
1914
+ "members": [
1915
+ {
1916
+ "disabled": false,
1917
+ "document": "大订单号",
1918
+ "example": "20241012848002188543031",
1919
+ "member": "string",
1920
+ "name": "BigDealId",
1921
+ "required": true,
1922
+ "type": "string"
1923
+ }
1924
+ ],
1925
+ "type": "object"
1926
+ },
1927
+ "DescribeAgentRelateBigDealIdsResponse": {
1928
+ "document": "DescribeAgentRelateBigDealIds返回参数结构体",
1929
+ "members": [
1930
+ {
1931
+ "disabled": false,
1932
+ "document": "申请合并支付的关联大订单号列表(不包含请求的订单号)\n注意:此字段可能返回 null,表示取不到有效值。",
1933
+ "example": "[\"20241012848002188543031\"]",
1934
+ "member": "string",
1935
+ "name": "BigDealIdList",
1936
+ "output_required": true,
1937
+ "type": "list",
1938
+ "value_allowed_null": true
1939
+ },
1940
+ {
1941
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
1942
+ "member": "string",
1943
+ "name": "RequestId",
1944
+ "type": "string"
1945
+ }
1946
+ ],
1947
+ "type": "object"
1948
+ },
1905
1949
  "DescribeAgentSelfPayDealsV2Request": {
1906
1950
  "document": "DescribeAgentSelfPayDealsV2请求参数结构体",
1907
1951
  "members": [
@@ -94,6 +94,14 @@
94
94
  "title": "获取某代理商代付订单"
95
95
  }
96
96
  ],
97
+ "DescribeAgentRelateBigDealIds": [
98
+ {
99
+ "document": "有两笔关联订单的返回。若没有关联订单则返回空数组",
100
+ "input": "POST / HTTP/1.1\nHost: partners.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAgentRelateBigDealIds\n<公共请求参数>\n\n{\n \"BigDealId\": \"20241021203002223764041\"\n}",
101
+ "output": "{\n \"Response\": {\n \"BigDealIdList\": [\n \"20241021203002223736651\",\n \"20241021203002223761601\"\n ],\n \"RequestId\": \"00c9d9d3-432f-44bb-8d76-e24476fc7ed5\"\n }\n}",
102
+ "title": "查询到关联订单示例"
103
+ }
104
+ ],
97
105
  "DescribeAgentSelfPayDealsV2": [
98
106
  {
99
107
  "document": "",
@@ -5150,6 +5150,17 @@
5150
5150
  "required": false,
5151
5151
  "type": "string",
5152
5152
  "value_allowed_null": true
5153
+ },
5154
+ {
5155
+ "disabled": false,
5156
+ "document": "付费类型\n注意:此字段可能返回 null,表示取不到有效值。",
5157
+ "example": "1 预付费,2后付费,3免费调试任务",
5158
+ "member": "int64",
5159
+ "name": "PayMode",
5160
+ "output_required": false,
5161
+ "required": false,
5162
+ "type": "int",
5163
+ "value_allowed_null": true
5153
5164
  }
5154
5165
  ],
5155
5166
  "usage": "both"
@@ -22,7 +22,7 @@
22
22
  "status": "online"
23
23
  },
24
24
  "AssociateSecurityGroups": {
25
- "document": "本接口 (AssociateSecurityGroups) 用于安全组批量绑定多个指定实例。",
25
+ "document": "本接口 (AssociateSecurityGroups) 用于将一个安全组绑定于一个或多个数据库实例。创建实例时,未配置安全组,建议通过该接口,绑定安全组。",
26
26
  "input": "AssociateSecurityGroupsRequest",
27
27
  "name": "绑定安全组",
28
28
  "output": "AssociateSecurityGroupsResponse",
@@ -2077,7 +2077,7 @@
2077
2077
  },
2078
2078
  {
2079
2079
  "disabled": false,
2080
- "document": "安全组 ID 数组。请通过[DescribeInstanceSecurityGroup](https://cloud.tencent.com/document/product/239/34447)接口获取实例的安全组 ID。",
2080
+ "document": "安全组 ID 数组。\n- 安全组是一种虚拟防火墙,对云数据库实例的网络访问进行控制。创建实例时,建议绑定相应的安全组。\n- 请通过 [DescribeInstanceSecurityGroup](https://cloud.tencent.com/document/product/239/34447) 接口获取实例的安全组 ID。",
2081
2081
  "example": "[\"sg-bmadczm1\"]",
2082
2082
  "member": "string",
2083
2083
  "name": "SecurityGroupIdList",
@@ -2469,6 +2469,15 @@
2469
2469
  "name": "VerifyType",
2470
2470
  "required": false,
2471
2471
  "type": "string"
2472
+ },
2473
+ {
2474
+ "disabled": false,
2475
+ "document": "询价参数",
2476
+ "example": "无",
2477
+ "member": "string",
2478
+ "name": "PriceKey",
2479
+ "required": false,
2480
+ "type": "string"
2472
2481
  }
2473
2482
  ],
2474
2483
  "type": "object"
@@ -2482,6 +2491,7 @@
2482
2491
  "example": "无",
2483
2492
  "member": "string",
2484
2493
  "name": "CertificateId",
2494
+ "output_required": true,
2485
2495
  "type": "string",
2486
2496
  "value_allowed_null": false
2487
2497
  },
@@ -2491,6 +2501,7 @@
2491
2501
  "example": "无",
2492
2502
  "member": "string",
2493
2503
  "name": "CertificateIds",
2504
+ "output_required": true,
2494
2505
  "type": "list",
2495
2506
  "value_allowed_null": false
2496
2507
  },
@@ -2508,7 +2519,7 @@
2508
2519
  "members": [
2509
2520
  {
2510
2521
  "disabled": false,
2511
- "document": "证书商品ID,3 = SecureSite 增强型企业版(EV Pro), 4 = SecureSite 增强型(EV), 5 = SecureSite 企业型专业版(OV Pro), 6 = SecureSite 企业型(OV), 7 = SecureSite 企业型(OV)通配符, 8 = Geotrust 增强型(EV), 9 = Geotrust 企业型(OV), 10 = Geotrust 企业型(OV)通配符, 11 = TrustAsia 域名型多域名 SSL 证书, 12 = TrustAsia 域名型(DV)通配符, 13 = TrustAsia 企业型通配符(OV)SSL 证书(D3), 14 = TrustAsia 企业型(OV)SSL 证书(D3), 15 = TrustAsia 企业型多域名 (OV)SSL 证书(D3), 16 = TrustAsia 增强型 (EV)SSL 证书(D3), 17 = TrustAsia 增强型多域名(EV)SSL 证书(D3), 18 = GlobalSign 企业型(OV)SSL 证书, 19 = GlobalSign 企业型通配符 (OV)SSL 证书, 20 = GlobalSign 增强型 (EV)SSL 证书, 21 = TrustAsia 企业型通配符多域名(OV)SSL 证书(D3), 22 = GlobalSign 企业型多域名(OV)SSL 证书, 23 = GlobalSign 企业型通配符多域名(OV)SSL 证书, 24 = GlobalSign 增强型多域名(EV)SSL 证书,25 = Wotrus 域名型证书,26 = Wotrus 域名型多域名证书,27 = Wotrus 域名型通配符证书,28 = Wotrus 企业型证书,29 = Wotrus 企业型多域名证书,30 = Wotrus 企业型通配符证书,31 = Wotrus 增强型证书,32 = Wotrus 增强型多域名证书,33 = DNSPod 国密域名型证书,34 = DNSPod 国密域名型多域名证书,35 = DNSPod 国密域名型通配符证书,37 = DNSPod 国密企业型证书,38 = DNSPod 国密企业型多域名证书,39 = DNSPod 国密企业型通配符证书,40 = DNSPod 国密增强型证书,41 = DNSPod 国密增强型多域名证书,42 = TrustAsia 域名型通配符多域名证书。",
2522
+ "document": "证书商品ID,3 = SecureSite 增强型企业版(EV Pro), 4 = SecureSite 增强型(EV), 5 = SecureSite 企业型专业版(OV Pro), 6 = SecureSite 企业型(OV), 7 = SecureSite 企业型(OV)通配符, 8 = Geotrust 增强型(EV), 9 = Geotrust 企业型(OV), 10 = Geotrust 企业型(OV)通配符, 11 = TrustAsia 域名型多域名 SSL 证书, 12 = TrustAsia 域名型(DV)通配符, 13 = TrustAsia 企业型通配符(OV)SSL 证书(D3), 14 = TrustAsia 企业型(OV)SSL 证书(D3), 15 = TrustAsia 企业型多域名 (OV)SSL 证书(D3), 16 = TrustAsia 增强型 (EV)SSL 证书(D3), 17 = TrustAsia 增强型多域名(EV)SSL 证书(D3), 18 = GlobalSign 企业型(OV)SSL 证书, 19 = GlobalSign 企业型通配符 (OV)SSL 证书, 20 = GlobalSign 增强型 (EV)SSL 证书, 21 = TrustAsia 企业型通配符多域名(OV)SSL 证书(D3), 22 = GlobalSign 企业型多域名(OV)SSL 证书, 23 = GlobalSign 企业型通配符多域名(OV)SSL 证书, 24 = GlobalSign 增强型多域名(EV)SSL 证书,25 = Wotrus 域名型证书,26 = Wotrus 域名型多域名证书,27 = Wotrus 域名型通配符证书,28 = Wotrus 企业型证书,29 = Wotrus 企业型多域名证书,30 = Wotrus 企业型通配符证书,31 = Wotrus 增强型证书,32 = Wotrus 增强型多域名证书,33 = Wotrus 国密域名型证书,34 = Wotrus 国密域名型多域名证书,35 = Wotrus 国密域名型通配符证书,37 = Wotrus 国密企业型证书,38 = Wotrus 国密企业型多域名证书,39 = Wotrus 国密企业型通配符证书,40 = Wotrus 国密增强型证书,41 = Wotrus 国密增强型多域名证书,42 = TrustAsia 域名型通配符多域名证书,43 = DNSPod-企业型(OV)SSL证书,44 = DNSPod-企业型(OV)通配符SSL证书,45 = DNSPod-企业型(OV)多域名SSL证书, 46 = DNSPod-增强型(EV)SSL证书,47 = DNSPod-增强型(EV)多域名SSL证书,48 = DNSPod-域名型(DV)SSL证书,49 = DNSPod-域名型(DV)通配符SSL证书,50 = DNSPod-域名型(DV)多域名SSL证书,51 = DNSPod(国密)-企业型(OV)SSL证书,52 = DNSPod(国密)-企业型(OV)通配符SSL证书,53 = DNSPod(国密)-企业型(OV)多域名SSL证书,54 = DNSPod(国密)-域名型(DV)SSL证书,55 = DNSPod(国密)-域名型(DV)通配符SSL证书, 56 = DNSPod(国密)-域名型(DV)多域名SSL证书,57 = SecureSite 企业型专业版多域名(OV Pro),58 = SecureSite 企业型多域名(OV),59 = SecureSite 增强型专业版多域名(EV Pro),60 = SecureSite 增强型多域名(EV),61 = Geotrust 增强型多域名(EV)",
2512
2523
  "example": "25",
2513
2524
  "member": "int64",
2514
2525
  "name": "ProductId",
@@ -2526,12 +2537,30 @@
2526
2537
  },
2527
2538
  {
2528
2539
  "disabled": false,
2529
- "document": "证书年限,当前只支持 1 年证书的购买",
2540
+ "document": "证书年限",
2530
2541
  "example": "1",
2531
2542
  "member": "int64",
2532
2543
  "name": "TimeSpan",
2533
2544
  "required": true,
2534
2545
  "type": "int"
2546
+ },
2547
+ {
2548
+ "disabled": false,
2549
+ "document": "是否自动使用代金券:1是,0否;默认为1",
2550
+ "example": "1",
2551
+ "member": "int64",
2552
+ "name": "AutoVoucher",
2553
+ "required": false,
2554
+ "type": "int"
2555
+ },
2556
+ {
2557
+ "disabled": false,
2558
+ "document": "标签, 生成证书打标签",
2559
+ "example": "无",
2560
+ "member": "Tags",
2561
+ "name": "Tags",
2562
+ "required": false,
2563
+ "type": "list"
2535
2564
  }
2536
2565
  ],
2537
2566
  "type": "object"
@@ -2545,7 +2574,7 @@
2545
2574
  "example": "[\"gf16kv3A\"]",
2546
2575
  "member": "string",
2547
2576
  "name": "CertificateIds",
2548
- "required": true,
2577
+ "output_required": true,
2549
2578
  "type": "list",
2550
2579
  "value_allowed_null": false
2551
2580
  },
@@ -2555,7 +2584,7 @@
2555
2584
  "example": "[\"20200923877000003022941\"]",
2556
2585
  "member": "string",
2557
2586
  "name": "DealIds",
2558
- "required": true,
2587
+ "output_required": true,
2559
2588
  "type": "list",
2560
2589
  "value_allowed_null": false
2561
2590
  },
@@ -110,22 +110,20 @@
110
110
  {
111
111
  "disabled": false,
112
112
  "document": "模型ID列表",
113
- "example": "[1,2]",
113
+ "example": "[5427,5428]",
114
114
  "member": "int64",
115
115
  "name": "ModelIdList",
116
116
  "required": true,
117
- "type": "list",
118
- "value_allowed_null": false
117
+ "type": "list"
119
118
  },
120
119
  {
121
120
  "disabled": false,
122
121
  "document": "设备ID,AccountType指定的类型",
123
- "example": "\"86********\"",
122
+ "example": "\"892022376********ec97a65130bce53\"",
124
123
  "member": "string",
125
124
  "name": "Uid",
126
125
  "required": false,
127
- "type": "string",
128
- "value_allowed_null": false
126
+ "type": "string"
129
127
  },
130
128
  {
131
129
  "disabled": false,
@@ -134,18 +132,16 @@
134
132
  "member": "int64",
135
133
  "name": "AccountType",
136
134
  "required": false,
137
- "type": "int",
138
- "value_allowed_null": false
135
+ "type": "int"
139
136
  },
140
137
  {
141
138
  "disabled": false,
142
139
  "document": "用户IP",
143
- "example": "127.0.0.1",
140
+ "example": "157.***.***.3",
144
141
  "member": "string",
145
142
  "name": "Ip",
146
143
  "required": false,
147
- "type": "string",
148
- "value_allowed_null": false
144
+ "type": "string"
149
145
  },
150
146
  {
151
147
  "disabled": false,
@@ -154,8 +150,7 @@
154
150
  "member": "string",
155
151
  "name": "Os",
156
152
  "required": false,
157
- "type": "string",
158
- "value_allowed_null": false
153
+ "type": "string"
159
154
  },
160
155
  {
161
156
  "disabled": false,
@@ -164,8 +159,7 @@
164
159
  "member": "string",
165
160
  "name": "Osv",
166
161
  "required": false,
167
- "type": "string",
168
- "value_allowed_null": false
162
+ "type": "string"
169
163
  },
170
164
  {
171
165
  "disabled": false,
@@ -174,8 +168,7 @@
174
168
  "member": "string",
175
169
  "name": "Lat",
176
170
  "required": false,
177
- "type": "string",
178
- "value_allowed_null": false
171
+ "type": "string"
179
172
  },
180
173
  {
181
174
  "disabled": false,
@@ -184,8 +177,7 @@
184
177
  "member": "string",
185
178
  "name": "Lon",
186
179
  "required": false,
187
- "type": "string",
188
- "value_allowed_null": false
180
+ "type": "string"
189
181
  },
190
182
  {
191
183
  "disabled": false,
@@ -194,8 +186,7 @@
194
186
  "member": "string",
195
187
  "name": "DeviceModel",
196
188
  "required": false,
197
- "type": "string",
198
- "value_allowed_null": false
189
+ "type": "string"
199
190
  },
200
191
  {
201
192
  "disabled": false,
@@ -204,8 +195,7 @@
204
195
  "member": "int64",
205
196
  "name": "BidFloor",
206
197
  "required": false,
207
- "type": "int",
208
- "value_allowed_null": false
198
+ "type": "int"
209
199
  },
210
200
  {
211
201
  "disabled": false,
@@ -214,8 +204,7 @@
214
204
  "member": "int64",
215
205
  "name": "Age",
216
206
  "required": false,
217
- "type": "int",
218
- "value_allowed_null": false
207
+ "type": "int"
219
208
  },
220
209
  {
221
210
  "disabled": false,
@@ -224,18 +213,16 @@
224
213
  "member": "int64",
225
214
  "name": "Gender",
226
215
  "required": false,
227
- "type": "int",
228
- "value_allowed_null": false
216
+ "type": "int"
229
217
  },
230
218
  {
231
219
  "disabled": false,
232
220
  "document": "用户地址",
233
- "example": "“XXX省XXX市XXX街道XXX路”",
221
+ "example": "“某某省某某市某某街道某某路”",
234
222
  "member": "string",
235
223
  "name": "Location",
236
224
  "required": false,
237
- "type": "string",
238
- "value_allowed_null": false
225
+ "type": "string"
239
226
  },
240
227
  {
241
228
  "disabled": false,
@@ -244,8 +231,7 @@
244
231
  "member": "int64",
245
232
  "name": "DeliveryMode",
246
233
  "required": false,
247
- "type": "int",
248
- "value_allowed_null": false
234
+ "type": "int"
249
235
  },
250
236
  {
251
237
  "disabled": false,
@@ -254,68 +240,61 @@
254
240
  "member": "int64",
255
241
  "name": "AdvertisingType",
256
242
  "required": false,
257
- "type": "int",
258
- "value_allowed_null": false
243
+ "type": "int"
259
244
  },
260
245
  {
261
246
  "disabled": false,
262
247
  "document": "mac地址,建议提供",
263
- "example": "ADSASDAS-DASDASDASD-DASDASAS",
248
+ "example": "00:1A:2B:3C:4D:5E",
264
249
  "member": "string",
265
250
  "name": "Mac",
266
251
  "required": false,
267
- "type": "string",
268
- "value_allowed_null": false
252
+ "type": "string"
269
253
  },
270
254
  {
271
255
  "disabled": false,
272
256
  "document": "电话号码",
273
- "example": "131",
257
+ "example": "131****9986",
274
258
  "member": "string",
275
259
  "name": "Phone",
276
260
  "required": false,
277
- "type": "string",
278
- "value_allowed_null": false
261
+ "type": "string"
279
262
  },
280
263
  {
281
264
  "disabled": false,
282
265
  "document": "浏览器类型",
283
- "example": "\"xxxl浏览器\"",
266
+ "example": "\"某某浏览器\"",
284
267
  "member": "string",
285
268
  "name": "Ua",
286
269
  "required": false,
287
- "type": "string",
288
- "value_allowed_null": false
270
+ "type": "string"
289
271
  },
290
272
  {
291
273
  "disabled": false,
292
274
  "document": "客户端应用",
293
- "example": "“XXXapp”",
275
+ "example": "“某某app”",
294
276
  "member": "string",
295
277
  "name": "App",
296
278
  "required": false,
297
- "type": "string",
298
- "value_allowed_null": false
279
+ "type": "string"
299
280
  },
300
281
  {
301
282
  "disabled": false,
302
283
  "document": "应用包名",
303
- "example": "\"xxxpackage\"",
284
+ "example": "\"某某package\"",
304
285
  "member": "string",
305
286
  "name": "Package",
306
287
  "required": false,
307
- "type": "string",
308
- "value_allowed_null": false
288
+ "type": "string"
309
289
  },
310
290
  {
311
291
  "disabled": false,
312
292
  "document": "设备制造商",
313
- "example": "\"xxx品牌\"",
293
+ "example": "\"某某品牌\"",
314
294
  "member": "string",
315
295
  "name": "Maker",
316
296
  "required": false,
317
- "type": "string",
318
- "value_allowed_null": false
297
+ "type": "string"
319
298
  },
320
299
  {
321
300
  "disabled": false,
@@ -324,8 +303,7 @@
324
303
  "member": "string",
325
304
  "name": "DeviceType",
326
305
  "required": false,
327
- "type": "string",
328
- "value_allowed_null": false
306
+ "type": "string"
329
307
  },
330
308
  {
331
309
  "disabled": false,
@@ -334,8 +312,7 @@
334
312
  "member": "string",
335
313
  "name": "AccessMode",
336
314
  "required": false,
337
- "type": "string",
338
- "value_allowed_null": false
315
+ "type": "string"
339
316
  },
340
317
  {
341
318
  "disabled": false,
@@ -344,8 +321,7 @@
344
321
  "member": "int64",
345
322
  "name": "Sp",
346
323
  "required": false,
347
- "type": "int",
348
- "value_allowed_null": false
324
+ "type": "int"
349
325
  },
350
326
  {
351
327
  "disabled": false,
@@ -354,8 +330,7 @@
354
330
  "member": "int64",
355
331
  "name": "DeviceW",
356
332
  "required": false,
357
- "type": "int",
358
- "value_allowed_null": false
333
+ "type": "int"
359
334
  },
360
335
  {
361
336
  "disabled": false,
@@ -364,8 +339,7 @@
364
339
  "member": "int64",
365
340
  "name": "DeviceH",
366
341
  "required": false,
367
- "type": "int",
368
- "value_allowed_null": false
342
+ "type": "int"
369
343
  },
370
344
  {
371
345
  "disabled": false,
@@ -374,8 +348,7 @@
374
348
  "member": "int64",
375
349
  "name": "FullScreen",
376
350
  "required": false,
377
- "type": "int",
378
- "value_allowed_null": false
351
+ "type": "int"
379
352
  },
380
353
  {
381
354
  "disabled": false,
@@ -384,8 +357,7 @@
384
357
  "member": "int64",
385
358
  "name": "ImpBannerW",
386
359
  "required": false,
387
- "type": "int",
388
- "value_allowed_null": false
360
+ "type": "int"
389
361
  },
390
362
  {
391
363
  "disabled": false,
@@ -394,18 +366,16 @@
394
366
  "member": "int64",
395
367
  "name": "ImpBannerH",
396
368
  "required": false,
397
- "type": "int",
398
- "value_allowed_null": false
369
+ "type": "int"
399
370
  },
400
371
  {
401
372
  "disabled": false,
402
373
  "document": "网址",
403
- "example": "\"http:XXXX\"",
374
+ "example": "\"http://www.***.com\"",
404
375
  "member": "string",
405
376
  "name": "Url",
406
377
  "required": false,
407
- "type": "string",
408
- "value_allowed_null": false
378
+ "type": "string"
409
379
  },
410
380
  {
411
381
  "disabled": false,
@@ -414,8 +384,7 @@
414
384
  "member": "string",
415
385
  "name": "Context",
416
386
  "required": false,
417
- "type": "string",
418
- "value_allowed_null": false
387
+ "type": "string"
419
388
  },
420
389
  {
421
390
  "disabled": false,
@@ -424,28 +393,25 @@
424
393
  "member": "string",
425
394
  "name": "Channel",
426
395
  "required": false,
427
- "type": "string",
428
- "value_allowed_null": false
396
+ "type": "string"
429
397
  },
430
398
  {
431
399
  "disabled": false,
432
400
  "document": "请求ID",
433
- "example": "“13123123”",
401
+ "example": "“c98f2f4f-****-****-****-669fb2679589”",
434
402
  "member": "string",
435
403
  "name": "ReqId",
436
404
  "required": false,
437
- "type": "string",
438
- "value_allowed_null": false
405
+ "type": "string"
439
406
  },
440
407
  {
441
408
  "disabled": false,
442
409
  "document": "请求ID的md5值",
443
- "example": "“adskasdkajsdhjkasdhjkash”",
410
+ "example": "“d41d8cd98f00b2****800998ecf8427e”",
444
411
  "member": "string",
445
412
  "name": "ReqMd5",
446
413
  "required": false,
447
- "type": "string",
448
- "value_allowed_null": false
414
+ "type": "string"
449
415
  },
450
416
  {
451
417
  "disabled": false,
@@ -454,8 +420,7 @@
454
420
  "member": "int64",
455
421
  "name": "AdType",
456
422
  "required": false,
457
- "type": "int",
458
- "value_allowed_null": false
423
+ "type": "int"
459
424
  },
460
425
  {
461
426
  "disabled": false,
@@ -464,8 +429,7 @@
464
429
  "member": "string",
465
430
  "name": "AppName",
466
431
  "required": false,
467
- "type": "string",
468
- "value_allowed_null": false
432
+ "type": "string"
469
433
  },
470
434
  {
471
435
  "disabled": false,
@@ -474,8 +438,7 @@
474
438
  "member": "string",
475
439
  "name": "AppVer",
476
440
  "required": false,
477
- "type": "string",
478
- "value_allowed_null": false
441
+ "type": "string"
479
442
  },
480
443
  {
481
444
  "disabled": false,
@@ -484,8 +447,7 @@
484
447
  "member": "int64",
485
448
  "name": "ReqType",
486
449
  "required": false,
487
- "type": "int",
488
- "value_allowed_null": false
450
+ "type": "int"
489
451
  },
490
452
  {
491
453
  "disabled": false,
@@ -494,8 +456,7 @@
494
456
  "member": "uint64",
495
457
  "name": "IsAuthorized",
496
458
  "required": false,
497
- "type": "int",
498
- "value_allowed_null": false
459
+ "type": "int"
499
460
  },
500
461
  {
501
462
  "disabled": false,
@@ -504,8 +465,7 @@
504
465
  "member": "Device",
505
466
  "name": "DeviceList",
506
467
  "required": false,
507
- "type": "list",
508
- "value_allowed_null": false
468
+ "type": "list"
509
469
  }
510
470
  ],
511
471
  "usage": "in"
@@ -839,7 +799,7 @@
839
799
  "example": "无",
840
800
  "member": "OutputRecognizeTargetAudience",
841
801
  "name": "Data",
842
- "required": true,
802
+ "output_required": true,
843
803
  "type": "object",
844
804
  "value_allowed_null": true
845
805
  },
@@ -27,8 +27,8 @@
27
27
  "RecognizeTargetAudience": [
28
28
  {
29
29
  "document": "",
30
- "input": "POST / HTTP/1.1\nHost: taf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RecognizeTargetAudience\n<公共请求参数>\n\n{\n \"BspData\": {\n \"Uid\": \"XXXXXXXXXXXXXXX\",\n \"AccountType\": 256,\n \"ModelIdList\": [\n 5260\n ],\n \"IsAuthorized\": 1\n },\n \"BusinessEncryptData\": {\n \"EncryptMethod\": 0,\n \"EncryptData\": \"xxxxxxxxx\",\n \"EncryptMode\": 0,\n \"PaddingType\": 1\n }\n}",
31
- "output": "{\n \"Response\": {\n \"Data\": {\n \"Message\": \"xx\",\n \"Code\": 0,\n \"Value\": [\n {\n \"IsFound\": 0,\n \"Score\": 0.0,\n \"ModelId\": 1\n }\n ]\n },\n \"RequestId\": \"xx\"\n }\n}",
30
+ "input": "POST / HTTP/1.1\nHost: taf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RecognizeTargetAudience\n<公共请求参数>\n\n{\n \"BspData\": {\n \"Uid\": \"892022376********ec97a65130bce53\",\n \"AccountType\": 256,\n \"ModelIdList\": [\n 5427\n ],\n \"IsAuthorized\": 1\n },\n \"BusinessEncryptData\": {\n \"EncryptMethod\": 1,\n \"EncryptData\": \"7ecfc5536b47f4fa7d********b67564caab7e6845531f02fd28feb8122f7afa\",\n \"EncryptMode\": 1,\n \"PaddingType\": 1\n }\n}\n\n",
31
+ "output": "{\n \"Response\": {\n \"Data\": {\n \"Message\": \"OK\",\n \"Code\": 0,\n \"Value\": [\n {\n \"Uid\": \"892022376********ec97a65130bce53\",\n \"IsFound\": 0,\n \"Score\": 0,\n \"ModelId\": 5427,\n \"ModelType\": 1\n }\n ]\n },\n \"RequestId\": \"c98f2f4f-****-****-****-669fb2679589\"\n }\n}",
32
32
  "title": "RecognizeTargetAudience"
33
33
  }
34
34
  ]