tccli 3.0.1364.1__py2.py3-none-any.whl → 3.0.1365.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.
Files changed (36) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/autoscaling/v20180419/api.json +1 -1
  3. tccli/services/cdn/cdn_client.py +161 -1380
  4. tccli/services/cdn/v20180606/api.json +5302 -9471
  5. tccli/services/cdn/v20180606/examples.json +0 -184
  6. tccli/services/cfs/v20190719/api.json +7 -7
  7. tccli/services/cls/v20201016/api.json +17 -13
  8. tccli/services/dlc/dlc_client.py +1622 -403
  9. tccli/services/dlc/v20210125/api.json +10882 -8052
  10. tccli/services/dlc/v20210125/examples.json +184 -0
  11. tccli/services/emr/v20190103/api.json +1 -1
  12. tccli/services/es/v20250101/api.json +38 -1
  13. tccli/services/ess/ess_client.py +110 -4
  14. tccli/services/ess/v20201111/api.json +354 -1
  15. tccli/services/ess/v20201111/examples.json +16 -0
  16. tccli/services/hunyuan/hunyuan_client.py +73 -179
  17. tccli/services/hunyuan/v20230901/api.json +0 -190
  18. tccli/services/hunyuan/v20230901/examples.json +0 -16
  19. tccli/services/monitor/v20180724/api.json +2 -2
  20. tccli/services/mps/v20190612/api.json +5 -5
  21. tccli/services/mqtt/v20240516/api.json +84 -0
  22. tccli/services/ocr/v20181119/api.json +3 -3
  23. tccli/services/ssl/v20191205/api.json +3 -3
  24. tccli/services/teo/teo_client.py +1266 -206
  25. tccli/services/teo/v20220901/api.json +1794 -112
  26. tccli/services/teo/v20220901/examples.json +160 -0
  27. tccli/services/tione/v20211111/api.json +10 -0
  28. tccli/services/trtc/v20190722/api.json +40 -7
  29. tccli/services/waf/v20180125/api.json +499 -0
  30. tccli/services/waf/v20180125/examples.json +32 -0
  31. tccli/services/waf/waf_client.py +224 -12
  32. {tccli-3.0.1364.1.dist-info → tccli-3.0.1365.1.dist-info}/METADATA +2 -2
  33. {tccli-3.0.1364.1.dist-info → tccli-3.0.1365.1.dist-info}/RECORD +36 -36
  34. {tccli-3.0.1364.1.dist-info → tccli-3.0.1365.1.dist-info}/WHEEL +0 -0
  35. {tccli-3.0.1364.1.dist-info → tccli-3.0.1365.1.dist-info}/entry_points.txt +0 -0
  36. {tccli-3.0.1364.1.dist-info → tccli-3.0.1365.1.dist-info}/license_files/LICENSE +0 -0
@@ -112,13 +112,6 @@
112
112
  "output": "QueryHunyuanImageJobResponse",
113
113
  "status": "online"
114
114
  },
115
- "QueryHunyuanTo3DJob": {
116
- "document": "查询混元生3D任务",
117
- "input": "QueryHunyuanTo3DJobRequest",
118
- "name": "查询混元生3D任务",
119
- "output": "QueryHunyuanTo3DJobResponse",
120
- "status": "online"
121
- },
122
115
  "RunThread": {
123
116
  "document": "腾讯混元大模型是由腾讯研发的大语言模型,具备强大的中文创作能力,复杂语境下的逻辑推理能力,以及可靠的任务执行能力。本接口支持流式或非流式调用,当使用流式调用时为 SSE 协议。\n\n 1. 本接口暂不支持返回图片内容。\n 2. 默认该接口下单账号限制并发数为 5 路,如您有提高并发限制的需求请 [购买](https://buy.cloud.tencent.com/hunyuan) 。\n 3. 请使用 SDK 调用本接口,每种开发语言的 SDK Git 仓库 examples/hunyuan/v20230901/ 目录下有提供示例供参考。SDK 链接在文档下方 “**开发者资源 - SDK**” 部分提供。\n 4. 我们推荐您使用 API Explorer,方便快速地在线调试接口和下载各语言的示例代码,[点击打开](https://console.cloud.tencent.com/api/explorer?Product=hunyuan&Version=2023-09-01&Action=ChatCompletions)。",
124
117
  "input": "RunThreadRequest",
@@ -147,13 +140,6 @@
147
140
  "output": "SubmitHunyuanImageJobResponse",
148
141
  "status": "online"
149
142
  },
