tccli 3.0.1109.1__py2.py3-none-any.whl → 3.0.1111.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 (34) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/examples/ccc/v20200210/CreateCompanyApply.md +10 -3
  3. tccli/examples/ccc/v20200210/DescribeCompanyList.md +2 -1
  4. tccli/examples/ccc/v20200210/ModifyCompanyApply.md +10 -3
  5. tccli/examples/sms/v20210111/AddSmsTemplate.md +1 -1
  6. tccli/examples/sms/v20210111/ModifySmsTemplate.md +1 -1
  7. tccli/examples/trtc/v20190722/DescribeAITranscription.md +22 -0
  8. tccli/examples/trtc/v20190722/StartAITranscription.md +30 -0
  9. tccli/examples/trtc/v20190722/StopAITranscription.md +20 -0
  10. tccli/examples/trtc/v20190722/SummarizeTranscription.md +18 -0
  11. tccli/services/asr/v20190614/api.json +1 -1
  12. tccli/services/ccc/v20200210/api.json +99 -11
  13. tccli/services/ccc/v20200210/examples.json +3 -3
  14. tccli/services/cdn/v20180606/api.json +12 -0
  15. tccli/services/ckafka/v20190819/api.json +13 -13
  16. tccli/services/dsgc/v20190723/api.json +17 -17
  17. tccli/services/essbasic/v20210526/examples.json +4 -4
  18. tccli/services/gme/v20180711/api.json +7 -7
  19. tccli/services/hunyuan/v20230901/api.json +9 -0
  20. tccli/services/mps/v20190612/api.json +14 -14
  21. tccli/services/ms/v20180408/api.json +1 -1
  22. tccli/services/ocr/v20181119/api.json +50 -0
  23. tccli/services/rce/v20201103/api.json +10 -10
  24. tccli/services/sms/v20210111/api.json +4 -4
  25. tccli/services/sms/v20210111/examples.json +2 -2
  26. tccli/services/tmt/v20180321/api.json +12 -12
  27. tccli/services/trtc/trtc_client.py +212 -0
  28. tccli/services/trtc/v20190722/api.json +285 -0
  29. tccli/services/trtc/v20190722/examples.json +32 -0
  30. {tccli-3.0.1109.1.dist-info → tccli-3.0.1111.1.dist-info}/METADATA +2 -2
  31. {tccli-3.0.1109.1.dist-info → tccli-3.0.1111.1.dist-info}/RECORD +34 -30
  32. {tccli-3.0.1109.1.dist-info → tccli-3.0.1111.1.dist-info}/WHEEL +0 -0
  33. {tccli-3.0.1109.1.dist-info → tccli-3.0.1111.1.dist-info}/entry_points.txt +0 -0
  34. {tccli-3.0.1109.1.dist-info → tccli-3.0.1111.1.dist-info}/license_files/LICENSE +0 -0
tccli/__init__.py CHANGED
@@ -1 +1 @@
1
- __version__ = '3.0.1109.1'
1
+ __version__ = '3.0.1111.1'
@@ -10,18 +10,25 @@ tccli ccc CreateCompanyApply --cli-unfold-argument \
10
10
  --CompanyInfo.CompanyName 北京XXXXX有限责任公司 \
11
11
  --CompanyInfo.BusinessId 977111111111111 \
12
12
  --CompanyInfo.BusinessIdPicUrl https://xxxx.com/xxxxx.jpg \
13
+ --CompanyInfo.IsEqualTencentCloud 1 \
13
14
  --CompanyInfo.CorporationName 王某某 \
14
15
  --CompanyInfo.CorporationId 6108888888888888 \
15
16
  --CompanyInfo.CorporationIdPicUrl https://xxxx.com/xxxxx.jpg \
16
- --CompanyInfo.BusinessScope 软件开发咨询 \
17
- --CompanyInfo.AcceptPicUrl https://xxxx.com/xxxxx.jpg \
18
17
  --CompanyInfo.NetworkCommitmentPicUrl https://xxxx.com/xxxxx.jpg \
19
18
  --CompanyInfo.CorporationHoldingOnIdPicUrl https://xxxx.com/xxxxx.jpg \
