tccli 3.0.1186.1__py2.py3-none-any.whl → 3.0.1188.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 (41) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/cfw/cfw_client.py +0 -53
  3. tccli/services/cfw/v20190904/api.json +0 -24
  4. tccli/services/cfw/v20190904/examples.json +0 -8
  5. tccli/services/cvm/cvm_client.py +53 -0
  6. tccli/services/cvm/v20170312/api.json +107 -0
  7. tccli/services/cvm/v20170312/examples.json +8 -0
  8. tccli/services/cwp/v20180228/api.json +1 -1
  9. tccli/services/dc/v20180410/api.json +19 -19
  10. tccli/services/dc/v20180410/examples.json +5 -5
  11. tccli/services/dcdb/v20180411/api.json +20 -2
  12. tccli/services/dlc/dlc_client.py +106 -0
  13. tccli/services/dlc/v20210125/api.json +87 -0
  14. tccli/services/dlc/v20210125/examples.json +16 -0
  15. tccli/services/dts/v20211206/api.json +1 -0
  16. tccli/services/emr/emr_client.py +277 -12
  17. tccli/services/emr/v20190103/api.json +650 -21
  18. tccli/services/emr/v20190103/examples.json +47 -7
  19. tccli/services/es/v20180416/api.json +101 -0
  20. tccli/services/ess/ess_client.py +53 -0
  21. tccli/services/ess/v20201111/api.json +176 -29
  22. tccli/services/ess/v20201111/examples.json +11 -3
  23. tccli/services/gme/v20180711/api.json +12 -12
  24. tccli/services/mariadb/v20170312/api.json +21 -3
  25. tccli/services/rce/v20201103/api.json +2 -2
  26. tccli/services/sms/v20190711/api.json +2 -2
  27. tccli/services/sms/v20210111/api.json +2 -2
  28. tccli/services/teo/v20220901/api.json +2 -2
  29. tccli/services/trocket/v20230308/api.json +9 -0
  30. tccli/services/trtc/v20190722/api.json +11 -0
  31. tccli/services/tse/v20201207/api.json +18 -18
  32. tccli/services/vclm/v20240523/api.json +10 -10
  33. tccli/services/vclm/v20240523/examples.json +17 -5
  34. tccli/services/vpc/v20170312/api.json +1 -1
  35. tccli/services/vtc/v20240223/api.json +8 -8
  36. tccli/services/vtc/v20240223/examples.json +19 -7
  37. {tccli-3.0.1186.1.dist-info → tccli-3.0.1188.1.dist-info}/METADATA +2 -2
  38. {tccli-3.0.1186.1.dist-info → tccli-3.0.1188.1.dist-info}/RECORD +41 -41
  39. {tccli-3.0.1186.1.dist-info → tccli-3.0.1188.1.dist-info}/WHEEL +0 -0
  40. {tccli-3.0.1186.1.dist-info → tccli-3.0.1188.1.dist-info}/entry_points.txt +0 -0
  41. {tccli-3.0.1186.1.dist-info → tccli-3.0.1188.1.dist-info}/license_files/LICENSE +0 -0
@@ -232,7 +232,7 @@
232
232
  "status": "online"
233
233
  },
234
234
  "CreateOrganizationAuthUrl": {
235
- "document": "本接口(CreateOrganizationAuthUrl)用于生成创建企业认证链接。\n用于业务方系统自己生成认证链接进行跳转.而不用电子签自带的生成链接\n\n注: **此接口需要购买单独的实名套餐包方可调用,如有需求请联系对接人员评估**",
235
+ "document": "本接口(CreateOrganizationAuthUrl)的主要功能是生成合作企业的认证链接。\n\n在生成链接的过程中,可以提供一部分已知信息,以便为对方进行认证流程提供便利。\n\n![image](https://qcloudimg.tencent-cloud.cn/raw/7ec91b79a0a4860e77c9ff9f4a5f13ad/channel_SyncProxyOrganization2.png)\n\n\n- **企业统一社会信用代码**: 对应上图中的**1**\n- **企业名称**: 对应上图中的**2**\n- **企业法定代表人的名字**:对应上图中的**3**\n- **企业详细住所**:对应上图中的**4**\n\n\n\n\n<b>注</b>:此接口需要 <font color=\"red\"><b>购买单独的实名套餐包</b></font>方可调用,如有需求请联系对接人员评估",
236
236
  "input": "CreateOrganizationAuthUrlRequest",
237
237
  "name": "创建企业认证链接",
238
238
  "output": "CreateOrganizationAuthUrlResponse",
@@ -490,6 +490,13 @@
490
490
  "output": "DescribeIntegrationRolesResponse",
491
491
  "status": "online"
492
492
  },
493
+ "DescribeOrganizationAuthStatus": {
494
+ "document": "查询企业认证状态",
495
+ "input": "DescribeOrganizationAuthStatusRequest",
496
+ "name": "查询企业认证状态",
497
+ "output": "DescribeOrganizationAuthStatusResponse",
498
+ "status": "online"
499
+ },
493
500
  "DescribeOrganizationGroupOrganizations": {
494
501
  "document": "此API接口用来查询加入集团的成员企业信息\n适用场景:子企业在加入集团后,主企业可能通过此接口获取到所有的子企业列表,方便进行展示和统计",
495
502
  "input": "DescribeOrganizationGroupOrganizationsRequest",
@@ -1148,6 +1155,52 @@
1148
1155
  ],