150
- "SubmitHunyuanTo3DJob": {
151
- "document": "提交混元生3D任务",
152
- "input": "SubmitHunyuanTo3DJobRequest",
153
- "name": "提交混元生3D任务",
154
- "output": "SubmitHunyuanTo3DJobResponse",
155
- "status": "online"
156
- },
157
143
  "TextToImageLite": {
158
144
  "document": "文生图轻量版接口根据输入的文本描述,智能生成与之相关的结果图。\n文生图轻量版默认提供3个并发任务数,代表最多能同时处理3个已提交的任务,上一个任务处理完毕后才能开始处理下一个任务。",
159
145
  "input": "TextToImageLiteRequest",
@@ -1037,51 +1023,6 @@
1037
1023
  ],
1038
1024
  "usage": "out"
1039
1025
  },
1040
- "File3D": {
1041
- "document": "3D文件",
1042
- "members": [
1043
- {
1044
- "disabled": false,
1045
- "document": "3D文件的格式。取值范围:GIF, OBJ",
1046
- "example": "GIF",
1047
- "member": "string",
1048
- "name": "Type",
1049
- "output_required": false,
1050
- "required": false,
1051
- "type": "string",
1052
- "value_allowed_null": false
1053
- },
1054
- {
1055
- "disabled": false,
1056
- "document": "文件的Url(有效期24小时)",
1057
- "example": "https://cos.ap-guangzhou.myqcloud.com/gif.gif",
1058
- "member": "string",
1059
- "name": "Url",
1060
- "output_required": false,
1061
- "required": false,
1062
- "type": "string",
1063
- "value_allowed_null": false
1064
- }
1065
- ],
1066
- "usage": "both"
1067
- },
1068
- "File3Ds": {
1069
- "document": "3D文件列表",
1070
- "members": [
1071
- {
1072
- "disabled": false,
1073
- "document": "3D文件列表",
1074
- "example": "无",
1075
- "member": "File3D",
1076
- "name": "File3D",
1077
- "output_required": false,
1078
- "required": false,
1079
- "type": "list",
1080
- "value_allowed_null": false
1081
- }
1082
- ],
1083
- "usage": "both"
1084
- },
1085
1026
  "FileObject": {
1086
1027
  "document": "已上传的文件对象。",
1087
1028
  "members": [
@@ -2909,73 +2850,6 @@
2909
2850
  ],
2910
2851
  "type": "object"
2911
2852
  },
2912
- "QueryHunyuanTo3DJobRequest": {
2913
- "document": "QueryHunyuanTo3DJob请求参数结构体",
2914
- "members": [
2915
- {
2916
- "disabled": false,
2917
- "document": "任务ID",
2918
- "example": "1434237894974230",
2919
- "member": "string",
2920
- "name": "JobId",
2921
- "required": false,
2922
- "type": "string"
2923
- }
2924
- ],
2925
- "type": "object"
2926
- },
2927
- "QueryHunyuanTo3DJobResponse": {
2928
- "document": "QueryHunyuanTo3DJob返回参数结构体",
2929
- "members": [
2930
- {
2931
- "disabled": false,
2932
- "document": "任务状态。WAIT:等待中,RUN:执行中,FAIL:任务失败,DONE:任务成功",
2933
- "example": "RUN",
2934
- "member": "string",
2935
- "name": "Status",
2936
- "output_required": false,
2937
- "type": "string",
2938
- "value_allowed_null": false
2939
- },
2940
- {
2941
- "disabled": false,
2942
- "document": "生成的3D文件数组",
2943
- "example": "File3D数据结构",
2944
- "member": "File3Ds",
2945
- "name": "ResultFile3Ds",
2946
- "output_required": false,
2947
- "type": "list",
2948
- "value_allowed_null": false
2949
- },
2950
- {
2951
- "disabled": false,
2952
- "document": "错误码",
2953
- "example": "InvalidParameter",
2954
- "member": "string",
2955
- "name": "ErrorCode",
2956
- "output_required": false,
2957
- "type": "string",
2958
- "value_allowed_null": false
2959
- },
2960
- {
2961
- "disabled": false,
2962
- "document": "错误信息",
2963
- "example": "参数错误",
2964
- "member": "string",
2965
- "name": "ErrorMessage",
2966
- "output_required": false,
2967
- "type": "string",
2968
- "value_allowed_null": false
2969
- },
2970
- {
2971
- "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
2972
- "member": "string",
2973
- "name": "RequestId",
2974
- "type": "string"
2975
- }
2976
- ],
2977
- "type": "object"
2978
- },
2979
2853
  "Reference": {
2980
2854
  "document": "翻译对话参考示例",
2981
2855
  "members": [
@@ -3639,70 +3513,6 @@
3639
3513
  ],
3640
3514
  "type": "object"
3641
3515
  },