19
+ --CompanyInfo.CorporationMobile 18092688910 \
20
+ --CompanyInfo.CorporationMobilePicUrl https://www.example.com/corporation_mobile_pic.gif \
20
21
  --CompanyInfo.OperatorName 李某某 \
21
22
  --CompanyInfo.OperatorId 610000000000000 \
22
23
  --CompanyInfo.OperatorIdPicUrl https://xxxx.com/xxxxx.jpg \
23
24
  --CompanyInfo.OperatorHoldingOnIdPicUrl https://xxxx.com/xxxxx.jpg \
24
- --CompanyInfo.CommissionPicUrl https://xxxx.com/xxxxx.jpg
25
+ --CompanyInfo.OperatorMobile 18192226857 \
26
+ --CompanyInfo.OperatorEmail 222@qq.com \
27
+ --CompanyInfo.OperatorMobilePicUrl https://xxxx.com/xxxxx.jpg \
28
+ --CompanyInfo.CommissionPicUrl https://www.example.com/commission_pic.JPG \
29
+ --CompanyInfo.CompanyAuthLetterPicUrl https://www.example.com/company_auth_pic.JPG \
30
+ --CompanyInfo.UseDescribeFileUrl https://www.example.com/use_describe_file.doc \
31
+ --CompanyInfo.AcceptPicUrl https://xxxxxxxxx.com/file.jpg
25
32
  ```
26
33
 
27
34
  Output:
@@ -23,7 +23,8 @@ Output:
23
23
  "CheckTime": 154346666,
24
24
  "CheckMsg": "通过了",
25
25
  "State": 1,
26
- "BusinessId": "4324234323"
26
+ "BusinessId": "4324234323",
27
+ "ModifyTime": 1602321412
27
28
  }
28
29
  ],
29
30
  "RequestId": "abc"
@@ -11,18 +11,25 @@ tccli ccc ModifyCompanyApply --cli-unfold-argument \
11
11
  --CompanyInfo.CompanyName 北京XXXXX有限责任公司 \
12
12
  --CompanyInfo.BusinessId 977111111111111 \
13
13
  --CompanyInfo.BusinessIdPicUrl https://xxxx.com/xxxxx.jpg \
14
+ --CompanyInfo.IsEqualTencentCloud 1 \
14
15
  --CompanyInfo.CorporationName 王某某 \
15
16
  --CompanyInfo.CorporationId 6108888888888888 \
16
17
  --CompanyInfo.CorporationIdPicUrl https://xxxx.com/xxxxx.jpg \
17
- --CompanyInfo.BusinessScope 软件开发咨询 \
18
- --CompanyInfo.AcceptPicUrl https://xxxx.com/xxxxx.jpg \
19
18
  --CompanyInfo.NetworkCommitmentPicUrl https://xxxx.com/xxxxx.jpg \
20
19
  --CompanyInfo.CorporationHoldingOnIdPicUrl https://xxxx.com/xxxxx.jpg \
20
+ --CompanyInfo.CorporationMobile 18092688910 \
21
+ --CompanyInfo.CorporationMobilePicUrl https://www.example.com/corporation_mobile_pic.gif \
21
22
  --CompanyInfo.OperatorName 李某某 \
22
23
  --CompanyInfo.OperatorId 610000000000000 \
23
24
  --CompanyInfo.OperatorIdPicUrl https://xxxx.com/xxxxx.jpg \
24
25
  --CompanyInfo.OperatorHoldingOnIdPicUrl https://xxxx.com/xxxxx.jpg \
25
- --CompanyInfo.CommissionPicUrl https://xxxx.com/xxxxx.jpg
26
+ --CompanyInfo.OperatorMobile 18192226857 \
27
+ --CompanyInfo.OperatorEmail 222@qq.com \
28
+ --CompanyInfo.OperatorMobilePicUrl https://xxxx.com/xxxxx.jpg \
29
+ --CompanyInfo.CommissionPicUrl https://www.example.com/commission_pic.JPG \
30
+ --CompanyInfo.CompanyAuthLetterPicUrl https://www.example.com/company_auth_pic.JPG \
31
+ --CompanyInfo.UseDescribeFileUrl https://www.example.com/use_describe_file.doc \
32
+ --CompanyInfo.AcceptPicUrl https://xxxxxxxxx.com/file.jpg
26
33
  ```
