tccli 3.0.1353.1__py2.py3-none-any.whl → 3.0.1355.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/__init__.py +3 -0
- tccli/services/aiart/aiart_client.py +70 -123
- tccli/services/aiart/v20221229/api.json +1 -99
- tccli/services/aiart/v20221229/examples.json +0 -8
- tccli/services/apm/v20210622/api.json +39 -1
- tccli/services/autoscaling/v20180419/api.json +45 -1
- tccli/services/cbs/v20170312/examples.json +3 -3
- tccli/services/ccc/v20200210/api.json +100 -0
- tccli/services/cdb/v20170320/api.json +64 -16
- tccli/services/cdb/v20170320/examples.json +1 -1
- tccli/services/cdwch/v20200915/api.json +85 -85
- tccli/services/cdwch/v20200915/examples.json +1 -1
- tccli/services/ctsdb/__init__.py +4 -0
- tccli/services/ctsdb/ctsdb_client.py +260 -0
- tccli/services/ctsdb/v20230202/api.json +679 -0
- tccli/services/ctsdb/v20230202/examples.json +21 -0
- tccli/services/dbbrain/v20210527/api.json +40 -0
- tccli/services/dlc/dlc_client.py +53 -0
- tccli/services/dlc/v20210125/api.json +44 -0
- tccli/services/dlc/v20210125/examples.json +8 -0
- tccli/services/essbasic/v20210526/api.json +46 -1
- tccli/services/gs/v20191118/api.json +32 -2
- tccli/services/hunyuan/v20230901/api.json +80 -0
- tccli/services/igtm/v20231024/api.json +152 -152
- tccli/services/igtm/v20231024/examples.json +27 -27
- tccli/services/lke/v20231130/api.json +1 -1
- tccli/services/securitylake/v20240117/api.json +2 -2
- tccli/services/ssl/v20191205/api.json +50 -0
- tccli/services/tcaplusdb/v20190823/api.json +2 -2
- tccli/services/teo/v20220901/api.json +55 -6
- tccli/services/teo/v20220901/examples.json +18 -0
- tccli/services/trtc/v20190722/api.json +1 -1
- tccli/services/tts/v20190823/api.json +3 -3
- tccli/services/vclm/v20240523/api.json +2 -2
- tccli/services/vod/v20180717/api.json +11 -2
- {tccli-3.0.1353.1.dist-info → tccli-3.0.1355.1.dist-info}/METADATA +3 -3
- {tccli-3.0.1353.1.dist-info → tccli-3.0.1355.1.dist-info}/RECORD +41 -37
- {tccli-3.0.1353.1.dist-info → tccli-3.0.1355.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1353.1.dist-info → tccli-3.0.1355.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1353.1.dist-info → tccli-3.0.1355.1.dist-info}/license_files/LICENSE +0 -0
@@ -0,0 +1,21 @@
|
|
1
|
+
{
|
2
|
+
"actions": {
|
3
|
+
"DescribeClusters": [
|
4
|
+
{
|
5
|
+
"document": "查询实例列表",
|
6
|
+
"input": "POST / HTTP/1.1\nHost: ctsdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeClusters\n<公共请求参数>\n\n{\n \"PageNumber\": 1,\n \"PageSize\": 10,\n \"Filters\": [\n {\n \"Name\": \"cluster_id\",\n \"Op\": \"=\",\n \"Values\": [\n \"ctsdbi-xxxxxxx\"\n ]\n }\n ],\n \"Orders\": [\n {\n \"Name\": \"created_at\",\n \"Type\": \"DESC\"\n }\n ]\n}",
|
7
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"Clusters\": [\n {\n \"AppID\": 123456789,\n \"ClusterID\": \"ctsdbi-xxxxxxx\",\n \"AccountID\": \"xxxxxx==\",\n \"Name\": \"测试实例\",\n \"Region\": \"guangzhou\",\n \"Zones\": \"guangzhou-3\",\n \"Networks\": [\n {\n \"VIP\": \"10.0.0.x\",\n \"Port\": 8086,\n \"VpcId\": \"332211\",\n \"SubnetId\": \"55321\"\n }\n ],\n \"Spec\": {\n \"RequestUnit\": 1,\n \"PayMode\": 1,\n \"CpuLimit\": 1,\n \"MemoryLimit\": 4,\n \"DiskLimit\": 100,\n \"Shards\": 3,\n \"Replicas\": 1\n },\n \"Status\": 1,\n \"Period\": {\n \"StartTime\": \"2020-09-22T00:00:00+00:00\",\n \"EndTime\": \"2020-09-22T00:00:00+00:00\"\n },\n \"CreatedAt\": \"2020-09-22T00:00:00+00:00\",\n \"UpdatedAt\": \"2020-09-22T00:00:00+00:00\",\n \"Tenant\": {},\n \"Tags\": [\n {\n \"Key\": \"test\",\n \"Value\": \"示例\"\n }\n ],\n \"Security\": [\n \"test\"\n ]\n }\n ],\n \"RequestId\": \"requestxxxxxxxxxx\"\n }\n}",
|
8
|
+
"title": "查询实例列表"
|
9
|
+
}
|
10
|
+
],
|
11
|
+
"DescribeDatabases": [
|
12
|
+
{
|
13
|
+
"document": "查询数据库列表",
|
14
|
+
"input": "POST / HTTP/1.1\nHost: ctsdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDatabases\n<公共请求参数>\n\n{\n \"Database\": {\n \"ClusterID\": \"ctsdbi-xxxxxxx\",\n \"Name\": \"测试\",\n \"CoolDownInDays\": 0,\n \"RetentionInDays\": 0,\n \"Remark\": \"\",\n \"Status\": 0,\n \"CreatedAt\": \"2020-09-22T00:00:00+00:00\",\n \"UpdatedAt\": \"2020-09-22T00:00:00+00:00\"\n },\n \"PageSize\": 10,\n \"PageNumber\": 1\n}",
|
15
|
+
"output": "{\n \"Response\": {\n \"Databases\": [\n {\n \"ClusterID\": \"ctsdbi-xxxxxxx\",\n \"Name\": \"testData\",\n \"CoolDownInDays\": 0,\n \"RetentionInDays\": 0,\n \"Remark\": \"test\",\n \"Status\": 0,\n \"CreatedAt\": \"2020-09-22T00:00:00+00:00\",\n \"UpdatedAt\": \"2020-09-22T00:00:00+00:00\"\n }\n ],\n \"TotalCount\": 0,\n \"RequestId\": \"requestxxxxxxxxx\"\n }\n}",
|
16
|
+
"title": "查询数据库列表"
|
17
|
+
}
|
18
|
+
]
|
19
|
+
},
|
20
|
+
"version": "1.0"
|
21
|
+
}
|
@@ -7469,6 +7469,46 @@
|
|
7469
7469
|
"output_required": true,
|
7470
7470
|
"type": "string",
|
7471
7471
|
"value_allowed_null": false
|
7472
|
+
},
|
7473
|
+
{
|
7474
|
+
"disabled": false,
|
7475
|
+
"document": "集群ID。",
|
7476
|
+
"example": "tdsalchard-e726nj1",
|
7477
|
+
"member": "string",
|
7478
|
+
"name": "ClusterId",
|
7479
|
+
"output_required": false,
|
7480
|
+
"type": "string",
|
7481
|
+
"value_allowed_null": false
|
7482
|
+
},
|
7483
|
+
{
|
7484
|
+
"disabled": false,
|
7485
|
+
"document": "集群名称。",
|
7486
|
+
"example": "测试实列",
|
7487
|
+
"member": "string",
|
7488
|
+
"name": "ClusterName",
|
7489
|
+
"output_required": false,
|
7490
|
+
"type": "string",
|
7491
|
+
"value_allowed_null": false
|
7492
|
+
},
|
7493
|
+
{
|
7494
|
+
"disabled": false,
|
7495
|
+
"document": "vip地址。",
|
7496
|
+
"example": "127.0.0.2",
|
7497
|
+
"member": "string",
|
7498
|
+
"name": "Vip",
|
7499
|
+
"output_required": false,
|
7500
|
+
"type": "string",
|
7501
|
+
"value_allowed_null": false
|
7502
|
+
},
|
7503
|
+
{
|
7504
|
+
"disabled": false,
|
7505
|
+
"document": "vip端口。",
|
7506
|
+
"example": "3306",
|
7507
|
+
"member": "int64",
|
7508
|
+
"name": "Vport",
|
7509
|
+
"output_required": false,
|
7510
|
+
"type": "int",
|
7511
|
+
"value_allowed_null": false
|
7472
7512
|
}
|
7473
7513
|
],
|
7474
7514
|
"usage": "out"
|
tccli/services/dlc/dlc_client.py
CHANGED
@@ -901,6 +901,58 @@ def doDescribeDataEngines(args, parsed_globals):
|
|
901
901
|
FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
|
902
902
|
|
903
903
|
|
904
|
+
def doDescribeUserRegisterTime(args, parsed_globals):
|
905
|
+
g_param = parse_global_arg(parsed_globals)
|
906
|
+
|
907
|
+
if g_param[OptionsDefine.UseCVMRole.replace('-', '_')]:
|
908
|
+
cred = credential.CVMRoleCredential()
|
909
|
+
elif g_param[OptionsDefine.RoleArn.replace('-', '_')] and g_param[OptionsDefine.RoleSessionName.replace('-', '_')]:
|
910
|
+
cred = credential.STSAssumeRoleCredential(
|
911
|
+
g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.RoleArn.replace('-', '_')],
|
912
|
+
g_param[OptionsDefine.RoleSessionName.replace('-', '_')], endpoint=g_param["sts_cred_endpoint"]
|
913
|
+
)
|
914
|
+
elif os.getenv(OptionsDefine.ENV_TKE_REGION) and os.getenv(OptionsDefine.ENV_TKE_PROVIDER_ID) and os.getenv(OptionsDefine.ENV_TKE_WEB_IDENTITY_TOKEN_FILE) and os.getenv(OptionsDefine.ENV_TKE_ROLE_ARN):
|
915
|
+
cred = credential.DefaultTkeOIDCRoleArnProvider().get_credentials()
|
916
|
+
else:
|
917
|
+
cred = credential.Credential(
|
918
|
+
g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.Token]
|
919
|
+
)
|
920
|
+
http_profile = HttpProfile(
|
921
|
+
reqTimeout=60 if g_param[OptionsDefine.Timeout] is None else int(g_param[OptionsDefine.Timeout]),
|
922
|
+
reqMethod="POST",
|
923
|
+
endpoint=g_param[OptionsDefine.Endpoint],
|
924
|
+
proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
|
925
|
+
)
|
926
|
+
profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
|
927
|
+
if g_param[OptionsDefine.Language]:
|
928
|
+
profile.language = g_param[OptionsDefine.Language]
|
929
|
+
mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
|
930
|
+
client = mod.DlcClient(cred, g_param[OptionsDefine.Region], profile)
|
931
|
+
client._sdkVersion += ("_CLI_" + __version__)
|
932
|
+
models = MODELS_MAP[g_param[OptionsDefine.Version]]
|
933
|
+
model = models.DescribeUserRegisterTimeRequest()
|
934
|
+
model.from_json_string(json.dumps(args))
|
935
|
+
start_time = time.time()
|
936
|
+
while True:
|
937
|
+
rsp = client.DescribeUserRegisterTime(model)
|
938
|
+
result = rsp.to_json_string()
|
939
|
+
try:
|
940
|
+
json_obj = json.loads(result)
|
941
|
+
except TypeError as e:
|
942
|
+
json_obj = json.loads(result.decode('utf-8')) # python3.3
|
943
|
+
if not g_param[OptionsDefine.Waiter] or search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj) == g_param['OptionsDefine.WaiterInfo']['to']:
|
944
|
+
break
|
945
|
+
cur_time = time.time()
|
946
|
+
if cur_time - start_time >= g_param['OptionsDefine.WaiterInfo']['timeout']:
|
947
|
+
raise ClientError('Request timeout, wait `%s` to `%s` timeout, last request is %s' %
|
948
|
+
(g_param['OptionsDefine.WaiterInfo']['expr'], g_param['OptionsDefine.WaiterInfo']['to'],
|
949
|
+
search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj)))
|
950
|
+
else:
|
951
|
+
print('Inquiry result is %s.' % search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj))
|
952
|
+
time.sleep(g_param['OptionsDefine.WaiterInfo']['interval'])
|
953
|
+
FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
|
954
|
+
|
955
|
+
|
904
956
|
def doDescribeDMSPartitions(args, parsed_globals):
|
905
957
|
g_param = parse_global_arg(parsed_globals)
|
906
958
|
|
@@ -7793,6 +7845,7 @@ ACTION_MAP = {
|
|
7793
7845
|
"CreateNotebookSessionStatementSupportBatchSQL": doCreateNotebookSessionStatementSupportBatchSQL,
|
7794
7846
|
"SwitchDataEngine": doSwitchDataEngine,
|
7795
7847
|
"DescribeDataEngines": doDescribeDataEngines,
|
7848
|
+
"DescribeUserRegisterTime": doDescribeUserRegisterTime,
|
7796
7849
|
"DescribeDMSPartitions": doDescribeDMSPartitions,
|
7797
7850
|
"CancelTask": doCancelTask,
|
7798
7851
|
"DescribeDLCCatalogAccess": doDescribeDLCCatalogAccess,
|
@@ -735,6 +735,13 @@
|
|
735
735
|
"output": "DescribeUserInfoResponse",
|
736
736
|
"status": "online"
|
737
737
|
},
|
738
|
+
"DescribeUserRegisterTime": {
|
739
|
+
"document": "该接口(DescribeUserRegisterTime)用于查询当前用户注册时间,并判断是否是老用户。",
|
740
|
+
"input": "DescribeUserRegisterTimeRequest",
|
741
|
+
"name": "查询用户注册时间及是否是老用户",
|
742
|
+
"output": "DescribeUserRegisterTimeResponse",
|
743
|
+
"status": "online"
|
744
|
+
},
|
738
745
|
"DescribeUserRoles": {
|
739
746
|
"document": "列举用户角色信息",
|
740
747
|
"input": "DescribeUserRolesRequest",
|
@@ -12556,6 +12563,43 @@
|
|
12556
12563
|
],
|
12557
12564
|
"type": "object"
|
12558
12565
|
},
|
12566
|
+
"DescribeUserRegisterTimeRequest": {
|
12567
|
+
"document": "DescribeUserRegisterTime请求参数结构体",
|
12568
|
+
"members": [],
|
12569
|
+
"type": "object"
|
12570
|
+
},
|
12571
|
+
"DescribeUserRegisterTimeResponse": {
|
12572
|
+
"document": "DescribeUserRegisterTime返回参数结构体",
|
12573
|
+
"members": [
|
12574
|
+
{
|
12575
|
+
"disabled": false,
|
12576
|
+
"document": "用户注册时间",
|
12577
|
+
"example": "1736700000",
|
12578
|
+
"member": "int64",
|
12579
|
+
"name": "RegisterTime",
|
12580
|
+
"output_required": true,
|
12581
|
+
"type": "int",
|
12582
|
+
"value_allowed_null": false
|
12583
|
+
},
|
12584
|
+
{
|
12585
|
+
"disabled": false,
|
12586
|
+
"document": "是否时老用户",
|
12587
|
+
"example": "true",
|
12588
|
+
"member": "bool",
|
12589
|
+
"name": "IsOldUser",
|
12590
|
+
"output_required": true,
|
12591
|
+
"type": "bool",
|
12592
|
+
"value_allowed_null": false
|
12593
|
+
},
|
12594
|
+
{
|
12595
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
12596
|
+
"member": "string",
|
12597
|
+
"name": "RequestId",
|
12598
|
+
"type": "string"
|
12599
|
+
}
|
12600
|
+
],
|
12601
|
+
"type": "object"
|
12602
|
+
},
|
12559
12603
|
"DescribeUserRolesRequest": {
|
12560
12604
|
"document": "DescribeUserRoles请求参数结构体",
|
12561
12605
|
"members": [
|
@@ -852,6 +852,14 @@
|
|
852
852
|
"title": "test"
|
853
853
|
}
|
854
854
|
],
|
855
|
+
"DescribeUserRegisterTime": [
|
856
|
+
{
|
857
|
+
"document": "",
|
858
|
+
"input": "POST / HTTP/1.1\nHost: dlc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeUserRegisterTime\n<公共请求参数>\n\n{}",
|
859
|
+
"output": "{\n \"Response\": {\n \"IsOldUser\": true,\n \"RegisterTime\": 1736600000,\n \"RequestId\": \"27ec9bda-4221-4ad0-8be5-28770caa7d1f\"\n }\n}",
|
860
|
+
"title": "DescribeUserRegisterTime接口示例"
|
861
|
+
}
|
862
|
+
],
|
855
863
|
"DescribeUserRoles": [
|
856
864
|
{
|
857
865
|
"document": "",
|
@@ -4871,7 +4871,7 @@
|
|
4871
4871
|
},
|
4872
4872
|
{
|
4873
4873
|
"disabled": false,
|
4874
|
-
"document": "
|
4874
|
+
"document": "偏移量:从 0 开始,最大20000。",
|
4875
4875
|
"example": "0",
|
4876
4876
|
"member": "int64",
|
4877
4877
|
"name": "Offset",
|
@@ -6020,6 +6020,51 @@
|
|
6020
6020
|
"name": "CanEditApprover",
|
6021
6021
|
"required": false,
|
6022
6022
|
"type": "bool"
|
6023
|
+
},
|
6024
|
+
{
|
6025
|
+
"disabled": false,
|
6026
|
+
"document": "是否可以拒签 默认false-可以拒签 true-不可以拒签",
|
6027
|
+
"example": "true",
|
6028
|
+
"member": "bool",
|
6029
|
+
"name": "NoRefuse",
|
6030
|
+
"required": false,
|
6031
|
+
"type": "bool"
|
6032
|
+
},
|
6033
|
+
{
|
6034
|
+
"disabled": false,
|
6035
|
+
"document": "是否可以转发 默认false-可以转发 true-不可以转发",
|
6036
|
+
"example": "true",
|
6037
|
+
"member": "bool",
|
6038
|
+
"name": "NoTransfer",
|
6039
|
+
"required": false,
|
6040
|
+
"type": "bool"
|
6041
|
+
},
|
6042
|
+
{
|
6043
|
+
"disabled": false,
|
6044
|
+
"document": "当签署方有多个签署区时候,是否隐藏一键所有的签署区\n\nfalse:(默认)不隐藏\ntrue:隐藏,每个签署区要单独选择印章或者签名",
|
6045
|
+
"example": "true",
|
6046
|
+
"member": "bool",
|
6047
|
+
"name": "HideOneKeySign",
|
6048
|
+
"required": false,
|
6049
|
+
"type": "bool"
|
6050
|
+
},
|
6051
|
+
{
|
6052
|
+
"disabled": false,
|
6053
|
+
"document": "签署人阅读合同限制参数\n <br/>取值:\n<ul>\n<li> LimitReadTimeAndBottom,阅读合同必须限制阅读时长并且必须阅读到底</li>\n<li> LimitReadTime,阅读合同仅限制阅读时长</li>\n<li> LimitBottom,阅读合同仅限制必须阅读到底</li>\n<li> NoReadTimeAndBottom,阅读合同不限制阅读时长且不限制阅读到底(白名单功能,请联系客户经理开白使用)</li>\n</ul>",
|
6054
|
+
"example": "LimitBottom",
|
6055
|
+
"member": "string",
|
6056
|
+
"name": "FlowReadLimit",
|
6057
|
+
"required": false,
|
6058
|
+
"type": "string"
|
6059
|
+
},
|
6060
|
+
{
|
6061
|
+
"disabled": false,
|
6062
|
+
"document": "禁止在签署过程中添加签署日期控件\n <br/>前置条件:文件发起合同时,指定SignBeanTag=1(可以在签署过程中添加签署控件):\n<ul>\n<li> 默认值:false,在开启:签署过程中添加签署控件时,添加签署控件会默认自带签署日期控件</li>\n<li> 可选值:true,在开启:签署过程中添加签署控件时,添加签署控件不会自带签署日期控件</li>\n</ul>",
|
6063
|
+
"example": "true",
|
6064
|
+
"member": "bool",
|
6065
|
+
"name": "ForbidAddSignDate",
|
6066
|
+
"required": false,
|
6067
|
+
"type": "bool"
|
6023
6068
|
}
|
6024
6069
|
],
|
6025
6070
|
"usage": "in"
|
@@ -608,7 +608,7 @@
|
|
608
608
|
},
|
609
609
|
{
|
610
610
|
"disabled": false,
|
611
|
-
"document": "应用更新状态,取值:UPLOADING 上传中、CREATING 创建中、CREATE_FAIL 创建失败、CREATE_SUCCESS 创建成功、NORMAL 默认状态",
|
611
|
+
"document": "应用更新状态,取值:UPLOADING 上传中、CREATING 创建中、CREATE_FAIL 创建失败、CREATE_SUCCESS 创建成功、PACKAGE_NAME_MISMATCH 包名不匹配、VERSION_ALREADY_EXISTS 版本已存在、APP_PARSE_FAIL app 解析失败、APP_EXISTS_SECURITY_RISK app 存在安全风险、NORMAL 默认状态",
|
612
612
|
"example": "CREATE_SUCCESS",
|
613
613
|
"member": "string",
|
614
614
|
"name": "UpdateState",
|
@@ -668,7 +668,7 @@
|
|
668
668
|
},
|
669
669
|
{
|
670
670
|
"disabled": false,
|
671
|
-
"document": "
|
671
|
+
"document": "安卓应用版本创建状态,取值:NORMAL:无(默认)、UPLOADING:上传中、CREATING: 创建中、CREATE_FAIL:创建失败、PACKAGE_NAME_MISMATCH:包名不匹配、VERSION_ALREADY_EXISTS:版本已存在、APP_PARSE_FAIL: app 解析失败、APP_EXISTS_SECURITY_RISK:app 存在安全风险、CREATE_SUCCESS:创建成功",
|
672
672
|
"example": "\"NORMAL|UPLOADING|CREATING|CREATE_FAIL|CREATE_SUCCESS\"",
|
673
673
|
"member": "string",
|
674
674
|
"name": "State",
|
@@ -745,6 +745,36 @@
|
|
745
745
|
"output_required": true,
|
746
746
|
"type": "string",
|
747
747
|
"value_allowed_null": false
|
748
|
+
},
|
749
|
+
{
|
750
|
+
"disabled": false,
|
751
|
+
"document": "应用包 MD5",
|
752
|
+
"example": "无",
|
753
|
+
"member": "string",
|
754
|
+
"name": "MD5",
|
755
|
+
"output_required": true,
|
756
|
+
"type": "string",
|
757
|
+
"value_allowed_null": false
|
758
|
+
},
|
759
|
+
{
|
760
|
+
"disabled": false,
|
761
|
+
"document": "应用包文件大小(字节)",
|
762
|
+
"example": "102400",
|
763
|
+
"member": "int64",
|
764
|
+
"name": "FileSize",
|
765
|
+
"output_required": true,
|
766
|
+
"type": "int",
|
767
|
+
"value_allowed_null": false
|
768
|
+
},
|
769
|
+
{
|
770
|
+
"disabled": false,
|
771
|
+
"document": "安卓应用包名",
|
772
|
+
"example": "app_pakcage_name",
|
773
|
+
"member": "string",
|
774
|
+
"name": "PackageName",
|
775
|
+
"output_required": true,
|
776
|
+
"type": "string",
|
777
|
+
"value_allowed_null": false
|
748
778
|
}
|
749
779
|
],
|
750
780
|
"usage": "out"
|
@@ -2536,6 +2536,26 @@
|
|
2536
2536
|
"type": "string",
|
2537
2537
|
"value_allowed_null": false
|
2538
2538
|
},
|
2539
|
+
{
|
2540
|
+
"disabled": false,
|
2541
|
+
"document": "如果Url为图片地址,标识图片宽度。",
|
2542
|
+
"example": "无",
|
2543
|
+
"member": "int64",
|
2544
|
+
"name": "Width",
|
2545
|
+
"output_required": false,
|
2546
|
+
"type": "int",
|
2547
|
+
"value_allowed_null": false
|
2548
|
+
},
|
2549
|
+
{
|
2550
|
+
"disabled": false,
|
2551
|
+
"document": "如果Url为图片地址,标识图片高度。",
|
2552
|
+
"example": "无",
|
2553
|
+
"member": "int64",
|
2554
|
+
"name": "Height",
|
2555
|
+
"output_required": false,
|
2556
|
+
"type": "int",
|
2557
|
+
"value_allowed_null": false
|
2558
|
+
},
|
2539
2559
|
{
|
2540
2560
|
"disabled": false,
|
2541
2561
|
"document": "多媒体详情地址。\n说明:\n1. 仅 type 为 image 时,该字段有值。\n注意:此字段可能返回 null,表示取不到有效值。",
|
@@ -2546,6 +2566,36 @@
|
|
2546
2566
|
"type": "string",
|
2547
2567
|
"value_allowed_null": true
|
2548
2568
|
},
|
2569
|
+
{
|
2570
|
+
"disabled": false,
|
2571
|
+
"document": "缩略图地址。",
|
2572
|
+
"example": "无",
|
2573
|
+
"member": "string",
|
2574
|
+
"name": "ThumbURL",
|
2575
|
+
"output_required": false,
|
2576
|
+
"type": "string",
|
2577
|
+
"value_allowed_null": false
|
2578
|
+
},
|
2579
|
+
{
|
2580
|
+
"disabled": false,
|
2581
|
+
"document": "缩略图宽度",
|
2582
|
+
"example": "无",
|
2583
|
+
"member": "int64",
|
2584
|
+
"name": "ThumbWidth",
|
2585
|
+
"output_required": false,
|
2586
|
+
"type": "int",
|
2587
|
+
"value_allowed_null": false
|
2588
|
+
},
|
2589
|
+
{
|
2590
|
+
"disabled": false,
|
2591
|
+
"document": "缩略图高度",
|
2592
|
+
"example": "无",
|
2593
|
+
"member": "int64",
|
2594
|
+
"name": "ThumbHeight",
|
2595
|
+
"output_required": false,
|
2596
|
+
"type": "int",
|
2597
|
+
"value_allowed_null": false
|
2598
|
+
},
|
2549
2599
|
{
|
2550
2600
|
"disabled": false,
|
2551
2601
|
"document": "名称。\n说明:\n1. type 为 image 时,该字段为空。\n注意:此字段可能返回 null,表示取不到有效值。",
|
@@ -2585,6 +2635,36 @@
|
|
2585
2635
|
"output_required": false,
|
2586
2636
|
"type": "object",
|
2587
2637
|
"value_allowed_null": true
|
2638
|
+
},
|
2639
|
+
{
|
2640
|
+
"disabled": false,
|
2641
|
+
"document": "发布时间。",
|
2642
|
+
"example": "无",
|
2643
|
+
"member": "string",
|
2644
|
+
"name": "PublishTime",
|
2645
|
+
"output_required": false,
|
2646
|
+
"type": "string",
|
2647
|
+
"value_allowed_null": false
|
2648
|
+
},
|
2649
|
+
{
|
2650
|
+
"disabled": false,
|
2651
|
+
"document": "站点名称",
|
2652
|
+
"example": "无",
|
2653
|
+
"member": "string",
|
2654
|
+
"name": "SiteName",
|
2655
|
+
"output_required": false,
|
2656
|
+
"type": "string",
|
2657
|
+
"value_allowed_null": false
|
2658
|
+
},
|
2659
|
+
{
|
2660
|
+
"disabled": false,
|
2661
|
+
"document": "站点图标",
|
2662
|
+
"example": "无",
|
2663
|
+
"member": "string",
|
2664
|
+
"name": "SiteIcon",
|
2665
|
+
"output_required": false,
|
2666
|
+
"type": "string",
|
2667
|
+
"value_allowed_null": false
|
2588
2668
|
}
|
2589
2669
|
],
|
2590
2670
|
"usage": "out"
|