3642
- "SubmitHunyuanTo3DJobRequest": {
3643
- "document": "SubmitHunyuanTo3DJob请求参数结构体",
3644
- "members": [
3645
- {
3646
- "disabled": false,
3647
- "document": "3D内容的描述,中文正向提示词。最多支持200个 utf-8 字符,ImageBase64、ImageUrl和 Prompt必填其一,且Prompt和ImageBase64/ImageUrl不能同时存在。",
3648
- "example": "一只小猫",
3649
- "member": "string",
3650
- "name": "Prompt",
3651
- "required": false,
3652
- "type": "string"
3653
- },
3654
- {
3655
- "disabled": false,
3656
- "document": "输入图 Base64 数据。\n大小:单边分辨率要求不小于50,不大于5000。大小不超过8m(base64编码后会大30%左右,建议实际输入图片不超过6m)\n格式:jpg,png,jpeg,webp。\nImageBase64、ImageUrl和 Prompt必填其一,且Prompt和ImageBase64/ImageUrl不能同时存在。",
3657
- "example": "/9j/4QlQaHR0c...N6a2M5ZCI",
3658
- "member": "string",
3659
- "name": "ImageBase64",
3660
- "required": false,
3661
- "type": "string"
3662
- },
3663
- {
3664
- "disabled": false,
3665
- "document": "输入图Url。\n大小:单边分辨率要求不小于50,不大于5000。大小不超过8m(base64编码后会大30%左右,建议实际输入图片不超过6m)\n格式:jpg,png,jpeg,webp。\nImageBase64/ImageUrl和 Prompt必填其一,且Prompt和ImageBase64/ImageUrl不能同时存在。",
3666
- "example": "https://cos.ap-guangzhou.myqcloud.com/imageurl.jpg",
3667
- "member": "string",
3668
- "name": "ImageUrl",
3669
- "required": false,
3670
- "type": "string"
3671
- },
3672
- {
3673
- "disabled": false,
3674
- "document": "生成数量。默认1,当前限制只能为1。",
3675
- "example": "1",
3676
- "member": "int64",
3677
- "name": "Num",
3678
- "required": false,
3679
- "type": "int"
3680
- }
3681
- ],
3682
- "type": "object"
3683
- },
3684
- "SubmitHunyuanTo3DJobResponse": {
3685
- "document": "SubmitHunyuanTo3DJob返回参数结构体",
3686
- "members": [
3687
- {
3688
- "disabled": false,
3689
- "document": "任务id(有效期24小时)",
3690
- "example": "1172498703139831808",
3691
- "member": "string",
3692
- "name": "JobId",
3693
- "output_required": false,
3694
- "type": "string",
3695
- "value_allowed_null": false
3696
- },
3697
- {
3698
- "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
3699
- "member": "string",
3700
- "name": "RequestId",
3701
- "type": "string"
3702
- }
3703
- ],
3704
- "type": "object"
3705
- },
3706
3516
  "TextToImageLiteRequest": {
3707
3517
  "document": "TextToImageLite请求参数结构体",
3708
3518
  "members": [
@@ -182,14 +182,6 @@
182
182
  "title": "成功查询"
183
183
  }
184
184
  ],