27
34
 
28
35
  Output:
@@ -6,7 +6,7 @@ Input:
6
6
 
7
7
  ```
8
8
  tccli sms AddSmsTemplate --cli-unfold-argument \
9
- --SmsType 0 \
9
+ --SmsType 3 \
10
10
  --International 0 \
11
11
  --Remark 业务验证码 \
12
12
  --TemplateContent 您的验证码是{1} \
@@ -7,7 +7,7 @@ Input:
7
7
  ```
8
8
  tccli sms ModifySmsTemplate --cli-unfold-argument \
9
9
  --TemplateId 1110 \
10
- --SmsType 0 \
10
+ --SmsType 3 \
11
11
  --International 0 \
12
12
  --Remark 业务验证码 \
13
13
  --TemplateContent 您的验证码是{1} \
@@ -0,0 +1,22 @@
1
+ **Example 1: 样例**
2
+
3
+
4
+
5
+ Input:
6
+
7
+ ```
8
+ tccli trtc DescribeAITranscription --cli-unfold-argument \
9
+ --TaskId abc
10
+ ```
11
+
12
+ Output:
13
+ ```
14
+ {
15
+ "Response": {
16
+ "StartTime": "abc",
17
+ "Status": "abc",
18
+ "RequestId": "abc"
19
+ }
20
+ }
21
+ ```
22
+
@@ -0,0 +1,30 @@
1
+ **Example 1: 样例**
2
+
3
+
4
+
5
+ Input:
6
+
7
+ ```
8
+ tccli trtc StartAITranscription --cli-unfold-argument \
9
+ --SdkAppId 1234 \
10
+ --RoomId 1234 \
11
+ --RoomIdType 1 \
12
+ --TranscriptionParams.UserId abc \
13
+ --TranscriptionParams.UserSig abc \
14
+ --TranscriptionParams.IMAdminUserId abc \
15
+ --TranscriptionParams.IMAdminUserSig abc \
16
+ --TranscriptionParams.MaxIdleTime 60 \
17
+ --TranscriptionParams.TranscriptionMode 1 \
18
+ --TranscriptionParams.TargetUserId abc
19
+ ```
20
+
21
+ Output:
22
+ ```
23
+ {
24
+ "Response": {
25
+ "TaskId": "abc",
26
+ "RequestId": "abc"
27
+ }
28
+ }
29
+ ```
30
+
@@ -0,0 +1,20 @@
1
+ **Example 1: 样例**
2
+
3
+
4
+
5
+ Input:
6
+
7
+ ```
8
+ tccli trtc StopAITranscription --cli-unfold-argument \
9
+ --TaskId abc
10
+ ```
11
+
12
+ Output:
13
+ ```
14
+ {
15
+ "Response": {
16
+ "RequestId": "abc"
17
+ }
18
+ }
19
+ ```
20
+
@@ -0,0 +1,18 @@
1
+ **Example 1: 样例**
2
+
3
+
4
+
5
+ Input:
6
+
7
+ ```
8
+ tccli trtc SummarizeTranscription --cli-unfold-argument ```
9
+
10
+ Output:
11
+ ```
12
+ {
13
+ "Response": {
14
+ "RequestId": "abc"
15
+ }
16
+ }
17
+ ```
18
+
@@ -419,7 +419,7 @@
419
419
  {
420
420
  "disabled": false,
421
421
  "document": "回调数据中,是否需要对应音频数据。",
422
- "example": "flase",
422
+ "example": "false",
423
423
  "member": "bool",
424
424
  "name": "AudioData",
425
425
  "required": false,
@@ -1145,10 +1145,10 @@
1145
1145
  },
1146
1146
  {
1147
1147
  "disabled": false,
1148
- "document": "业务经营范围\n注意:此字段可能返回 null,表示取不到有效值。",
1149
- "example": "软件开发等",
1148
+ "document": "安全合规使用承诺书。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)\n注意:此字段可能返回 null,表示取不到有效值。",
1149
+ "example": "https://xxxx.com/xxxxx.jpg\t",
1150
1150
  "member": "string",
1151
- "name": "BusinessScope",
1151
+ "name": "NetworkCommitmentPicUrl",
1152
1152
  "output_required": false,
1153
1153
  "required": true,
1154
1154
  "type": "string",
@@ -1156,10 +1156,21 @@
1156
1156
  },