1149
1156
  "usage": "both"
1150
1157
  },
1158
+ "AuthRecord": {
1159
+ "document": "企业认证信息",
1160
+ "members": [
1161
+ {
1162
+ "disabled": false,
1163
+ "document": "经办人姓名。",
1164
+ "example": "典*谦",
1165
+ "member": "string",
1166
+ "name": "OperatorName",
1167
+ "output_required": false,
1168
+ "type": "string",
1169
+ "value_allowed_null": false
1170
+ },
1171
+ {
1172
+ "disabled": false,
1173
+ "document": "经办人手机号。",
1174
+ "example": "132****0000",
1175
+ "member": "string",
1176
+ "name": "OperatorMobile",
1177
+ "output_required": false,
1178
+ "type": "string",
1179
+ "value_allowed_null": false
1180
+ },
1181
+ {
1182
+ "disabled": false,
1183
+ "document": "认证授权方式:\n<ul><li> **0**:未选择授权方式(默认值)</li>\n<li> **1**:上传授权书</li>\n<li> **2**:法人授权</li>\n<li> **3**:法人认证</li></ul>",
1184
+ "example": "1",
1185
+ "member": "int64",
1186
+ "name": "AuthType",
1187
+ "output_required": false,
1188
+ "type": "int",
1189
+ "value_allowed_null": false
1190
+ },
1191
+ {
1192
+ "disabled": false,
1193
+ "document": "企业认证授权书审核状态:\n<ul><li> **0**:未提交授权书(默认值)</li>\n<li> **1**:审核通过</li>\n<li> **2**:审核驳回</li>\n<li> **3**:审核中</li>\n<li> **4**:AI识别中</li>\n<li> **5**:客户确认AI信息</li></ul>",
1194
+ "example": "1",
1195
+ "member": "int64",
1196
+ "name": "AuditStatus",
1197
+ "output_required": false,
1198
+ "type": "int",
1199
+ "value_allowed_null": false
1200
+ }
1201
+ ],
1202
+ "usage": "out"
1203
+ },
1151
1204
  "AuthorizedUser": {
1152
1205
  "document": "授权用户",
1153
1206
  "members": [
@@ -4981,8 +5034,8 @@
4981
5034
  },
4982
5035
  {
4983
5036
  "disabled": false,
4984
- "document": "指定授权方式 支持多选:\n1-上传授权书方式\n2- 法人授权方式\n3- 法人身份认证方式",
4985
- "example": "",
5037
+ "document": "指定授权方式 支持多选:\n\n<ul>\n<li><strong>1</strong>:上传授权书方式</li>\n<li><strong>2</strong>: 法人授权方式</li>\n<li><strong>3</strong>: 法人身份认证方式</li>\n</ul>",
5038
+ "example": "[2,3]",
4986
5039
  "member": "uint64",
4987
5040
  "name": "AuthorizationTypes",
4988
5041
  "required": false,
@@ -4990,8 +5043,8 @@
4990
5043
  },
4991
5044
  {
4992
5045
  "disabled": false,
4993
- "document": "企业名称\nEndPointType=“H5”或者\"SHORT_H5\"时,该参数必填\n",
4994
- "example": "",
5046
+ "document": "认证企业名称,请确认该名称与企业营业执照中注册的名称一致。\n\n注:\n\n1. `如果名称中包含英文括号(),请使用中文括号()代替。`\n\n2. `EndPointType=“H5”或者\"SHORT_H5\"时,该参数必填`\n",
5047
+ "example": " 腾讯科技(深圳)有限公司",
4995
5048
  "member": "string",
4996
5049
  "name": "OrganizationName",
4997
5050
  "required": false,
@@ -5000,7 +5053,7 @@
5000
5053
  {
5001
5054
  "disabled": false,
5002
5055
  "document": "企业统一社会信用代码",
5003
- "example": "",
5056
+ "example": "9144030071526726XG",
5004
5057
  "member": "string",
5005
5058
  "name": "UniformSocialCreditCode",
5006
5059
  "required": false,
@@ -5008,8 +5061,8 @@
5008
5061
  },
5009
5062
  {
5010
5063
  "disabled": false,
5011
- "document": "法人姓名",
5012
- "example": "",
5064
+ "document": "企业法人的姓名",
5065
+ "example": "张三",
5013
5066
  "member": "string",
5014
5067
  "name": "LegalName",
5015
5068
  "required": false,
@@ -5017,8 +5070,8 @@
5017
5070
  },
5018
5071
  {
5019
5072
  "disabled": false,
5020
- "document": "认证完成跳转链接",
5021
- "example": "",
5073
+ "document": "认证完成跳回的链接,最长500个字符",
5074
+ "example": "https://auth.qq.com/action-next?uid=12345",
5022
5075
  "member": "string",
5023
5076
  "name": "AutoJumpUrl",
5024
5077
  "required": false,
@@ -5026,8 +5079,8 @@
5026
5079
  },
5027
5080
  {
5028
5081
  "disabled": false,
5029
- "document": "营业执照企业地址\n示例:xx省xx市xx县/区xx街道",
5030
- "example": "",
5082
+ "document": "营业执照企业地址",
5083
+ "example": " 深圳市南山区高新区科技中一路腾讯大厦",
5031
5084
  "member": "string",
5032
5085
  "name": "OrganizationAddress",
5033
5086
  "required": false,
@@ -5036,7 +5089,7 @@
5036
5089
  {
5037
5090
  "disabled": false,
5038
5091
  "document": "认证人姓名",
5039
- "example": "",
5092
+ "example": "李四",
5040
5093
  "member": "string",
5041
5094
  "name": "AdminName",
5042
5095
  "required": false,
@@ -5045,7 +5098,7 @@
5045
5098
  {
5046
5099
  "disabled": false,
5047
5100
  "document": "认证人手机号",
5048
- "example": "",
5101
+ "example": "13200000000",
5049
5102
  "member": "string",
5050
5103
  "name": "AdminMobile",
5051
5104
  "required": false,
@@ -5054,7 +5107,7 @@
5054
5107
  {
5055
5108
  "disabled": false,
5056
5109
  "document": "认证人身份证号",
5057
- "example": "",
5110
+ "example": "620000198802020000",
5058
5111
  "member": "string",
5059
5112
  "name": "AdminIdCardNumber",
5060
5113
  "required": false,
@@ -5062,8 +5115,8 @@
5062
5115
  },
5063
5116
  {
5064
5117
  "disabled": false,
5065
- "document": "认证人证件类型\n支持以下类型\n<ul><li>ID_CARD : 中国大陆居民身份证 (默认值)</li>\n<li>HONGKONG_AND_MACAO : 港澳居民来往内地通行证</li>\n<li>HONGKONG_MACAO_AND_TAIWAN : 港澳台居民居住证(格式同居民身份证)</li></ul>\n",
5066
- "example": "",
5118
+ "document": "认证人证件类型, 支持以下类型\n<ul><li><b>ID_CARD</b> : 中国大陆居民身份证 (默认值)</li>\n<li><b>HONGKONG_AND_MACAO</b> : 港澳居民来往内地通行证</li>\n<li><b>HONGKONG_MACAO_AND_TAIWAN</b> : 港澳台居民居住证(格式同居民身份证)</li></ul>\n",
5119
+ "example": "ID_CARD ",
5067
5120
  "member": "string",
5068
5121
  "name": "AdminIdCardType",
5069
5122
  "required": false,
@@ -5071,7 +5124,7 @@
5071
5124
  },
5072
5125
  {
5073
5126
  "disabled": false,
5074
- "document": "营业执照的社会信用代码保持一致\nfalse 关闭-默认\ntrue 开启",
5127
+ "document": "对方打开链接认证时,对方填写的营业执照的社会信用代码是否与接口上传上来的要保持一致。<ul><li><b>false(默认值)</b>:关闭状态,实际认证时允许与接口传递的信息存在不一致。</li><li><b>true</b>:启用状态,实际认证时必须与接口传递的信息完全相符。</li></ul>",
5075
5128
  "example": "无",
5076
5129
  "member": "bool",
5077
5130
  "name": "UniformSocialCreditCodeSame",
@@ -5080,7 +5133,7 @@
5080
5133
  },
5081
5134
  {
5082
5135
  "disabled": false,
5083
- "document": "法人姓名保持一致\nfalse 关闭-默认\ntrue 开启",
5136
+ "document": "对方打开链接认证时,法人姓名是否要与接口传递上来的保持一致。<ul><li><b>false(默认值)</b>:关闭状态,实际认证时允许与接口传递的信息存在不一致。</li><li><b>true</b>:启用状态,实际认证时必须与接口传递的信息完全相符。</li></ul>",
5084
5137
  "example": "无",
5085
5138
  "member": "bool",
5086
5139
  "name": "LegalNameSame",
@@ -5089,7 +5142,7 @@
5089
5142
  },
5090
5143
  {
5091
5144
  "disabled": false,
5092
- "document": "认证人姓名一致\nfalse 关闭-默认\ntrue 开启\n注意:\n开启后在认证过程前会校验拦截",
5145
+ "document": "对方打开链接认证时,认证人姓名是否要与接口传递上来的保持一致。<ul><li><b>false(默认值)</b>:关闭状态,实际认证时允许与接口传递的信息存在不一致。</li><li><b>true</b>:启用状态,实际认证时必须与接口传递的信息完全相符。</li></ul>",
5093
5146
  "example": "无",
5094
5147
  "member": "bool",
5095
5148
  "name": "AdminNameSame",
@@ -5098,7 +5151,7 @@
5098
5151
  },
5099
5152
  {
5100
5153
  "disabled": false,
5101
- "document": "认证人居民身份证件号一致\nfalse 关闭-默认\ntrue 开启\n注意:\n开启后在认证过程前会校验拦截",
5154
+ "document": "对方打开链接认证时,认证人居民身份证件号是否要与接口传递上来的保持一致。<ul><li><b>false(默认值)</b>:关闭状态,实际认证时允许与接口传递的信息存在不一致。</li><li><b>true</b>:启用状态,实际认证时必须与接口传递的信息完全相符。</li></ul>",
5102
5155
  "example": "无",
5103
5156
  "member": "bool",
5104
5157
  "name": "AdminIdCardNumberSame",
@@ -5107,7 +5160,7 @@
5107
5160
  },
5108
5161
  {
5109
5162
  "disabled": false,
5110
- "document": "认证人手机号一致\nfalse 关闭-默认\ntrue 开启\n注意:\n开启后在认证过程前会校验拦截",
5163
+ "document": "对方打开链接认证时,认证人手机号是否要与接口传递上来的保持一致。<ul>\n<li><b>false(默认值)</b>:关闭状态,实际认证时允许与接口传递的信息存在不一致。</li>\n<li><b>true</b>:启用状态,实际认证时必须与接口传递的信息完全相符。</li>\n</ul>",
5111
5164
  "example": "无",
5112
5165
  "member": "bool",
5113
5166
  "name": "AdminMobileSame",
@@ -5116,7 +5169,7 @@
5116
5169
  },
5117
5170
  {
5118
5171
  "disabled": false,
5119
- "document": "企业名称保持一致\nfalse 关闭-默认\ntrue 开启",
5172
+ "document": "对方打开链接认证时,企业名称是否要与接口传递上来的保持一致。<ul><li><b>false(默认值)</b>:关闭状态,实际认证时允许与接口传递的信息存在不一致。</li><li><b>true</b>:启用状态,实际认证时必须与接口传递的信息完全相符。</li></ul>",
5120
5173
  "example": "无",
5121
5174
  "member": "bool",
5122
5175
  "name": "OrganizationNameSame",
@@ -5125,7 +5178,7 @@
5125
5178
  },
5126
5179
  {
5127
5180
  "disabled": false,
5128
- "document": "营业执照正面照(PNG或JPG) base64格式, 大小不超过5M",
5181
+ "document": "营业执照正面照(支持PNG或JPG格式)需以base64格式提供,且文件大小不得超过5MB。",
5129
5182
  "example": "无",
5130
5183
  "member": "string",
5131
5184
  "name": "BusinessLicense",
@@ -5134,7 +5187,7 @@
5134
5187
  },
5135
5188
  {
5136
5189
  "disabled": false,
5137
- "document": "跳转链接类型:\n\"PC\"-PC端认证链接 \n\"APP\"-全屏或半屏跳转小程序链接\nH5”-H5页面认证链接 \"SHORT_H5\"- H5认证短链\n\"SHORT_URL\"- 跳转小程序短链\t",
5190
+ "document": "跳转链接类型:\n\n<ul>\n<li><b>PC</b>:适用于PC端的认证链接</li>\n<li><b>APP</b>:用于全屏或半屏跳转的小程序链接</li>\n<li><b>SHORT_URL</b>:跳转小程序的链接的短链形式</li>\n<li><b>H5</b>:适用于H5页面的认证链接</li>\n<li><b>SHORT_H5</b>:H5认证链接的短链形式</li>\n</ul>\n",
5138
5191
  "example": "无",
5139
5192
  "member": "string",
5140
5193
  "name": "Endpoint",
@@ -5149,8 +5202,8 @@
5149
5202
  "members": [
5150
5203
  {
5151
5204
  "disabled": false,
5152
- "document": "“H5”-H5长连接\n\"SHORT_H5\"- H5短链\n\"APP\"-小程序\n\"PC\"-PC浏览器\n链接有效期统一30",
5153
- "example": "",
5205
+ "document": "生成的认证链接。\n\n注: `链接有效期统一30天`",
5206
+ "example": "https://essurl.cn/24VopUGBZyF",
5154
5207
  "member": "string",
5155
5208
  "name": "AuthUrl",
5156
5209
  "output_required": true,
@@ -5159,8 +5212,8 @@
5159
5212
  },
5160
5213
  {
5161
5214
  "disabled": false,
5162
- "document": "链接过期时间戳",
5163
- "example": "",
5215
+ "document": "链接过期时间,格式为Unix标准时间戳(秒)",
5216
+ "example": "1733388643",
5164
5217
  "member": "int64",
5165
5218
  "name": "ExpiredTime",
5166
5219
  "output_required": true,
@@ -8782,6 +8835,100 @@
8782
8835
  ],
8783
8836
  "type": "object"
8784
8837
  },
8838
+ "DescribeOrganizationAuthStatusRequest": {
8839
+ "document": "DescribeOrganizationAuthStatus请求参数结构体",
8840
+ "members": [
8841
+ {
8842
+ "disabled": false,
8843
+ "document": "执行本接口操作的员工信息。使用此接口时,必须填写userId。 支持填入集团子公司经办人 userId 代发合同。 注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`",
8844
+ "example": "无",
8845
+ "member": "UserInfo",
8846
+ "name": "Operator",
8847
+ "required": true,
8848
+ "type": "object"
8849
+ },
8850
+ {
8851
+ "disabled": false,
8852
+ "document": "组织机构名称。 请确认该名称与企业营业执照中注册的名称一致。 如果名称中包含英文括号(),请使用中文括号()代替。",
8853
+ "example": "无",
8854
+ "member": "string",
8855
+ "name": "OrganizationName",
8856
+ "required": false,
8857
+ "type": "string"
8858
+ },
8859
+ {
8860
+ "disabled": false,
8861
+ "document": "企业统一社会信用代码\n注意:OrganizationName和UniformSocialCreditCode不能同时为空",
8862
+ "example": "无",
8863
+ "member": "string",
8864
+ "name": "UniformSocialCreditCode",
8865
+ "required": false,
8866
+ "type": "string"
8867
+ },
8868
+ {
8869
+ "disabled": false,
8870
+ "document": "法人姓名",
8871
+ "example": "无",
8872
+ "member": "string",
8873
+ "name": "LegalName",
8874
+ "required": false,
8875
+ "type": "string"
8876
+ }
8877
+ ],
8878
+ "type": "object"
8879
+ },
8880
+ "DescribeOrganizationAuthStatusResponse": {
8881
+ "document": "DescribeOrganizationAuthStatus返回参数结构体",
8882
+ "members": [
8883
+ {
8884
+ "disabled": false,
8885
+ "document": "企业是否已认证",
8886
+ "example": "无",
8887
+ "member": "bool",
8888
+ "name": "IsVerified",
8889
+ "output_required": true,
8890
+ "type": "bool",
8891
+ "value_allowed_null": false
8892
+ },
8893
+ {
8894
+ "disabled": false,
8895
+ "document": "企业认证状态 0-未认证 1-认证中 2-已认证",
8896
+ "example": "无",
8897
+ "member": "int64",
8898
+ "name": "AuthStatus",
8899
+ "output_required": true,
8900
+ "type": "int",
8901
+ "value_allowed_null": false
8902
+ },
8903
+ {
8904
+ "disabled": false,
8905
+ "document": "企业认证信息",
8906
+ "example": "无",
8907
+ "member": "AuthRecord",
8908
+ "name": "AuthRecords",
8909
+ "output_required": false,
8910
+ "type": "list",
8911
+ "value_allowed_null": false
8912
+ },
8913
+ {
8914
+ "disabled": false,
8915
+ "document": "企业在腾讯电子签平台的唯一身份标识,为32位字符串。\n可登录腾讯电子签控制台,在 \"更多\"->\"企业设置\"->\"企业中心\"- 中查看企业电子签账号。\np.s. 只有当前企业认证成功的时候返回",
8916
+ "example": "无",
8917
+ "member": "string",
8918
+ "name": "OrganizationId",
8919
+ "output_required": false,
8920
+ "type": "string",
8921
+ "value_allowed_null": false
8922
+ },
8923
+ {
8924
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
8925
+ "member": "string",
8926
+ "name": "RequestId",
8927
+ "type": "string"
8928
+ }
8929
+ ],
8930
+ "type": "object"
8931
+ },
8785
8932
  "DescribeOrganizationGroupOrganizationsRequest": {
8786
8933
  "document": "DescribeOrganizationGroupOrganizations请求参数结构体",
8787
8934
  "members": [
@@ -770,9 +770,9 @@
770
770
  ],
771
771
  "CreateOrganizationAuthUrl": [
772
772
  {
773
- "document": "创建企业认证链接",
774
- "input": "POST / HTTP/1.1\nHost: ess.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateOrganizationAuthUrl\n<公共请求参数>\n\n{\n \"Operator\": {\n \"UserId\": \"yDwfsUUckpsqt647UE6uSrk1ZWhYH56z\"\n },\n \"Endpoint\": \"PC\",\n \"AuthorizationTypes\": [\n 1,\n 2,\n 3\n ],\n \"LegalName\": \"11\",\n \"UniformSocialCreditCode\": \"11\",\n \"OrganizationName\": \"测试企业123123\",\n \"AutoJumpUrl\": \"https://xxxx.com.cn/xxx\"\n}",
775
- "output": "{\n \"Response\": {\n \"AuthUrl\": \"https://test.qian.tencent.cn/console/register-callback?token=yDwFJUUckpsxxxxxWaLrSa3zzlXQh\",\n \"ExpiredTime\": 1668010213,\n \"RequestId\": \"s168499xxxxx2608083\"\n }\n}",
773
+ "document": "我们传递企业名称和企业的统一信用代码。同时,为了确保信息的准确性和合规性,我们要求在进行企业认证时,企业名称和统一信用代码必须与我们传递的信息完全一致。",
774
+ "input": "POST / HTTP/1.1\nHost: ess.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateOrganizationAuthUrl\n<公共请求参数>\n\n{\n \"Operator\": {\n \"UserId\": \"yDwfsUUckpsqt647UE6uSrk1ZWhYH56z\"\n },\n \"Endpoint\": \"SHORT_URL\",\n \"AuthorizationTypes\": [\n 1,\n 2,\n 3\n ],\n \"UniformSocialCreditCode\": \"9144030071526726XG\",\n \"OrganizationName\": \"典子谦示例企业\",\n \"UniformSocialCreditCodeSame\": true,\n \"OrganizationNameSame\": true\n}",
775
+ "output": "{\n \"Response\": {\n \"AuthUrl\": \"https://essurl.cn/24VopUGBZyF\",\n \"ExpiredTime\": 1733388643,\n \"RequestId\": \"a34b6e8e-4a3e-444d-8853-b34f90096254\"\n }\n}",
776
776
  "title": "创建企业认证链接"
777
777
  }
778
778
  ],
@@ -1436,6 +1436,14 @@
1436
1436
  "title": "示例-查询企业角色列表(返回角色对应的权限树)"
1437
1437
  }
1438
1438
  ],
1439
+ "DescribeOrganizationAuthStatus": [
1440
+ {
1441
+ "document": "查询企业认证状态",
1442
+ "input": "POST / HTTP/1.1\nHost: ess.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeOrganizationAuthStatus\n<公共请求参数>\n\n{\n \"Operator\": {\n \"UserId\": \"xxxxxx\"\n },\n \"UniformSocialCreditCode\": \"\",\n \"LegalName\": \"\",\n \"OrganizationName\": \"测试企业\"\n}",
1443
+ "output": "{\n \"Response\": {\n \"AuthRecords\": [\n {\n \"AuditStatus\": 0,\n \"AuthType\": 3,\n \"OperatorMobile\": \"132****0000\",\n \"OperatorName\": \"典*谦\"\n }\n ],\n \"AuthStatus\": 2,\n \"IsVerified\": true,\n \"RequestId\": \"s1687254031099376002\"\n }\n}",
1444
+ "title": "查询企业认证状态"
1445
+ }
1446
+ ],
1439
1447
  "DescribeOrganizationGroupOrganizations": [
1440
1448
  {
1441
1449
  "document": "查询集团下所有成员企业",
@@ -2706,50 +2706,50 @@
2706
2706
  {
2707
2707
  "disabled": false,
2708
2708
  "document": "违规场景,参照<a href=\"https://cloud.tencent.com/document/product/607/37622#Label_Value\">Label</a>定义",
2709
- "example": "",
2709
+ "example": "",
2710
2710
  "member": "string",
2711
2711
  "name": "Label",
2712
- "required": true,
2712
+ "output_required": true,
2713
2713
  "type": "string",
2714
2714
  "value_allowed_null": false
2715
2715
  },
2716
2716
  {
2717
2717
  "disabled": false,
2718
2718
  "document": "该场景下概率[0.00,100.00],分值越大违规概率越高",
2719
- "example": "",
2719
+ "example": "",
2720
2720
  "member": "string",
2721
2721
  "name": "Rate",
2722
- "required": true,
2722
+ "output_required": true,
2723
2723
  "type": "string",
2724
2724
  "value_allowed_null": false
2725
2725
  },
2726
2726
  {
2727
2727
  "disabled": false,
2728
2728
  "document": "违规关键字",
2729
- "example": "",
2729
+ "example": "",
2730
2730
  "member": "string",
2731
2731
  "name": "KeyWord",
2732
- "required": true,
2732
+ "output_required": true,
2733
2733
  "type": "string",
2734
2734
  "value_allowed_null": false
2735
2735
  },
2736
2736
  {
2737
2737
  "disabled": false,
2738
- "document": "关键字在音频的开始时间,从0开始的偏移量,单位为毫秒",
2739
- "example": "",
2738
+ "document": "关键字在音频的开始时间,从0开始的偏移量,单位为毫秒,Label=moan时有效",
2739
+ "example": "",
2740
2740
  "member": "uint64",
2741
2741
  "name": "StartTime",
2742
- "required": true,
2742
+ "output_required": true,
2743
2743
  "type": "int",
2744
2744
  "value_allowed_null": false
2745
2745
  },
2746
2746
  {
2747
2747
  "disabled": false,
2748
- "document": "关键字在音频的结束时间,从0开始的偏移量,,单位为毫秒",
2749
- "example": "",
2748
+ "document": "关键字在音频的结束时间,从0开始的偏移量,,单位为毫秒,Label=moan时有效",
2749
+ "example": "",
2750
2750
  "member": "uint64",
2751
2751
  "name": "EndTime",
2752
- "required": true,
2752
+ "output_required": true,
2753
2753
  "type": "int",
2754
2754
  "value_allowed_null": false
2755
2755
  }
@@ -994,12 +994,12 @@
994
994
  "example": "1234qweri#",
995
995
  "member": "string",
996
996
  "name": "Password",
997
- "required": true,
997
+ "required": false,
998
998
  "type": "string"
999
999
  },
1000
1000
  {
1001
1001
  "disabled": false,
1002
- "document": "是否创建为只读账号,0:否:; 1:只读账号,该账号的sql请求优先选择备机执行,备机延迟时选择主机执行;2:只读账号,优先选择备机执行,备机延迟时操作报错;3:只读账号,优先选择备机执行,忽略备机延迟只读备机;",
1002
+ "document": "是否创建为只读账号,0:否; 1:只读账号,该账号的sql请求优先选择备机执行,备机延迟时选择主机执行;2:只读账号,优先选择备机执行,备机延迟时操作报错;3:只读账号,优先选择备机执行,忽略备机延迟只读备机;",
1003
1003
  "example": "0",
1004
1004
  "member": "int64",
1005
1005
  "name": "ReadOnly",
@@ -1041,6 +1041,15 @@
1041
1041
  "name": "MaxUserConnections",
1042
1042
  "required": false,
1043
1043
  "type": "int"
1044
+ },
1045
+ {
1046
+ "disabled": false,
1047
+ "document": "使用GetPublicKey返回的RSA2048公钥加密后的密码",
1048
+ "example": "+5DzNPbJ5s6e/SkAFgMKQ4ezgmIyKqwHR/TtkwCQP5oFzYTpXJC6iEYVkAmlbreL8XX2I/YdNsqfy184B5sKt7LcfcvTCDspbQrDlRawvcWU0lLxvSpBgL4zXlixxOIR5UmC6lvSJFHOdMzoeK2UKGuV2EG3BMuvVthHAKaFDEQh5C5UP5FsN8G+Zsf27tofNm6KRFrQksNcYvFqMEnnGWV4luXISbJI0yK0m6kyKJSAgtHtDvsGBbJ1fA3RO1p5K/usvARNPB1jzjK5TJtG5eFDsPLXDHwiHh8clQpSLhYj531Ba1uXi9yL1Zkhoc0lf4y2xoJU3N+ce+6IAfJiaw==",
1049
+ "member": "string",
1050
+ "name": "EncryptedPassword",
1051
+ "required": false,
1052
+ "type": "string"
1044
1053
  }
1045
1054
  ],
1046
1055
  "type": "object"
@@ -7646,7 +7655,16 @@
7646
7655
  "example": "abcd8765_.",
7647
7656
  "member": "string",
7648
7657
  "name": "Password",
7649
- "required": true,
7658
+ "required": false,
7659
+ "type": "string"
7660
+ },
7661
+ {
7662
+ "disabled": false,
7663
+ "document": "使用GetPublicKey返回的RSA2048公钥加密后的密码",
7664
+ "example": "+5DzNPbJ5s6e/SkAFgMKQ4ezgmIyKqwHR/TtkwCQP5oFzYTpXJC6iEYVkAmlbreL8XX2I/YdNsqfy184B5sKt7LcfcvTCDspbQrDlRawvcWU0lLxvSpBgL4zXlixxOIR5UmC6lvSJFHOdMzoeK2UKGuV2EG3BMuvVthHAKaFDEQh5C5UP5FsN8G+Zsf27tofNm6KRFrQksNcYvFqMEnnGWV4luXISbJI0yK0m6kyKJSAgtHtDvsGBbJ1fA3RO1p5K/usvARNPB1jzjK5TJtG5eFDsPLXDHwiHh8clQpSLhYj531Ba1uXi9yL1Zkhoc0lf4y2xoJU3N+ce+6IAfJiaw==",
7665
+ "member": "string",
7666
+ "name": "EncryptedPassword",
7667
+ "required": false,
7650
7668
  "type": "string"
7651
7669
  }
7652
7670
  ],
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "actions": {
3
3
  "CreateNameList": {
4
- "document": "创建黑白名单列表的数据 包含列表名称 列表名单类型id 关联场景id 数据类型id 记录状态 备注 数据来源 手动输入数据或cos文件key",
4
+ "document": "创建黑白名单,黑白名单数量上限为100",
5
5
  "input": "CreateNameListRequest",
6
6
  "name": "创建黑白名单",
7
7
  "output": "CreateNameListResponse",
@@ -43,7 +43,7 @@
43
43
  "status": "online"
44
44
  },
45
45
  "ImportNameListData": {
46
- "document": "新增黑白名单详情数据 手动导入或批量导入",
46
+ "document": "新增黑白名单数据,所有黑白名单数据总量上限为10000",
47
47
  "input": "ImportNameListDataRequest",
48
48
  "name": "添加黑白名单数据",
49
49
  "output": "ImportNameListDataResponse",
@@ -269,7 +269,7 @@
269
269
  },
270
270
  {
271
271
  "disabled": false,
272
- "document": "短信类型,1表示营销短信,2表示通知短信,3表示验证码短信。\n注:原“普通短信”类型模板目前仍支持提交申请,为进一步提升短信发送质量、提高短信模板审核通过率,建议按“通知短信”类型或“验证码短信”类型申请新增模板,可参考[关于腾讯云短信模板类型优化公告](https://cloud.tencent.com/document/product/382/106171)",
272
+ "document": "短信类型,1表示营销短信,2表示通知短信,3表示验证码短信。\n注:为进一步提升短信发送质量、提高短信模板审核通过率,从2024年5月16日起,腾讯云短信模板类型优化为“验证码短信”、“通知短信”、“营销短信”,可参考[关于腾讯云短信模板类型优化公告](https://cloud.tencent.com/document/product/382/106171)。新开通短信服务的客户需严格参考新的短信类型申请短信模板。",
273
273
  "example": "3",
274
274
  "member": "uint64",
275
275
  "name": "SmsType",
@@ -1023,7 +1023,7 @@
1023
1023
  },
1024
1024
  {
1025
1025
  "disabled": false,
1026
- "document": "短信类型,1表示营销短信,2表示通知短信,3表示验证码短信。\n注:原“普通短信”类型模板目前仍支持提交申请,为进一步提升短信发送质量、提高短信模板审核通过率,建议按“通知短信”类型或“验证码短信”类型申请新增模板,可参考[关于腾讯云短信模板类型优化公告](https://cloud.tencent.com/document/product/382/106171)",
1026
+ "document": "短信类型,1表示营销短信,2表示通知短信,3表示验证码短信。\n注:为进一步提升短信发送质量、提高短信模板审核通过率,从2024年5月16日起,腾讯云短信模板类型优化为“验证码短信”、“通知短信”、“营销短信”,可参考[关于腾讯云短信模板类型优化公告](https://cloud.tencent.com/document/product/382/106171)。新开通短信服务的客户需严格参考新的短信类型申请短信模板。",
1027
1027
  "example": "3",
1028
1028
  "member": "uint64",
1029
1029
  "name": "SmsType",
@@ -273,7 +273,7 @@
273
273
  },
274
274
  {
275
275
  "disabled": false,
276
- "document": "短信类型,1表示营销短信,2表示通知短信,3表示验证码短信。\n注:原“普通短信”类型模板目前仍支持提交申请,但为进一步提升短信发送质量、提高短信模板审核通过率,建议按“通知短信”类型或“验证码短信”类型申请新增模板,可参考[关于腾讯云短信模板类型优化公告](https://cloud.tencent.com/document/product/382/106171)",
276
+ "document": "短信类型,1表示营销短信,2表示通知短信,3表示验证码短信。\n注:为进一步提升短信发送质量、提高短信模板审核通过率,从2024年5月16日起,腾讯云短信模板类型优化为“验证码短信”、“通知短信”、“营销短信”,可参考[关于腾讯云短信模板类型优化公告](https://cloud.tencent.com/document/product/382/106171)。新开通短信服务的客户需严格参考新的短信类型申请短信模板。",
277
277
  "example": "3",
278
278
  "member": "uint64",
279
279
  "name": "SmsType",
@@ -1082,7 +1082,7 @@
1082
1082
  },
1083
1083
  {
1084
1084
  "disabled": false,
1085
- "document": "短信类型,1表示营销短信,2表示通知短信,3表示验证码短信。\n注:原“普通短信”类型模板目前仍支持提交申请,为进一步提升短信发送质量、提高短信模板审核通过率,建议按“通知短信”类型或“验证码短信”类型申请新增模板,可参考[关于腾讯云短信模板类型优化公告](https://cloud.tencent.com/document/product/382/106171)",
1085
+ "document": "短信类型,1表示营销短信,2表示通知短信,3表示验证码短信。\n注:为进一步提升短信发送质量、提高短信模板审核通过率,从2024年5月16日起,腾讯云短信模板类型优化为“验证码短信”、“通知短信”、“营销短信”,可参考[关于腾讯云短信模板类型优化公告](https://cloud.tencent.com/document/product/382/106171)。新开通短信服务的客户需严格参考新的短信类型申请短信模板。",
1086
1086
  "example": "3",
1087
1087
  "member": "uint64",
1088
1088
  "name": "SmsType",
@@ -4580,7 +4580,7 @@
4580
4580
  "members": [
4581
4581
  {
4582
4582
  "disabled": false,
4583
- "document": "站点接入类型。该参数取值如下,不填写时默认为 partial:\n<li>partial:CNAME 接入;</li>\n<li> full:NS 接入;</li>\n<li>noDomainAccess:无域名接入。</li>",
4583
+ "document": "站点接入类型。该参数取值如下,不填写时默认为 partial:\n<li>partial:CNAME 接入;</li>\n<li>full:NS 接入;</li>\n<li>noDomainAccess:无域名接入;</li>\n<li>dnsPodAccess:DNSPod 托管接入,该接入模式要求您的域名已托管在 DNSPod 内。</li>",
4584
4584
  "example": "full",
4585
4585
  "member": "string",
4586
4586
  "name": "Type",
@@ -12410,7 +12410,7 @@
12410
12410
  },
12411
12411
  {
12412
12412
  "disabled": false,
12413
- "document": "站点接入方式,取值有:\n<li> full:NS 接入;</li>\n<li> partial:CNAME 接入,如果站点当前是无域名接入,仅支持切换到CNAME接入。</li>不填写保持原有配置。",
12413
+ "document": "站点接入方式,取值有:\n<li>full:NS 接入;</li>\n<li>partial:CNAME 接入,如果站点当前是无域名接入,仅支持切换到 CNAME 接入;</li>\n<li>dnsPodAccess:DNSPod 托管接入,该接入模式要求您的域名已托管在 DNSPod 内。</li>不填写保持原有配置。",
12414
12414
  "example": "partial",
12415
12415
  "member": "string",
12416
12416
  "name": "Type",
@@ -2575,6 +2575,15 @@
2575
2575
  "name": "Limit",
2576
2576
  "required": false,
2577
2577
  "type": "int"
2578
+ },
2579
+ {
2580
+ "disabled": false,
2581
+ "document": "是否包含新控制台集群",
2582
+ "example": "0",
2583
+ "member": "bool",
2584
+ "name": "IncludeNew",
2585
+ "required": false,
2586
+ "type": "bool"
2578
2587
  }
2579
2588
  ],
2580
2589
  "type": "object"
@@ -5350,6 +5350,17 @@
5350
5350
  "required": false,
5351
5351
  "type": "list",
5352
5352
  "value_allowed_null": true
5353
+ },
5354
+ {
5355
+ "disabled": false,
5356
+ "document": "语音识别vad的时间,范围为240-2000,默认为1000,单位为ms。更小的值会让语音识别分句更快。\n注意:此字段可能返回 null,表示取不到有效值。",
5357
+ "example": "无",
5358
+ "member": "uint64",
5359
+ "name": "VadSilenceTime",
5360
+ "output_required": false,
5361
+ "required": false,
5362
+ "type": "int",
5363
+ "value_allowed_null": true
5353
5364
  }
5354
5365
  ],
5355
5366
  "usage": "both"