185
- "QueryHunyuanTo3DJob": [
186
- {
187
- "document": "任务完成",
188
- "input": "POST / HTTP/1.1\nHost: hunyuan.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: QueryHunyuanTo3DJob\n<公共请求参数>\n\n{\n \"JobId\": \"1286221236421533696\"\n}",
189
- "output": "{\n \"Response\": {\n \"ErrorCode\": \"\",\n \"ErrorMessage\": \"\",\n \"RequestId\": \"6ea0ea36-ea27-4870-9b9b-6937f7cc7117\",\n \"ResultFile3Ds\": [\n {\n \"File3D\": [\n {\n \"Type\": \"GIF\",\n \"Url\": \"https://cos.ap-guangzhou.tencentcos.cn/3d/output.gif\"\n },\n {\n \"Type\": \"OBJ\",\n \"Url\": \"https://cos.ap-guangzhou.tencentcos.cn/3d/output/2e56fc_0.zip\"\n }\n ]\n }\n ],\n \"Status\": \"DONE\"\n }\n}",
190
- "title": "任务完成"
191
- }
192
- ],
193
185
  "RunThread": [
194
186
  {
195
187
  "document": "执行会话",
@@ -222,14 +214,6 @@
222
214
  "title": "调用成功"
223
215
  }
224
216
  ],