1157
1157
  {
1158
1158
  "disabled": false,
1159
- "document": "电话受理单。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)\n注意:此字段可能返回 null,表示取不到有效值。",
1160
- "example": "https://xxxx.com/xxxxx.jpg\t",
1159
+ "document": "是否与腾讯云账号的资质一致,0-不一致,1-一致\n注意:此字段可能返回 null,表示取不到有效值。",
1160
+ "example": "1",
1161
+ "member": "int64",
1162
+ "name": "IsEqualTencentCloud",
1163
+ "output_required": false,
1164
+ "required": true,
1165
+ "type": "int",
1166
+ "value_allowed_null": true
1167
+ },
1168
+ {
1169
+ "disabled": false,
1170
+ "document": "法定代表人手机号\n注意:此字段可能返回 null,表示取不到有效值。",
1171
+ "example": "18011111111",
1161
1172
  "member": "string",
1162
- "name": "AcceptPicUrl",
1173
+ "name": "CorporationMobile",
1163
1174
  "output_required": false,
1164
1175
  "required": true,
1165
1176
  "type": "string",
@@ -1167,10 +1178,43 @@
1167
1178
  },
1168
1179
  {
1169
1180
  "disabled": false,
1170
- "document": "电信入网承诺书。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)\n注意:此字段可能返回 null,表示取不到有效值。",
1171
- "example": "https://xxxx.com/xxxxx.jpg\t",
1181
+ "document": "法定代表人手机号码实名认证。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)\n注意:此字段可能返回 null,表示取不到有效值。",
1182
+ "example": "https://xxxx.com/xxxxx.jpg",
1172
1183
  "member": "string",
1173
- "name": "NetworkCommitmentPicUrl",
1184
+ "name": "CorporationMobilePicUrl",
1185
+ "output_required": false,
1186
+ "required": true,
1187
+ "type": "string",
1188
+ "value_allowed_null": true
1189
+ },
1190
+ {
1191
+ "disabled": false,
1192
+ "document": "通话话术。(支持doc、docx格式的文档不超过50MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)\n注意:此字段可能返回 null,表示取不到有效值。",
1193
+ "example": "https://xxxx.com/xxxxx.jpg",
1194
+ "member": "string",
1195
+ "name": "UseDescribeFileUrl",
1196
+ "output_required": false,
1197
+ "required": true,
1198
+ "type": "string",
1199
+ "value_allowed_null": true
1200
+ },
1201
+ {
1202
+ "disabled": false,
1203
+ "document": "公司授权函。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)\n注意:此字段可能返回 null,表示取不到有效值。",
1204
+ "example": "https://xxxx.com/xxxxx.jpg",
1205
+ "member": "string",
1206
+ "name": "CompanyAuthLetterPicUrl",
1207
+ "output_required": false,
1208
+ "required": true,
1209
+ "type": "string",
1210
+ "value_allowed_null": true
1211
+ },
1212
+ {
1213
+ "disabled": false,
1214
+ "document": "电话受理单。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)\n注意:此字段可能返回 null,表示取不到有效值。",
1215
+ "example": "https://xxxx.com/xxxxx.jpg",
1216
+ "member": "string",
1217
+ "name": "AcceptPicUrl",
1174
1218
  "output_required": false,
1175
1219
  "required": true,
1176
1220
  "type": "string",
@@ -1241,6 +1285,39 @@
1241
1285
  "required": false,
1242
1286
  "type": "string",
1243
1287
  "value_allowed_null": true
1288
+ },
1289
+ {
1290
+ "disabled": false,
1291
+ "document": "经办人手机号,申请人类型为经办人时必填。\n注意:此字段可能返回 null,表示取不到有效值。",
1292
+ "example": "18022222222",
1293
+ "member": "string",
1294
+ "name": "OperatorMobile",
1295
+ "output_required": false,
1296
+ "required": false,
1297
+ "type": "string",
1298
+ "value_allowed_null": true
1299
+ },
1300
+ {
1301
+ "disabled": false,
1302
+ "document": "经办人邮箱,申请人类型为经办人时必填。\n注意:此字段可能返回 null,表示取不到有效值。",
1303
+ "example": "111@qq.com",
1304
+ "member": "string",
1305
+ "name": "OperatorEmail",
1306
+ "output_required": false,
1307
+ "required": false,
1308
+ "type": "string",
1309
+ "value_allowed_null": true
1310
+ },
1311
+ {
1312
+ "disabled": false,
1313
+ "document": "经办人手机号码实名认证,申请人类型为经办人时必填。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)\n注意:此字段可能返回 null,表示取不到有效值。",
1314
+ "example": "https://xxxx.com/xxxxx.jpg",
1315
+ "member": "string",
1316
+ "name": "OperatorMobilePicUrl",
1317
+ "output_required": false,
1318
+ "required": false,
1319
+ "type": "string",
1320
+ "value_allowed_null": true
1244
1321
  }
1245
1322
  ],
1246
1323
  "usage": "both"
@@ -1324,6 +1401,17 @@
1324
1401
  "required": false,
1325
1402
  "type": "string",
1326
1403
  "value_allowed_null": true
1404
+ },
1405
+ {
1406
+ "disabled": false,
1407
+ "document": "修改时间\n注意:此字段可能返回 null,表示取不到有效值。",
1408
+ "example": "1653534444",
1409
+ "member": "int64",
1410
+ "name": "ModifyTime",
1411
+ "output_required": false,
1412
+ "required": false,
1413
+ "type": "int",
1414
+ "value_allowed_null": true
1327
1415
  }
1328
1416
  ],
1329
1417
  "usage": "both"
@@ -2919,7 +3007,7 @@
2919
3007
  {
2920
3008
  "disabled": false,
2921
3009
  "document": "审核状态,1-待审核,2-审核通过,3-驳回",
2922
- "example": "",
3010
+ "example": "1",
2923
3011
  "member": "int64",
2924
3012
  "name": "State",
2925
3013
  "required": false,
@@ -2928,7 +3016,7 @@
2928
3016
  {
2929
3017
  "disabled": false,
2930
3018
  "document": "申请ID",
2931
- "example": "",
3019
+ "example": "1",
2932
3020
  "member": "int64",
2933
3021
  "name": "ApplyID",
2934
3022
  "required": false,
@@ -67,7 +67,7 @@
67
67
  "CreateCompanyApply": [
68
68
  {
69
69
  "document": "",
70
- "input": "POST / HTTP/1.1\nHost: ccc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateCompanyApply\n<公共请求参数>\n\n{\n \"CompanyInfo\": {\n \"ApplicantType\": 1,\n \"CompanyName\": \"北京XXXXX有限责任公司\",\n \"BusinessId\": \"977111111111111\",\n \"BusinessIdPicUrl\": \"https://xxxx.com/xxxxx.jpg\",\n \"CorporationName\": \"王某某\",\n \"CorporationId\": \"6108888888888888\",\n \"CorporationIdPicUrl\": \"https://xxxx.com/xxxxx.jpg\",\n \"BusinessScope\": \"软件开发咨询\",\n \"AcceptPicUrl\": \"https://xxxx.com/xxxxx.jpg\",\n \"NetworkCommitmentPicUrl\": \"https://xxxx.com/xxxxx.jpg\",\n \"CorporationHoldingOnIdPicUrl\": \"https://xxxx.com/xxxxx.jpg\",\n \"OperatorName\": \"李某某\",\n \"OperatorId\": \"610000000000000\",\n \"OperatorIdPicUrl\": \"https://xxxx.com/xxxxx.jpg\",\n \"OperatorHoldingOnIdPicUrl\": \"https://xxxx.com/xxxxx.jpg\",\n \"CommissionPicUrl\": \"https://xxxx.com/xxxxx.jpg\"\n }\n}",
70
+ "input": "POST / HTTP/1.1\nHost: ccc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateCompanyApply\n<公共请求参数>\n\n{\n \"CompanyInfo\": {\n \"ApplicantType\": 1,\n \"CompanyName\": \"北京XXXXX有限责任公司\",\n \"BusinessId\": \"977111111111111\",\n \"BusinessIdPicUrl\": \"https://xxxx.com/xxxxx.jpg\",\n \"IsEqualTencentCloud\": 1,\n \"CorporationName\": \"王某某\",\n \"CorporationId\": \"6108888888888888\",\n \"CorporationIdPicUrl\": \"https://xxxx.com/xxxxx.jpg\",\n \"NetworkCommitmentPicUrl\": \"https://xxxx.com/xxxxx.jpg\",\n \"CorporationHoldingOnIdPicUrl\": \"https://xxxx.com/xxxxx.jpg\",\n \"CorporationMobile\": \"18092688910\",\n \"CorporationMobilePicUrl\": \"https://www.example.com/corporation_mobile_pic.gif\",\n \"OperatorName\": \"李某某\",\n \"OperatorId\": \"610000000000000\",\n \"OperatorIdPicUrl\": \"https://xxxx.com/xxxxx.jpg\",\n \"OperatorHoldingOnIdPicUrl\": \"https://xxxx.com/xxxxx.jpg\",\n \"OperatorMobile\": \"18192226857\",\n \"OperatorEmail\": \"222@qq.com\",\n \"OperatorMobilePicUrl\": \"https://xxxx.com/xxxxx.jpg\",\n \"CommissionPicUrl\": \"https://www.example.com/commission_pic.JPG\",\n \"CompanyAuthLetterPicUrl\": \"https://www.example.com/company_auth_pic.JPG\",\n \"UseDescribeFileUrl\": \"https://www.example.com/use_describe_file.doc\",\n \"AcceptPicUrl\": \"https://xxxxxxxxx.com/file.jpg\"\n }\n}",
71
71
  "output": "{\n \"Response\": {\n \"Id\": 0,\n \"RequestId\": \"abc\"\n }\n}",
72
72
  "title": "创建公司资质申请示例"
73
73
  }
@@ -196,7 +196,7 @@
196
196
  {
197
197
  "document": "",
198
198
  "input": "POST / HTTP/1.1\nHost: ccc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCompanyList\n<公共请求参数>\n\n{\n \"PageSize\": 12,\n \"PageNumber\": 0,\n \"CompanyName\": [],\n \"State\": [],\n \"ApplyID\": []\n}",
199
- "output": "{\n \"Response\": {\n \"TotalCount\": 0,\n \"CompanyInfo\": [\n {\n \"Id\": 1,\n \"CompanyName\": \"北京XXX公司\",\n \"CreateTime\": 164434242,\n \"CheckTime\": 154346666,\n \"CheckMsg\": \"通过了\",\n \"State\": 1,\n \"BusinessId\": \"4324234323\"\n }\n ],\n \"RequestId\": \"abc\"\n }\n}",
199
+ "output": "{\n \"Response\": {\n \"TotalCount\": 0,\n \"CompanyInfo\": [\n {\n \"Id\": 1,\n \"CompanyName\": \"北京XXX公司\",\n \"CreateTime\": 164434242,\n \"CheckTime\": 154346666,\n \"CheckMsg\": \"通过了\",\n \"State\": 1,\n \"BusinessId\": \"4324234323\",\n \"ModifyTime\": 1602321412\n }\n ],\n \"RequestId\": \"abc\"\n }\n}",
200
200
  "title": "查询公司资质申请列表示例"
201
201
  }
202
202
  ],
@@ -355,7 +355,7 @@
355
355
  "ModifyCompanyApply": [
356
356
  {
357
357
  "document": "",
358
- "input": "POST / HTTP/1.1\nHost: ccc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyCompanyApply\n<公共请求参数>\n\n{\n \"ApplyId\": 1,\n \"CompanyInfo\": {\n \"ApplicantType\": 1,\n \"CompanyName\": \"北京XXXXX有限责任公司\",\n \"BusinessId\": \"977111111111111\",\n \"BusinessIdPicUrl\": \"https://xxxx.com/xxxxx.jpg\",\n \"CorporationName\": \"王某某\",\n \"CorporationId\": \"6108888888888888\",\n \"CorporationIdPicUrl\": \"https://xxxx.com/xxxxx.jpg\",\n \"BusinessScope\": \"软件开发咨询\",\n \"AcceptPicUrl\": \"https://xxxx.com/xxxxx.jpg\",\n \"NetworkCommitmentPicUrl\": \"https://xxxx.com/xxxxx.jpg\",\n \"CorporationHoldingOnIdPicUrl\": \"https://xxxx.com/xxxxx.jpg\",\n \"OperatorName\": \"李某某\",\n \"OperatorId\": \"610000000000000\",\n \"OperatorIdPicUrl\": \"https://xxxx.com/xxxxx.jpg\",\n \"OperatorHoldingOnIdPicUrl\": \"https://xxxx.com/xxxxx.jpg\",\n \"CommissionPicUrl\": \"https://xxxx.com/xxxxx.jpg\"\n }\n}",
358
+ "input": "POST / HTTP/1.1\nHost: ccc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyCompanyApply\n<公共请求参数>\n\n{\n \"ApplyId\": 1,\n \"CompanyInfo\": {\n \"ApplicantType\": 1,\n \"CompanyName\": \"北京XXXXX有限责任公司\",\n \"BusinessId\": \"977111111111111\",\n \"BusinessIdPicUrl\": \"https://xxxx.com/xxxxx.jpg\",\n \"IsEqualTencentCloud\": 1,\n \"CorporationName\": \"王某某\",\n \"CorporationId\": \"6108888888888888\",\n \"CorporationIdPicUrl\": \"https://xxxx.com/xxxxx.jpg\",\n \"NetworkCommitmentPicUrl\": \"https://xxxx.com/xxxxx.jpg\",\n \"CorporationHoldingOnIdPicUrl\": \"https://xxxx.com/xxxxx.jpg\",\n \"CorporationMobile\": \"18092688910\",\n \"CorporationMobilePicUrl\": \"https://www.example.com/corporation_mobile_pic.gif\",\n \"OperatorName\": \"李某某\",\n \"OperatorId\": \"610000000000000\",\n \"OperatorIdPicUrl\": \"https://xxxx.com/xxxxx.jpg\",\n \"OperatorHoldingOnIdPicUrl\": \"https://xxxx.com/xxxxx.jpg\",\n \"OperatorMobile\": \"18192226857\",\n \"OperatorEmail\": \"222@qq.com\",\n \"OperatorMobilePicUrl\": \"https://xxxx.com/xxxxx.jpg\",\n \"CommissionPicUrl\": \"https://www.example.com/commission_pic.JPG\",\n \"CompanyAuthLetterPicUrl\": \"https://www.example.com/company_auth_pic.JPG\",\n \"UseDescribeFileUrl\": \"https://www.example.com/use_describe_file.doc\",\n \"AcceptPicUrl\": \"https://xxxxxxxxx.com/file.jpg\"\n }\n}",
359
359
  "output": "{\n \"Response\": {\n \"RequestId\": \"abc\"\n }\n}",
360
360
  "title": "修改公司资质申请示例"
361
361
  }
@@ -2354,9 +2354,21 @@
2354
2354
  "example": "on/off",
2355
2355
  "member": "string",
2356
2356
  "name": "Switch",
2357
+ "output_required": true,
2357
2358
  "required": false,
2358
2359
  "type": "string",
2359
2360
  "value_allowed_null": true
2361
+ },
2362
+ {
2363
+ "disabled": false,
2364
+ "document": "当原图是 avif 且客户端 Accept 头包含 image/avif 时,直接返回原图。\n当原图是 avif 且客户端 Accept 头不包含 image/avif 时但包含 image/webp,将 avif 转 webp 格式返回。如果 Accept 头不包含 image/webp, 则转 jpeg 返回。\n\n可用的枚举值: \n- []\n- [\"webp\"]\n- [\"jpeg\"]\n- [\"webp\", \"jpeg\"]\n\n\"webp\":是否开启 avif 转 webp,\"jpeg\": 是否开启 avif 转 jpeg。如果 webp 和 jpeg 都开启的情况下,webp 必须在 jpeg 前面。\n注意:此字段可能返回 null,表示取不到有效值。",
2365
+ "example": "[\"webp\", \"jpeg\"]",
2366
+ "member": "string",
2367
+ "name": "FallbackFormats",
2368
+ "output_required": false,
2369
+ "required": false,
2370
+ "type": "list",
2371
+ "value_allowed_null": true
2360
2372
  }
2361
2373
  ],
2362
2374
  "usage": "both"
@@ -5109,7 +5109,7 @@
5109
5109
  "example": "task-xxx",
5110
5110
  "member": "string",
5111
5111
  "name": "TaskId",
5112
- "required": true,
5112
+ "output_required": true,
5113
5113
  "type": "string",
5114
5114
  "value_allowed_null": false
5115
5115
  },