225
- "SubmitHunyuanTo3DJob": [
226
- {
227
- "document": "成功提交图生3D任务",
228
- "input": "POST / HTTP/1.1\nHost: hunyuan.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: SubmitHunyuanTo3DJob\n<公共请求参数>\n\n{\n \"Prompt\": \"\",\n \"ImageUrl\": \"https://cos.ap-guangzhou.myqcloud.com/***.jpg\"\n}",
229
- "output": "{\n \"Response\": {\n \"JobId\": \"1286221236421533696\",\n \"RequestId\": \"f4aac8ca-a79d-4431-81fd-7312f79bf91d\"\n }\n}",
230
- "title": "成功提交任务"
231
- }
232
- ],
233
217
  "TextToImageLite": [
234
218
  {
235
219
  "document": "成功调用,并返回生图url",
@@ -21400,7 +21400,7 @@
21400
21400
  {
21401
21401
  "disabled": false,
21402
21402
  "document": "告警策略ID,使用此字段时 GroupId 会被忽略",
21403
- "example": "policy-abc123",
21403
+ "example": "policy-acv124",
21404
21404
  "member": "string",
21405
21405
  "name": "PolicyId",
21406
21406
  "required": false,
@@ -21409,7 +21409,7 @@
21409
21409
  {
21410
21410
  "disabled": false,
21411
21411
  "document": "事件配置的告警",
21412
- "example": "{ \"source\": \"apigw.cloud.tencent\", // 对应云监控所选 云产品 \"type\": [ ",
21412
+ "example": "\"{\\\"source\\\":[\\\"cvm.cloud.tencent\\\"]}\"",
21413
21413
  "member": "string",
21414
21414
  "name": "EbSubject",
21415
21415
  "required": false,
@@ -31964,7 +31964,7 @@
31964
31964
  "members": [
31965
31965
  {
31966
31966
  "disabled": false,
31967
- "document": "抽检策略的每次循环检测的时长。取值范围(单位s):\n\n- 最小值:10\n- 最大值:86400\n",
31967
+ "document": "每次循环检测的时长。取值范围(单位s):\n\n- 最小值:10\n- 最大值:86400\n",
31968
31968
  "example": "30",
31969
31969
  "member": "uint64",
31970
31970
  "name": "CheckDuration",
@@ -31975,7 +31975,7 @@
31975
31975
  },
31976
31976
  {
31977
31977
  "disabled": false,
31978
- "document": "抽检测略的检测间隔,表示在一次检测结束后,等待多长时间后,再次检测。",
31978
+ "document": "抽检间隔,表示在一次检测结束后,等待多长时间后,再次检测。取值范围(单位 s):\n- 最小值:10\n- 最大值:3600",
31979
31979
  "example": "30",
31980
31980
  "member": "uint64",
31981
31981
  "name": "CheckInterval",
@@ -31986,7 +31986,7 @@
31986
31986
  },
31987
31987
  {
31988
31988
  "disabled": false,
31989
- "document": "片头跳过时长。",
31989
+ "document": "片头跳过时长。取值范围(单位 s):\n- 最小值:1\n- 最大值:1800",
31990
31990
  "example": "60",
31991
31991
  "member": "uint64",
31992
31992
  "name": "SkipDuration",
@@ -31997,8 +31997,8 @@
31997
31997
  },
31998
31998
  {
31999
31999
  "disabled": false,
32000
- "document": "循环次数,该字段为空或 0 时,默认循环直至视频结束。",
32001
- "example": "0",
32000
+ "document": "循环次数。取值范围:\n- 最小值:0\n- 最大值:1000\n\n取值为 0 或为空时,表示循环至视频结束。",
32001
+ "example": "10",
32002
32002
  "member": "uint64",
32003
32003
  "name": "CirclesNumber",
32004
32004
  "output_required": false,
@@ -3012,6 +3012,36 @@
3012
3012
  "type": "int",
3013
3013
  "value_allowed_null": false
3014
3014
  },
3015
+ {
3016
+ "disabled": false,
3017
+ "document": "是否使用默认的服务端证书",
3018
+ "example": "false",
3019
+ "member": "bool",
3020
+ "name": "UseDefaultServerCert",
3021
+ "output_required": false,
3022
+ "type": "bool",
3023
+ "value_allowed_null": false
3024
+ },
3025
+ {
3026
+ "disabled": false,
3027
+ "document": "服务端CA最大数量",
3028
+ "example": "3",
3029
+ "member": "int64",
3030
+ "name": "TrustedCaLimit",
3031
+ "output_required": false,
3032
+ "type": "int",
3033
+ "value_allowed_null": false
3034
+ },
3035
+ {
3036
+ "disabled": false,
3037
+ "document": "服务端证书最大数量",
3038
+ "example": "3",
3039
+ "member": "int64",
3040
+ "name": "ServerCertLimit",
3041
+ "output_required": false,
3042
+ "type": "int",
3043
+ "value_allowed_null": false
3044
+ },
3015
3045
  {
3016
3046
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
3017
3047
  "member": "string",
@@ -4055,6 +4085,16 @@
4055
4085
  "output_required": false,
4056
4086
  "type": "int",
4057
4087
  "value_allowed_null": false
4088
+ },
4089
+ {
4090
+ "disabled": false,
4091
+ "document": "用户属性",
4092
+ "example": "无",
4093
+ "member": "SubscriptionUserProperty",
4094
+ "name": "UserProperties",
4095
+ "output_required": false,
4096
+ "type": "list",
4097
+ "value_allowed_null": false
4058
4098
  }
4059
4099
  ],
4060
4100
  "usage": "out"
@@ -5066,6 +5106,24 @@
5066
5106
  "name": "AuthorizationPolicy",
5067
5107
  "required": false,
5068
5108
  "type": "bool"
5109
+ },
5110
+ {
5111
+ "disabled": false,
5112
+ "document": "是否使用默认的服务端证书",
5113
+ "example": "false",
5114
+ "member": "bool",
5115
+ "name": "UseDefaultServerCert",
5116
+ "required": false,
5117
+ "type": "bool"
5118
+ },
5119
+ {
5120
+ "disabled": false,
5121
+ "document": "TLS:单向认证\nmTLS;双向认证\nBYOC:一机一证",
5122
+ "example": "BYOC",
5123
+ "member": "string",
5124
+ "name": "X509Mode",
5125
+ "required": false,
5126
+ "type": "string"
5069
5127
  }
5070
5128
  ],
5071
5129
  "type": "object"
@@ -5826,6 +5884,32 @@
5826
5884
  ],
5827
5885
  "type": "object"
5828
5886
  },