@@ -5119,7 +5119,7 @@
5119
5119
  "example": "xxx",
5120
5120
  "member": "string",
5121
5121
  "name": "TaskName",
5122
- "required": true,
5122
+ "output_required": true,
5123
5123
  "type": "string",
5124
5124
  "value_allowed_null": false
5125
5125
  },
@@ -5129,7 +5129,7 @@
5129
5129
  "example": "SINK",
5130
5130
  "member": "string",
5131
5131
  "name": "TaskType",
5132
- "required": true,
5132
+ "output_required": true,
5133
5133
  "type": "string",
5134
5134
  "value_allowed_null": false
5135
5135
  },
@@ -5139,7 +5139,7 @@
5139
5139
  "example": "1",
5140
5140
  "member": "int64",
5141
5141
  "name": "Status",
5142
- "required": true,
5142
+ "output_required": true,
5143
5143
  "type": "int",
5144
5144
  "value_allowed_null": false
5145
5145
  },
@@ -5149,7 +5149,7 @@
5149
5149
  "example": "xxx",
5150
5150
  "member": "DatahubResource",
5151
5151
  "name": "SourceResource",
5152
- "required": true,
5152
+ "output_required": true,
5153
5153
  "type": "object",
5154
5154
  "value_allowed_null": true
5155
5155
  },