5887
+ "SubscriptionUserProperty": {
5888
+ "document": "订阅的UserProperty结构",
5889
+ "members": [
5890
+ {
5891
+ "disabled": false,
5892
+ "document": "订阅的UserProperty键",
5893
+ "example": "UserProperty-key",
5894
+ "member": "string",
5895
+ "name": "Key",
5896
+ "output_required": false,
5897
+ "type": "string",
5898
+ "value_allowed_null": false
5899
+ },
5900
+ {
5901
+ "disabled": false,
5902
+ "document": "订阅的UserProperty值",
5903
+ "example": "UserProperty-value",
5904
+ "member": "string",
5905
+ "name": "Value",
5906
+ "output_required": false,
5907
+ "type": "string",
5908
+ "value_allowed_null": false
5909
+ }
5910
+ ],
5911
+ "usage": "out"
5912
+ },
5829
5913
  "Tag": {
5830
5914
  "document": "标签数据",
5831
5915
  "members": [
@@ -14757,7 +14757,7 @@
14757
14757
  "members": [
14758
14758
  {
14759
14759
  "disabled": false,
14760
- "document": "图片/PDF的 Base64 值。要求图片/PDF经Base64编码后不超过 10M,分辨率建议600*800以上,支持PNG、JPG、JPEG、BMP、PDF格式。图片支持的像素范围:需介于20-10000px之间。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
14760
+ "document": "图片/PDF的 Base64 值。要求图片/PDF经Base64编码后不超过 10M,分辨率建议600*800以上,且长宽比小于3(短边分辨率大于600, 长边分辨率小于等于短边分辨率的三倍)。支持PNG、JPG、JPEG、BMP、PDF格式。图片支持的像素范围:需介于20-10000px之间。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
14761
14761
  "example": "/9j/4AAQSkZJRg.....s97n//2Q==",
14762
14762
  "member": "string",
14763
14763
  "name": "ImageBase64",
@@ -14766,7 +14766,7 @@
14766
14766
  },
14767
14767
  {
14768
14768
  "disabled": false,
14769
- "document": "图片/PDF的 Url 地址。要求图片/PDF经Base64编码后不超过 10M,分辨率建议600*800以上,支持PNG、JPG、JPEG、BMP、PDF格式。图片支持的像素范围:需介于20-10000px之间。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
14769
+ "document": "图片/PDF的 Url 地址。要求图片/PDF经Base64编码后不超过 10M,分辨率建议600*800以上,且长宽比小于3(短边分辨率大于600, 长边分辨率小于等于短边分辨率的三倍)。支持PNG、JPG、JPEG、BMP、PDF格式。图片支持的像素范围:需介于20-10000px之间。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
14770
14770
  "example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/document/TableOCRDDS/TableOCRDDS1.png",
14771
14771
  "member": "string",
14772
14772
  "name": "ImageUrl",
@@ -14821,7 +14821,7 @@
14821
14821
  {
14822
14822
  "disabled": false,
14823
14823
  "document": "图片旋转角度(角度制),文本的水平方向为0°,统一以逆时针方向旋转,逆时针为负,角度范围为-360°至0°。\n注意:此字段可能返回 null,表示取不到有效值。",
14824
- "example": "0",
14824
+ "example": "0.0",
14825
14825
  "member": "float",
14826
14826
  "name": "Angle",
14827
14827
  "output_required": true,
@@ -4826,7 +4826,7 @@
4826
4826
  },
4827
4827
  {
4828
4828
  "disabled": false,
4829
- "document": "证书生效时间。\n注意:此字段可能返回 null,表示取不到有效值。",
4829
+ "document": "证书生效时间。时区为GMT+8:00\n注意:此字段可能返回 null,表示取不到有效值。",
4830
4830
  "example": "2024-12-03 08:00:00",
4831
4831
  "member": "datetime",
4832
4832
  "name": "CertBeginTime",
@@ -4836,7 +4836,7 @@
4836
4836
  },
4837
4837
  {
4838
4838
  "disabled": false,
4839
- "document": "证书失效时间。\n注意:此字段可能返回 null,表示取不到有效值。",
4839
+ "document": "证书失效时间。时区为GMT+8:00\n注意:此字段可能返回 null,表示取不到有效值。",
4840
4840
  "example": "2025-01-03 07:59:59",
4841
4841
  "member": "datetime",
4842
4842
  "name": "CertEndTime",
@@ -4856,7 +4856,7 @@
4856
4856
  },
4857
4857
  {
4858
4858
  "disabled": false,
4859
- "document": "证书申请时间。",
4859
+ "document": "证书申请时间。时区为GMT+8:00",
4860
4860
  "example": "2024-12-03 19:38:47",
4861
4861
  "member": "datetime",
4862
4862
  "name": "InsertTime",