@@ -5159,7 +5159,7 @@
5159
5159
  "example": "xxx",
5160
5160
  "member": "DatahubResource",
5161
5161
  "name": "TargetResource",
5162
- "required": true,
5162
+ "output_required": true,
5163
5163
  "type": "object",
5164
5164
  "value_allowed_null": true
5165
5165
  },
@@ -5169,7 +5169,7 @@
5169
5169
  "example": "xxxx",
5170
5170
  "member": "string",
5171
5171
  "name": "CreateTime",
5172
- "required": true,
5172
+ "output_required": true,
5173
5173
  "type": "string",
5174
5174
  "value_allowed_null": true
5175
5175
  },
@@ -5179,7 +5179,7 @@
5179
5179
  "example": "xxxx",
5180
5180
  "member": "string",
5181
5181
  "name": "ErrorMessage",
5182
- "required": true,
5182
+ "output_required": true,
5183
5183
  "type": "string",
5184
5184
  "value_allowed_null": true
5185
5185
  },
@@ -5189,7 +5189,7 @@
5189
5189
  "example": "90",
5190
5190
  "member": "float",
5191
5191
  "name": "TaskProgress",
5192
- "required": true,
5192
+ "output_required": true,
5193
5193
  "type": "float",
5194
5194
  "value_allowed_null": true
5195
5195
  },
@@ -5199,7 +5199,7 @@
5199
5199
  "example": "等待连接",
5200
5200
  "member": "string",
5201
5201
  "name": "TaskCurrentStep",
5202
- "required": true,
5202
+ "output_required": true,
5203
5203
  "type": "string",
5204
5204
  "value_allowed_null": true
5205
5205
  },
@@ -5209,7 +5209,7 @@
5209
5209
  "example": "datahub-xxx",
5210
5210
  "member": "string",
5211
5211
  "name": "DatahubId",
5212
- "required": true,
5212
+ "output_required": true,
5213
5213
  "type": "string",
5214
5214
  "value_allowed_null": true
5215
5215
  },
@@ -5219,7 +5219,7 @@
5219
5219
  "example": "xxx",
5220
5220
  "member": "string",
5221
5221
  "name": "StepList",
5222
- "required": true,
5222
+ "output_required": false,
5223
5223
  "type": "list",
5224
5224
  "value_allowed_null": true
5225
5225
  }
@@ -6367,7 +6367,7 @@
6367
6367
  "example": "xxx",
6368
6368
  "member": "string",
6369
6369
  "name": "StepList",
6370
- "output_required": true,
6370
+ "output_required": false,
6371
6371
  "type": "list",
6372
6372
  "value_allowed_null": true
6373
6373
  },