tccli 3.0.1357.1__py2.py3-none-any.whl → 3.0.1359.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/ai3d/v20250513/api.json +5 -5
- tccli/services/ai3d/v20250513/examples.json +1 -1
- tccli/services/aiart/v20221229/api.json +34 -34
- tccli/services/aiart/v20221229/examples.json +11 -11
- tccli/services/cdb/v20170320/api.json +103 -101
- tccli/services/cdb/v20170320/examples.json +11 -11
- tccli/services/cdn/v20180606/api.json +8 -8
- tccli/services/cdz/v20221123/api.json +1 -1
- tccli/services/clb/v20180317/api.json +4 -4
- tccli/services/cloudaudit/v20190319/api.json +9 -0
- tccli/services/ctem/ctem_client.py +57 -4
- tccli/services/ctem/v20231128/api.json +70 -0
- tccli/services/ctem/v20231128/examples.json +8 -0
- tccli/services/cwp/v20180228/api.json +13 -3
- tccli/services/dnspod/dnspod_client.py +53 -0
- tccli/services/dnspod/v20210323/api.json +218 -0
- tccli/services/dnspod/v20210323/examples.json +26 -0
- tccli/services/dsgc/v20190723/api.json +1 -1
- tccli/services/emr/v20190103/api.json +10 -0
- tccli/services/ess/ess_client.py +103 -50
- tccli/services/ess/v20201111/api.json +337 -0
- tccli/services/ess/v20201111/examples.json +8 -0
- tccli/services/essbasic/v20210526/api.json +3 -3
- tccli/services/gs/v20191118/api.json +28 -4
- tccli/services/hunyuan/v20230901/api.json +12 -12
- tccli/services/hunyuan/v20230901/examples.json +4 -4
- tccli/services/igtm/v20231024/api.json +1 -1
- tccli/services/lcic/v20220817/api.json +8 -8
- tccli/services/lcic/v20220817/examples.json +1 -1
- tccli/services/live/v20180801/api.json +43 -1
- tccli/services/live/v20180801/examples.json +1 -1
- tccli/services/lke/v20231130/api.json +7 -7
- tccli/services/oceanus/v20190422/api.json +22 -2
- tccli/services/ocr/ocr_client.py +53 -0
- tccli/services/ocr/v20181119/api.json +80 -0
- tccli/services/ocr/v20181119/examples.json +8 -0
- tccli/services/postgres/v20170312/api.json +189 -185
- tccli/services/postgres/v20170312/examples.json +29 -29
- tccli/services/rum/v20210622/api.json +15 -15
- tccli/services/ssl/v20191205/api.json +19 -1
- tccli/services/tat/v20201028/api.json +10 -0
- tccli/services/trtc/v20190722/api.json +21 -10
- tccli/services/trtc/v20190722/examples.json +1 -1
- tccli/services/vclm/v20240523/api.json +15 -6
- tccli/services/vclm/v20240523/examples.json +1 -1
- tccli/services/vod/v20180717/api.json +29 -1
- tccli/services/vod/v20180717/examples.json +2 -2
- tccli/services/weilingwith/v20230427/api.json +2 -2
- tccli/services/wsa/__init__.py +4 -0
- tccli/services/wsa/v20250508/api.json +113 -0
- tccli/services/wsa/v20250508/examples.json +13 -0
- tccli/services/wsa/wsa_client.py +207 -0
- {tccli-3.0.1357.1.dist-info → tccli-3.0.1359.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1357.1.dist-info → tccli-3.0.1359.1.dist-info}/RECORD +59 -55
- {tccli-3.0.1357.1.dist-info → tccli-3.0.1359.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1357.1.dist-info → tccli-3.0.1359.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1357.1.dist-info → tccli-3.0.1359.1.dist-info}/license_files/LICENSE +0 -0
@@ -273,6 +273,13 @@
|
|
273
273
|
"output": "CreateLegalSealQrCodeResponse",
|
274
274
|
"status": "online"
|
275
275
|
},
|
276
|
+
"CreateMiniAppPrepareFlow": {
|
277
|
+
"document": "创建小程序发起流程链接,在小程序页面上完成签署人等信息的编辑与确认后,可快速发起流程。\n <br/>\n适用场景:如果需要签署人在自己的APP、小程序、H5应用中发起合同,可在收集合同信息,签署人等信息后(非必选),通过此接口获取跳转腾讯电子签小程序的合同发起跳转链接,跳转到腾讯电子签小程序继续合同的发起。\n\n跳转到小程序的实现,参考微信官方文档(分为<a href=\"https://developers.weixin.qq.com/miniprogram/dev/api/navigate/wx.navigateToMiniProgram.html\">全屏</a>、<a href=\"https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/openEmbeddedMiniProgram.html\">半屏</a>两种方式),如何配置也可以请参考: <a href=\"https://qian.tencent.com/developers/company/openwxminiprogram\">跳转电子签小程序配置</a>\n\n注:\n<ul>\n<li>1. 签署链接的有效期为<font color=\"red\">90天</font>,超过有效期链接不可用</li>\n<li>2. <font color=\"red\">生成的链路后面不能再增加参数</font>(会出现覆盖链接中已有参数导致错误)</li>\n <li>3. 调用接口后,<font color=\"red\">流程不会立即发起,需使用链接跳转到小程序上继续发起流程操作</font>。</li>\n<li>4. <font color=\"red\">使用链接成功发起一份合同后,链接立即失效</font></li>\n</ul>\n\n其中小程序的原始Id如下,或者查看小程序信息自助获取。\n\n| 小程序 | AppID | 原始ID |\n| ------------ | ------------ | ------------ |\n| 腾讯电子签(正式版) | wxa023b292fd19d41d | gh_da88f6188665 |\n| 腾讯电子签Demo | wx371151823f6f3edf | gh_39a5d3de69fa |",
|
278
|
+
"input": "CreateMiniAppPrepareFlowRequest",
|
279
|
+
"name": "创建小程序发起合同链接",
|
280
|
+
"output": "CreateMiniAppPrepareFlowResponse",
|
281
|
+
"status": "online"
|
282
|
+
},
|
276
283
|
"CreateModifyAdminAuthorizationUrl": {
|
277
284
|
"document": "本接口(CreateModifyAdminAuthorizationUrl)用于重新上传超管授权书。\n\n注意:\n1. 重新上传超管授权书,必须是审核失败的情况下才能重新上传,可以通过回调[!授权书认证审核结果回调](https://qian.tencent.com/developers/company/callback_types_staffs#%E5%8D%81%E5%85%AD-%E6%8E%88%E6%9D%83%E4%B9%A6%E8%AE%A4%E8%AF%81%E5%AE%A1%E6%A0%B8%E7%BB%93%E6%9E%9C%E5%9B%9E%E8%B0%83)得到",
|
278
285
|
"input": "CreateModifyAdminAuthorizationUrlRequest",
|
@@ -5808,6 +5815,211 @@
|
|
5808
5815
|
],
|
5809
5816
|
"type": "object"
|
5810
5817
|
},
|
5818
|
+
"CreateMiniAppPrepareFlowRequest": {
|
5819
|
+
"document": "CreateMiniAppPrepareFlow请求参数结构体",
|
5820
|
+
"members": [
|
5821
|
+
{
|
5822
|
+
"disabled": false,
|
5823
|
+
"document": "执行本接口操作的员工信息。使用此接口时,必须填写userId。\n支持填入集团子公司经办人 userId 代发合同。\n\n注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`",
|
5824
|
+
"example": "{\"UserId\":\"yDxjOUUgydjfxgnzUuO5zjEWA07rC5xl\"}",
|
5825
|
+
"member": "UserInfo",
|
5826
|
+
"name": "Operator",
|
5827
|
+
"required": true,
|
5828
|
+
"type": "object"
|
5829
|
+
},
|
5830
|
+
{
|
5831
|
+
"disabled": false,
|
5832
|
+
"document": "资源类型,取值有:\n<ul><li> **1**:模板</li>\n<li> **2**:文件 </li></ul>",
|
5833
|
+
"example": "1",
|
5834
|
+
"member": "int64",
|
5835
|
+
"name": "ResourceType",
|
5836
|
+
"required": true,
|
5837
|
+
"type": "int"
|
5838
|
+
},
|
5839
|
+
{
|
5840
|
+
"disabled": false,
|
5841
|
+
"document": "资源id,与ResourceType相对应,取值范围:\n<ul>\n<li>文件Id(通过UploadFiles获取文件资源Id)</li>\n<li>模板Id(通过控制台创建模板后获取模板Id)</li>\n</ul>\n注意:需要同时设置 ResourceType 参数指定资源类型",
|
5842
|
+
"example": "yDxZtUyKQD2JuqUuO4zjERYG3XNeEJXw",
|
5843
|
+
"member": "string",
|
5844
|
+
"name": "ResourceId",
|
5845
|
+
"required": true,
|
5846
|
+
"type": "string"
|
5847
|
+
},
|
5848
|
+
{
|
5849
|
+
"disabled": false,
|
5850
|
+
"document": "自定义的合同流程的名称,长度不能超过200个字符,只能由中文汉字、中文标点、英文字母、阿拉伯数字、空格、小括号、中括号、中划线、下划线以及(,)、(;)、(.)、(&)、(+)组成。\n\n该名称还将用于合同签署完成后文件下载的默认文件名称。",
|
5851
|
+
"example": "合同名称",
|
5852
|
+
"member": "string",
|
5853
|
+
"name": "FlowName",
|
5854
|
+
"required": true,
|
5855
|
+
"type": "string"
|
5856
|
+
},
|
5857
|
+
{
|
5858
|
+
"disabled": false,
|
5859
|
+
"document": "代理企业和员工的信息。\n在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。",
|
5860
|
+
"example": "{\"ProxyOrganizationId\":\"yDwiyUUckpodg1g9UuDwx6KuPMVKNEnk\"}",
|
5861
|
+
"member": "Agent",
|
5862
|
+
"name": "Agent",
|
5863
|
+
"required": false,
|
5864
|
+
"type": "object"
|
5865
|
+
},
|
5866
|
+
{
|
5867
|
+
"disabled": false,
|
5868
|
+
"document": "合同流程的参与方列表,最多可支持50个参与方,可在列表中指定企业B端签署方和个人C端签署方的联系和认证方式等信息。",
|
5869
|
+
"example": "[{\"ApproverType\":1,\"ApproverName\":\"张某\",\"ApproverMobile\":\"18200000000\"}]",
|
5870
|
+
"member": "MiniAppCreateApproverInfo",
|
5871
|
+
"name": "Approvers",
|
5872
|
+
"required": false,
|
5873
|
+
"type": "list"
|
5874
|
+
},
|
5875
|
+
{
|
5876
|
+
"disabled": false,
|
5877
|
+
"document": "合同流程的抄送人列表,最多可支持50个抄送人,抄送人可查看合同内容及签署进度,但无需参与合同签署。\n\n**注:暂不支持通过NotifyType参数控制抄送人通知方式**",
|
5878
|
+
"example": "[{\"CcType\":0,\"Name\":\"程某\",\"Mobile\":\"18700000000\"}]",
|
5879
|
+
"member": "CcInfo",
|
5880
|
+
"name": "CcInfos",
|
5881
|
+
"required": false,
|
5882
|
+
"type": "list"
|
5883
|
+
},
|
5884
|
+
{
|
5885
|
+
"disabled": false,
|
5886
|
+
"document": "合同流程的签署顺序类型:\n<ul><li> **false**:(默认)有序签署, 本合同多个参与人需要依次签署 </li>\n<li> **true**:无序签署, 本合同多个参与人没有先后签署限制</li></ul>\n\n**注:仅在文件发起模式下设置有效,模板发起以模板配置为准**",
|
5887
|
+
"example": "true",
|
5888
|
+
"member": "bool",
|
5889
|
+
"name": "Unordered",
|
5890
|
+
"required": false,
|
5891
|
+
"type": "bool"
|
5892
|
+
},
|
5893
|
+
{
|
5894
|
+
"disabled": false,
|
5895
|
+
"document": "合同发起后经过多少天截止(1-30天可选),默认7天",
|
5896
|
+
"example": "3",
|
5897
|
+
"member": "int64",
|
5898
|
+
"name": "DeadlineAfterStartDays",
|
5899
|
+
"required": false,
|
5900
|
+
"type": "int"
|
5901
|
+
},
|
5902
|
+
{
|
5903
|
+
"disabled": false,
|
5904
|
+
"document": "用户自定义合同类型Id 该id为电子签企业内的合同类型id, 可以在控制台-合同-自定义合同类型处获取",
|
5905
|
+
"example": "yDR1dUUgygj77gh6UuO4zjEvSXYRnQ84",
|
5906
|
+
"member": "string",
|
5907
|
+
"name": "UserFlowTypeId",
|
5908
|
+
"required": false,
|
5909
|
+
"type": "string"
|
5910
|
+
},
|
5911
|
+
{
|
5912
|
+
"disabled": false,
|
5913
|
+
"document": "发起合同个性化参数\n用于满足小程序合同创建的个性化要求\n具体定制化内容详见数据接口说明",
|
5914
|
+
"example": "{\"RemindedOn\":1753286400,\"NeedCreateReview\":false,\"FlowDisplayType\":1}",
|
5915
|
+
"member": "MiniAppCreateFlowOption",
|
5916
|
+
"name": "FlowOption",
|
5917
|
+
"required": false,
|
5918
|
+
"type": "object"
|
5919
|
+
},
|
5920
|
+
{
|
5921
|
+
"disabled": false,
|
5922
|
+
"document": "发起合同小程序页面个性化参数 \n用于满足小程序合同创建页面的个性化要求 具体定制化内容详见数据接口说明",
|
5923
|
+
"example": "{\"HideSignCodeAfterStart\":true}",
|
5924
|
+
"member": "MiniAppCreateFlowPageOption",
|
5925
|
+
"name": "PageOption",
|
5926
|
+
"required": false,
|
5927
|
+
"type": "object"
|
5928
|
+
},
|
5929
|
+
{
|
5930
|
+
"disabled": false,
|
5931
|
+
"document": "调用方自定义的个性化字段(可自定义此名称),并以base64方式编码,支持的最大数据大小为 1000 长度。\n\n在合同状态变更的回调信息等场景中,该字段的信息将原封不动地透传给贵方。回调的相关说明可参考开发者中心的<a href=\"https://qian.tencent.com/developers/company/callback_types_v2\" target=\"_blank\">回调通知</a>模块。",
|
5932
|
+
"example": "自定义数据",
|
5933
|
+
"member": "string",
|
5934
|
+
"name": "UserData",
|
5935
|
+
"required": false,
|
5936
|
+
"type": "string"
|
5937
|
+
}
|
5938
|
+
],
|
5939
|
+
"type": "object"
|
5940
|
+
},
|
5941
|
+
"CreateMiniAppPrepareFlowResponse": {
|
5942
|
+
"document": "CreateMiniAppPrepareFlow返回参数结构体",
|
5943
|
+
"members": [
|
5944
|
+
{
|
5945
|
+
"disabled": false,
|
5946
|
+
"document": "H5跳转到电子签小程序链接, 一般用于发送短信中带的链接, 打开后进入腾讯电子签小程序",
|
5947
|
+
"example": "https://res.ess.tencent.cn/cdn/h5-activity-dev/jump-mp.html?to=CREATE_CONTRACT&shortKey=yDtGEUqBRu0a9TF5sO511",
|
5948
|
+
"member": "string",
|
5949
|
+
"name": "LongUrl",
|
5950
|
+
"output_required": true,
|
5951
|
+
"type": "string",
|
5952
|
+
"value_allowed_null": false
|
5953
|
+
},
|
5954
|
+
{
|
5955
|
+
"disabled": false,
|
5956
|
+
"document": "H5跳转到电子签小程序链接的短链形式, 一般用于发送短信中带的链接, 打开后进入腾讯电子签小程序",
|
5957
|
+
"example": "https://test.essurl.cn/t8c0UBN2722",
|
5958
|
+
"member": "string",
|
5959
|
+
"name": "ShortUrl",
|
5960
|
+
"output_required": true,
|
5961
|
+
"type": "string",
|
5962
|
+
"value_allowed_null": false
|
5963
|
+
},
|
5964
|
+
{
|
5965
|
+
"disabled": false,
|
5966
|
+
"document": "APP或小程序跳转电子签小程序链接, 一般用于客户小程序或者APP跳转过来, 打开后进入腾讯电子签小程序",
|
5967
|
+
"example": "pages/guide/index?to=CREATE_CONTRACT&shortKey=yDtGEUqBRu0a9TF5sO51",
|
5968
|
+
"member": "string",
|
5969
|
+
"name": "MiniAppPath",
|
5970
|
+
"output_required": true,
|
5971
|
+
"type": "string",
|
5972
|
+
"value_allowed_null": false
|
5973
|
+
},
|
5974
|
+
{
|
5975
|
+
"disabled": false,
|
5976
|
+
"document": "创建的合同id(还未实际发起,也未扣费),每次调用会生成新的id,用户可以记录此字段对应后续在小程序发起的合同,若在小程序上未成功发起,则此字段无效。",
|
5977
|
+
"example": "yDwcCUUgyg3tgmvhUEVzyNa15Zayy6Sf",
|
5978
|
+
"member": "string",
|
5979
|
+
"name": "FlowId",
|
5980
|
+
"output_required": true,
|
5981
|
+
"type": "string",
|
5982
|
+
"value_allowed_null": false
|
5983
|
+
},
|
5984
|
+
{
|
5985
|
+
"disabled": false,
|
5986
|
+
"document": "跳转至电子签小程序的二维码链接",
|
5987
|
+
"example": "https://dyn.test.ess.tencent.cn/imgs/qrcode_urls/create_contract/yDtGEUUckp95bu13UuQn9oe3FEBKizIN.png",
|
5988
|
+
"member": "string",
|
5989
|
+
"name": "QrcodeUrl",
|
5990
|
+
"output_required": true,
|
5991
|
+
"type": "string",
|
5992
|
+
"value_allowed_null": false
|
5993
|
+
},
|
5994
|
+
{
|
5995
|
+
"disabled": false,
|
5996
|
+
"document": "直接跳转至电子签小程序的二维码链接,无需通过中转页。需要自行将其转换为二维码,使用微信扫码后可直接进入。",
|
5997
|
+
"example": "https://res.ess.tencent.cn/mp-gate/develop/CREATE_CONTRACT?shortKey=yDtGEUqBE5oBLdr2d591",
|
5998
|
+
"member": "string",
|
5999
|
+
"name": "WeixinQrcodeUrl",
|
6000
|
+
"output_required": false,
|
6001
|
+
"type": "string",
|
6002
|
+
"value_allowed_null": false
|
6003
|
+
},
|
6004
|
+
{
|
6005
|
+
"disabled": false,
|
6006
|
+
"document": "链接过期时间,精确到秒,若在此过期时间前未使用,则链接失效。\n",
|
6007
|
+
"example": "1761031031",
|
6008
|
+
"member": "int64",
|
6009
|
+
"name": "ExpiredOn",
|
6010
|
+
"output_required": true,
|
6011
|
+
"type": "int",
|
6012
|
+
"value_allowed_null": false
|
6013
|
+
},
|
6014
|
+
{
|
6015
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
6016
|
+
"member": "string",
|
6017
|
+
"name": "RequestId",
|
6018
|
+
"type": "string"
|
6019
|
+
}
|
6020
|
+
],
|
6021
|
+
"type": "object"
|
6022
|
+
},
|
5811
6023
|
"CreateModifyAdminAuthorizationUrlRequest": {
|
5812
6024
|
"document": "CreateModifyAdminAuthorizationUrl请求参数结构体",
|
5813
6025
|
"members": [
|
@@ -13814,6 +14026,131 @@
|
|
13814
14026
|
],
|
13815
14027
|
"usage": "out"
|
13816
14028
|
},
|
14029
|
+
"MiniAppCreateApproverInfo": {
|
14030
|
+
"document": "创建流程的签署方信息",
|
14031
|
+
"members": [
|
14032
|
+
{
|
14033
|
+
"disabled": false,
|
14034
|
+
"document": "在指定签署方时,可以选择企业B端或个人C端等不同的参与者类型,可选类型如下:\n\n<ul><li> <b>0</b> :企业B端。</li>\n<li> <b>1</b> :个人C端。</li>\n<li> <b>3</b> :企业B端静默(自动)签署,无需签署人参与,自动签署可以参考<a href=\"https://qian.tencent.com/developers/company/autosign_guide\" target=\"_blank\" rel=\"noopener noreferrer\">自动签署使用说明</a>文档。</li>\n<li> <b>7</b> :个人C端自动签署,适用于个人自动签场景。注: <b>个人自动签场景为白名单功能,使用前请联系对接的客户经理沟通。</b> </li></ul>",
|
14035
|
+
"example": "1",
|
14036
|
+
"member": "int64",
|
14037
|
+
"name": "ApproverType",
|
14038
|
+
"required": true,
|
14039
|
+
"type": "int"
|
14040
|
+
},
|
14041
|
+
{
|
14042
|
+
"disabled": false,
|
14043
|
+
"document": "组织机构名称。\n请确认该名称与企业营业执照中注册的名称一致。\n如果名称中包含英文括号(),请使用中文括号()代替。\n\n注: `当approverType=0(企业签署方) 或 approverType=3(企业静默签署)时,必须指定`\n\n",
|
14044
|
+
"example": "张三示例企业",
|
14045
|
+
"member": "string",
|
14046
|
+
"name": "OrganizationName",
|
14047
|
+
"required": false,
|
14048
|
+
"type": "string"
|
14049
|
+
},
|
14050
|
+
{
|
14051
|
+
"disabled": false,
|
14052
|
+
"document": "签署方经办人的姓名。\n经办人的姓名将用于身份认证和电子签名,请确保填写的姓名为签署方的真实姓名,而非昵称等代名。\n\n在未指定签署人电子签UserId情况下,为必填参数",
|
14053
|
+
"example": "张三",
|
14054
|
+
"member": "string",
|
14055
|
+
"name": "ApproverName",
|
14056
|
+
"required": false,
|
14057
|
+
"type": "string"
|
14058
|
+
},
|
14059
|
+
{
|
14060
|
+
"disabled": false,
|
14061
|
+
"document": "签署方经办人手机号码, 支持国内手机号11位数字(无需加+86前缀或其他字符)。 此手机号用于通知和用户的实名认证等环境,请确认手机号所有方为此合同签署方。\n\n注:`在未指定签署人电子签UserId情况下,为必填参数`\n",
|
14062
|
+
"example": "18888888888",
|
14063
|
+
"member": "string",
|
14064
|
+
"name": "ApproverMobile",
|
14065
|
+
"required": false,
|
14066
|
+
"type": "string"
|
14067
|
+
},
|
14068
|
+
{
|
14069
|
+
"disabled": false,
|
14070
|
+
"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>",
|
14071
|
+
"example": "ID_CARD",
|
14072
|
+
"member": "string",
|
14073
|
+
"name": "ApproverIdCardType",
|
14074
|
+
"required": false,
|
14075
|
+
"type": "string"
|
14076
|
+
},
|
14077
|
+
{
|
14078
|
+
"disabled": false,
|
14079
|
+
"document": "证件号码,应符合以下规则\n<ul><li>中国大陆居民身份证号码应为18位字符串,由数字和大写字母X组成(如存在X,请大写)。</li>\n<li>中国港澳居民来往内地通行证号码共11位。第1位为字母,“H”字头签发给中国香港居民,“M”字头签发给中国澳门居民;第2位至第11位为数字。</li>\n<li>中国港澳台居民居住证号码编码规则与中国大陆身份证相同,应为18位字符串。</li></ul>",
|
14080
|
+
"example": "620000198802020000",
|
14081
|
+
"member": "string",
|
14082
|
+
"name": "ApproverIdCardNumber",
|
14083
|
+
"required": false,
|
14084
|
+
"type": "string"
|
14085
|
+
},
|
14086
|
+
{
|
14087
|
+
"disabled": false,
|
14088
|
+
"document": "签署方经办人在模板中配置的参与方ID,与控件绑定,是控件的归属方,ID为32位字符串。\n\n<b>模板发起合同时,该参数为必填项,可以通过[查询模板信息接口](https://qian.tencent.com/developers/companyApis/templatesAndFiles/DescribeFlowTemplates)获得。</b>\n<b>文件发起合同时,该参数无需传值。</b>\n\n如果开发者后续用合同模板发起合同,建议保存此值,在用合同模板发起合同中需此值绑定对应的签署经办人 。",
|
14089
|
+
"example": "yDtwEUUckp7f8w6uUuBHsZJd9KcpXpMH",
|
14090
|
+
"member": "string",
|
14091
|
+
"name": "RecipientId",
|
14092
|
+
"required": false,
|
14093
|
+
"type": "string"
|
14094
|
+
}
|
14095
|
+
],
|
14096
|
+
"usage": "in"
|
14097
|
+
},
|
14098
|
+
"MiniAppCreateFlowOption": {
|
14099
|
+
"document": "小程序发起合同可选项",
|
14100
|
+
"members": [
|
14101
|
+
{
|
14102
|
+
"disabled": false,
|
14103
|
+
"document": "到期提醒日(linux时间戳) 精确到天",
|
14104
|
+
"example": "1753286400",
|
14105
|
+
"member": "int64",
|
14106
|
+
"name": "RemindedOn",
|
14107
|
+
"output_required": false,
|
14108
|
+
"required": false,
|
14109
|
+
"type": "int",
|
14110
|
+
"value_allowed_null": false
|
14111
|
+
},
|
14112
|
+
{
|
14113
|
+
"disabled": false,
|
14114
|
+
"document": "是否需要发起前进行审批",
|
14115
|
+
"example": "true",
|
14116
|
+
"member": "bool",
|
14117
|
+
"name": "NeedCreateReview",
|
14118
|
+
"output_required": false,
|
14119
|
+
"required": false,
|
14120
|
+
"type": "bool",
|
14121
|
+
"value_allowed_null": false
|
14122
|
+
},
|
14123
|
+
{
|
14124
|
+
"disabled": false,
|
14125
|
+
"document": "在短信通知、填写、签署流程中,若标题、按钮、合同详情等地方存在“合同”字样时,可根据此配置指定文案,可选文案如下: <ul><li> <b>0</b> :合同(默认值)</li> <li> <b>1</b> :文件</li> <li> <b>2</b> :协议</li><li> <b>3</b> :文书</li></ul>效果如下:",
|
14126
|
+
"example": "1",
|
14127
|
+
"member": "int64",
|
14128
|
+
"name": "FlowDisplayType",
|
14129
|
+
"output_required": false,
|
14130
|
+
"required": false,
|
14131
|
+
"type": "int",
|
14132
|
+
"value_allowed_null": false
|
14133
|
+
}
|
14134
|
+
],
|
14135
|
+
"usage": "both"
|
14136
|
+
},
|
14137
|
+
"MiniAppCreateFlowPageOption": {
|
14138
|
+
"document": "小程序发起页面个性化配置参数",
|
14139
|
+
"members": [
|
14140
|
+
{
|
14141
|
+
"disabled": false,
|
14142
|
+
"document": "发起后隐藏签署码",
|
14143
|
+
"example": "true",
|
14144
|
+
"member": "bool",
|
14145
|
+
"name": "HideSignCodeAfterStart",
|
14146
|
+
"output_required": false,
|
14147
|
+
"required": false,
|
14148
|
+
"type": "bool",
|
14149
|
+
"value_allowed_null": false
|
14150
|
+
}
|
14151
|
+
],
|
14152
|
+
"usage": "both"
|
14153
|
+
},
|
13817
14154
|
"ModifyApplicationCallbackInfoRequest": {
|
13818
14155
|
"document": "ModifyApplicationCallbackInfo请求参数结构体",
|
13819
14156
|
"members": [
|
@@ -894,6 +894,14 @@
|
|
894
894
|
"title": "获取创建法人章二维码成功"
|
895
895
|
}
|
896
896
|
],
|
897
|
+
"CreateMiniAppPrepareFlow": [
|
898
|
+
{
|
899
|
+
"document": "",
|
900
|
+
"input": "POST / HTTP/1.1\nHost: ess.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateMiniAppPrepareFlow\n<公共请求参数>\n\n{\n \"Operator\": {\n \"UserId\": \"yDxjOUUgydjfxgnzUuO5zjEWA07rC5xl\"\n },\n \"ResourceId\": \"yDtIfUUckp9grxnsUyecoDMwRdhpe8IE\",\n \"UserFlowTypeId\": \"\",\n \"ResourceType\": 2,\n \"FlowName\": \"小程序合同发起测试\",\n \"Unordered\": true,\n \"DeadlineAfterStartDays\": 3,\n \"UserData\": \"VXNlckRhdGE=\",\n \"FlowOption\": {\n \"NeedCreateReview\": false,\n \"FlowDisplayType\": 1\n },\n \"PageOption\": {\n \"HideSignCodeAfterStart\": true\n },\n \"CcInfos\": [\n {\n \"CcType\": 0,\n \"Name\": \"程某\",\n \"Mobile\": \"18700000000\"\n }\n ],\n \"Approvers\": [\n {\n \"ApproverType\": 0,\n \"OrganizationName\": \"电子签测试企业\",\n \"ApproverName\": \"何规\",\n \"ApproverMobile\": \"18200000000\"\n },\n {\n \"ApproverType\": 1,\n \"ApproverName\": \"张某\",\n \"ApproverMobile\": \"18200000000\"\n }\n ]\n}",
|
901
|
+
"output": "{\n \"Response\": {\n \"ExpiredOn\": 1761031031,\n \"FlowId\": \"yDtGEUUckp95buvoUuQn9oeynYWruYTL\",\n \"LongUrl\": \"https://res.ess.tencent.cn/cdn/h5-activity-dev/jump-mp.html?to=CREATE_CONTRACT&shortKey=yDtGEUqBRu0a9TF5sO50\",\n \"MiniAppPath\": \"pages/guide/index?to=CREATE_CONTRACT&shortKey=yDtGEUqBRu0a9TF5sO50\",\n \"WeixinQrcodeUrl\": \"https://res.ess.tencent.cn/mp-gate/develop/CREATE_CONTRACT?shortKey=yDtGEUqBE5oBLdr2d590\",\n \"QrcodeUrl\": \"https://dyn.test.ess.tencent.cn/imgs/qrcode_urls/create_contract/yDtGEUUckp95bu13UuQn9oe1FEBKizIN.png\",\n \"RequestId\": \"s1753255031857612403\",\n \"ShortUrl\": \"https://test.essurl.cn/t8c0UBN27z\"\n }\n}",
|
902
|
+
"title": "文件发起"
|
903
|
+
}
|
904
|
+
],
|
897
905
|
"CreateModifyAdminAuthorizationUrl": [
|
898
906
|
{
|
899
907
|
"document": "平台审核因为照片不清晰原因,拒绝了超管授权书,\n此时用户重新上传超管授权书。\n生成的链接是小程序链接",
|
@@ -358,7 +358,7 @@
|
|
358
358
|
"status": "online"
|
359
359
|
},
|
360
360
|
"CreateBatchOrganizationRegistrationTasks": {
|
361
|
-
"document": "该接口用于批量创建企业认证链接, 可以支持PC浏览器,H5和小程序三种途径。\n此接口为异步提交任务接口,需要与[查询子企业批量认证链接](https://
|
361
|
+
"document": "该接口用于批量创建企业认证链接, 可以支持PC浏览器,H5和小程序三种途径。\n此接口为异步提交任务接口,需要与[查询子企业批量认证链接](https://qian.tencent.com/developers/partnerApis/accounts/DescribeBatchOrganizationRegistrationTasks)配合使用,整体流程如下图。\n\n\n\n\n**注意**\n\n1. 单次最多创建10个子企业。\n2. 一天内,同一家企业最多创建8000个子企业。\n3. 同一批创建的子客户不能重复,包括企业名称、企业统一信用代码和子客户经办人openId。\n4. 跳转到小程序的实现,请参考微信官方文档(分为<a href=\"https://developers.weixin.qq.com/miniprogram/dev/api/navigate/wx.navigateToMiniProgram.html\">全屏</a>、<a href=\"https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/openEmbeddedMiniProgram.html\">半屏</a>两种方式)。如何配置跳转电子签小程序,可参考:<a href=\"https://qian.tencent.com/developers/company/openwxminiprogram\">跳转电子签小程序配置</a>。\n\n\n\n**腾讯电子签小程序的AppID 和 原始Id如下:**\n\n| 小程序 | AppID | 原始ID |\n| ------------ | ------------ | ------------ |\n| 腾讯电子签(正式版) | wxa023b292fd19d41d | gh_da88f6188665 |\n| 腾讯电子签Demo | wx371151823f6f3edf | gh_39a5d3de69fa |",
|
362
362
|
"input": "CreateBatchOrganizationRegistrationTasksRequest",
|
363
363
|
"name": "创建企业批量认证链接任务",
|
364
364
|
"output": "CreateBatchOrganizationRegistrationTasksResponse",
|
@@ -6793,7 +6793,7 @@
|
|
6793
6793
|
{
|
6794
6794
|
"disabled": false,
|
6795
6795
|
"document": "关于渠道应用的相关信息,包括渠道应用标识、第三方平台子客企业标识及第三方平台子客企业中的员工标识等内容,您可以参阅开发者中心所提供的 Agent 结构体以获取详细定义。\n\n此接口下面信息必填。\n<ul>\n<li>渠道应用标识: Agent.AppId</li>\n</ul>\n",
|
6796
|
-
"example": "
|
6796
|
+
"example": "{ \"ProxyOperator\": { \"OpenId\": \"wangxiaoxiong_20250725001\" }, \"ProxyOrganizationOpenId\": \"ess_open_organization_20250725001\", \"AppId\": \"yDwFoUUckpsomwx1UyhWGhIR2RkhOjw2\" }",
|
6797
6797
|
"member": "Agent",
|
6798
6798
|
"name": "Agent",
|
6799
6799
|
"required": true,
|
@@ -6802,7 +6802,7 @@
|
|
6802
6802
|
{
|
6803
6803
|
"disabled": false,
|
6804
6804
|
"document": "当前应用下子企业的组织机构注册信息。最多支持查询10子企业。",
|
6805
|
-
"example": "
|
6805
|
+
"example": "\"无\"",
|
6806
6806
|
"member": "RegistrationOrganizationInfo",
|
6807
6807
|
"name": "RegistrationOrganizations",
|
6808
6808
|
"required": true,
|
@@ -2393,8 +2393,8 @@
|
|
2393
2393
|
"members": [
|
2394
2394
|
{
|
2395
2395
|
"disabled": false,
|
2396
|
-
"document": "Cos
|
2397
|
-
"example": "
|
2396
|
+
"document": "Cos 密钥类型,取值: Mobile 云手游、PC 云端游、AndroidApp 云手机应用管理、AndroidAppFile 云手机文件管理、AndroidAppBackup 云手机备份还原",
|
2397
|
+
"example": "AndroidApp",
|
2398
2398
|
"member": "string",
|
2399
2399
|
"name": "CosType",
|
2400
2400
|
"required": true,
|
@@ -2402,12 +2402,21 @@
|
|
2402
2402
|
},
|
2403
2403
|
{
|
2404
2404
|
"disabled": false,
|
2405
|
-
"document": "
|
2406
|
-
"example": "
|
2405
|
+
"document": "云手机应用管理 Cos 数据",
|
2406
|
+
"example": "{\"AndroidAppId\": \"apk-a1b2c3\",\"FileName\": \"test.apk\"}",
|
2407
2407
|
"member": "AndroidAppCosInfo",
|
2408
2408
|
"name": "AndroidAppCosInfo",
|
2409
2409
|
"required": false,
|
2410
2410
|
"type": "object"
|
2411
|
+
},
|
2412
|
+
{
|
2413
|
+
"disabled": false,
|
2414
|
+
"document": "云手机文件管理 Cos 数据",
|
2415
|
+
"example": "{\"FileId\": \"file-a1b2c3\"}",
|
2416
|
+
"member": "FileCosInfo",
|
2417
|
+
"name": "AndroidAppFileCosInfo",
|
2418
|
+
"required": false,
|
2419
|
+
"type": "object"
|
2411
2420
|
}
|
2412
2421
|
],
|
2413
2422
|
"type": "object"
|
@@ -3914,6 +3923,21 @@
|
|
3914
3923
|
],
|
3915
3924
|
"type": "object"
|
3916
3925
|
},
|
3926
|
+
"FileCosInfo": {
|
3927
|
+
"document": "应用文件 Cos 信息",
|
3928
|
+
"members": [
|
3929
|
+
{
|
3930
|
+
"disabled": false,
|
3931
|
+
"document": "文件 Id",
|
3932
|
+
"example": "file-a1b2c3",
|
3933
|
+
"member": "string",
|
3934
|
+
"name": "FileId",
|
3935
|
+
"required": true,
|
3936
|
+
"type": "string"
|
3937
|
+
}
|
3938
|
+
],
|
3939
|
+
"usage": "in"
|
3940
|
+
},
|
3917
3941
|
"Filter": {
|
3918
3942
|
"document": "过滤",
|
3919
3943
|
"members": [
|
@@ -1054,7 +1054,7 @@
|
|
1054
1054
|
{
|
1055
1055
|
"disabled": false,
|
1056
1056
|
"document": "文件的Url(有效期24小时)",
|
1057
|
-
"example": "https://
|
1057
|
+
"example": "https://cos.ap-guangzhou.myqcloud.com/gif.gif",
|
1058
1058
|
"member": "string",
|
1059
1059
|
"name": "Url",
|
1060
1060
|
"output_required": false,
|
@@ -2139,7 +2139,7 @@
|
|
2139
2139
|
{
|
2140
2140
|
"disabled": false,
|
2141
2141
|
"document": "图片Url。",
|
2142
|
-
"example": "https://
|
2142
|
+
"example": "https://cos.ap-guangzhou.myqcloud.com/image.jpg",
|
2143
2143
|
"member": "string",
|
2144
2144
|
"name": "ImageUrl",
|
2145
2145
|
"required": false,
|
@@ -2333,7 +2333,7 @@
|
|
2333
2333
|
{
|
2334
2334
|
"disabled": false,
|
2335
2335
|
"document": "水印url",
|
2336
|
-
"example": "https://
|
2336
|
+
"example": "https://cos.ap-guangzhou.myqcloud.com/logo.jpg",
|
2337
2337
|
"member": "string",
|
2338
2338
|
"name": "LogoUrl",
|
2339
2339
|
"required": false,
|
@@ -2776,7 +2776,7 @@
|
|
2776
2776
|
{
|
2777
2777
|
"disabled": false,
|
2778
2778
|
"document": "生成图 URL 列表,有效期7天,请及时保存。",
|
2779
|
-
"example": "[\"https://
|
2779
|
+
"example": "[\"https://cos.ap-guangzhou.myqcloud.com/xxx?q-sign-algorithm=sha1&q-ak=xxx&q-sign-time=1731657113;1732261913&q-key-time=1731657113;1732261913&q-header-list=host&q-url-param-list=&q-signature=b9c4be16d763664d829d0bfa398f571aa0e75c0e\"]",
|
2780
2780
|
"member": "string",
|
2781
2781
|
"name": "ResultImage",
|
2782
2782
|
"output_required": false,
|
@@ -2796,7 +2796,7 @@
|
|
2796
2796
|
{
|
2797
2797
|
"disabled": false,
|
2798
2798
|
"document": "本轮对话前置的历史对话数据(不含生成图)。",
|
2799
|
-
"example": "[
|
2799
|
+
"example": "[{\"ChatId\": \"1248907282106990592\",\"Prompt\": \"请画一个苹果在桌子上\",\"RevisedPrompt\": \"风格为摄影风格,桌子上摆放着一个红润的苹果,镜头为近景镜头\",\"Seed\": 1549130027}]",
|
2800
2800
|
"member": "History",
|
2801
2801
|
"name": "History",
|
2802
2802
|
"output_required": false,
|
@@ -2873,7 +2873,7 @@
|
|
2873
2873
|
{
|
2874
2874
|
"disabled": false,
|
2875
2875
|
"document": "生成图 URL 列表,有效期1小时,请及时保存。\n",
|
2876
|
-
"example": "[\"https://
|
2876
|
+
"example": "[\"https://cos.ap-guangzhou.myqcloud.com/xxx?q-sign-algorithm=sha1&q-ak=xxx&q-sign-time=1731655045;1731658645&q-key-time=1731655045;1731658645&q-header-list=host&q-url-param-list=&q-signature=72776438be444f9a72e04e5e6376aadf51e65655\"]",
|
2877
2877
|
"member": "string",
|
2878
2878
|
"name": "ResultImage",
|
2879
2879
|
"output_required": false,
|
@@ -2915,7 +2915,7 @@
|
|
2915
2915
|
{
|
2916
2916
|
"disabled": false,
|
2917
2917
|
"document": "任务ID",
|
2918
|
-
"example": "
|
2918
|
+
"example": "1434237894974230",
|
2919
2919
|
"member": "string",
|
2920
2920
|
"name": "JobId",
|
2921
2921
|
"required": false,
|
@@ -2940,7 +2940,7 @@
|
|
2940
2940
|
{
|
2941
2941
|
"disabled": false,
|
2942
2942
|
"document": "生成的3D文件数组",
|
2943
|
-
"example": "
|
2943
|
+
"example": "File3D数据结构",
|
2944
2944
|
"member": "File3Ds",
|
2945
2945
|
"name": "ResultFile3Ds",
|
2946
2946
|
"output_required": false,
|
@@ -3481,7 +3481,7 @@
|
|
3481
3481
|
{
|
3482
3482
|
"disabled": false,
|
3483
3483
|
"document": "标识内容设置。\n默认在生成结果图右下角添加“图片由 AI 生成”字样,您可根据自身需要替换为其他的标识图片。",
|
3484
|
-
"example": "{\"LogoUrl\": \"https
|
3484
|
+
"example": "{\"LogoUrl\": \"https://***.cos.ap-guangzhou.myqcloud.com/***/logo.jpg\", \"LogoRect\": {\"X\": 10, \"Y\": 10, \"Width\": 20, \"Height\": 20}}",
|
3485
3485
|
"member": "LogoParam",
|
3486
3486
|
"name": "LogoParam",
|
3487
3487
|
"required": false,
|
@@ -3572,7 +3572,7 @@
|
|
3572
3572
|
{
|
3573
3573
|
"disabled": false,
|
3574
3574
|
"document": "用于引导内容的参考图。\n图片限制:单边分辨率小于5000,转成 Base64 字符串后小于 8MB,格式支持 jpg、jpeg、png、bmp、tiff、webp。",
|
3575
|
-
"example": "{\"ImageUrl\":\"https://
|
3575
|
+
"example": "{\"ImageUrl\":\"https://cos.ap-guangzhou.myqcloud.com/image.jpg\"}",
|
3576
3576
|
"member": "Image",
|
3577
3577
|
"name": "ContentImage",
|
3578
3578
|
"required": false,
|
@@ -3608,7 +3608,7 @@
|
|
3608
3608
|
{
|
3609
3609
|
"disabled": false,
|
3610
3610
|
"document": "标识内容设置。\n默认在生成结果图右下角添加“图片由 AI 生成”字样,您可根据自身需要替换为其他的标识图片。",
|
3611
|
-
"example": "{\"LogoUrl\": \"https://
|
3611
|
+
"example": "{\"LogoUrl\": \"https://https://cos.ap-guangzhou.myqcloud.com/logo.jpg\", \"LogoRect\": {\"X\": 10, \"Y\": 10, \"Width\": 20, \"Height\": 20}}",
|
3612
3612
|
"member": "LogoParam",
|
3613
3613
|
"name": "LogoParam",
|
3614
3614
|
"required": false,
|
@@ -3663,7 +3663,7 @@
|
|
3663
3663
|
{
|
3664
3664
|
"disabled": false,
|
3665
3665
|
"document": "输入图Url。\n大小:单边分辨率要求不小于50,不大于5000。大小不超过8m(base64编码后会大30%左右,建议实际输入图片不超过6m)\n格式:jpg,png,jpeg,webp。\nImageBase64/ImageUrl和 Prompt必填其一,且Prompt和ImageBase64/ImageUrl不能同时存在。",
|
3666
|
-
"example": "https
|
3666
|
+
"example": "https://cos.ap-guangzhou.myqcloud.com/imageurl.jpg",
|
3667
3667
|
"member": "string",
|
3668
3668
|
"name": "ImageUrl",
|
3669
3669
|
"required": false,
|
@@ -170,7 +170,7 @@
|
|
170
170
|
{
|
171
171
|
"document": "成功查询",
|
172
172
|
"input": "POST / HTTP/1.1\nHost: hunyuan.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: QueryHunyuanImageChatJob\n<公共请求参数>\n\n{\n \"JobId\": \"1253534368-1731657099-7276788a-a326-11ef-beeb-525400bba60c-0\"\n}",
|
173
|
-
"output": "{\n \"Response\": {\n \"ChatId\": \"1248907282106990592\",\n \"History\": [\n {\n \"ChatId\": \"1248907282106990592\",\n \"Prompt\": \"请画一个苹果在桌子上\",\n \"RevisedPrompt\": \"风格为摄影风格,桌子上摆放着一个红润的苹果,镜头为近景镜头\",\n \"Seed\": 1549130027\n }\n ],\n \"JobErrorCode\": \"\",\n \"JobErrorMsg\": \"\",\n \"JobStatusCode\": \"5\",\n \"JobStatusMsg\": \"处理完成\",\n \"RequestId\": \"54c4d31e-234b-44b8-802b-7d10fa2e77dc\",\n \"ResultDetails\": [\n \"Success\"\n ],\n \"ResultImage\": [\n \"https://
|
173
|
+
"output": "{\n \"Response\": {\n \"ChatId\": \"1248907282106990592\",\n \"History\": [\n {\n \"ChatId\": \"1248907282106990592\",\n \"Prompt\": \"请画一个苹果在桌子上\",\n \"RevisedPrompt\": \"风格为摄影风格,桌子上摆放着一个红润的苹果,镜头为近景镜头\",\n \"Seed\": 1549130027\n }\n ],\n \"JobErrorCode\": \"\",\n \"JobErrorMsg\": \"\",\n \"JobStatusCode\": \"5\",\n \"JobStatusMsg\": \"处理完成\",\n \"RequestId\": \"54c4d31e-234b-44b8-802b-7d10fa2e77dc\",\n \"ResultDetails\": [\n \"Success\"\n ],\n \"ResultImage\": [\n \"https://cos.ap-guangzhou.myqcloud.com/***?q-sign-algorithm=sha1&q-ak=xxx&q-sign-time=1731657113;1732261913&q-key-time=1731657113;1732261913&q-header-list=host&q-url-param-list=&q-signature=b9c4be16d763664d829d0bfa398f571aa0e75c0e\"\n ]\n }\n}",
|
174
174
|
"title": "成功查询"
|
175
175
|
}
|
176
176
|
],
|
@@ -178,7 +178,7 @@
|
|
178
178
|
{
|
179
179
|
"document": "成功查询",
|
180
180
|
"input": "POST / HTTP/1.1\nHost: hunyuan.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: QueryHunyuanImageJob\n<公共请求参数>\n\n{\n \"JobId\": \"251197749-1731412663-d4e1f224-fa21-40bc-9ee7-4bb13abece6e-0\"\n}",
|
181
|
-
"output": "{\n \"Response\": {\n \"JobErrorCode\": \"\",\n \"JobErrorMsg\": \"\",\n \"JobStatusCode\": \"5\",\n \"JobStatusMsg\": \"处理完成\",\n \"RequestId\": \"56b2ecae-46e4-4697-87d2-dc2b3bbbc2c6\",\n \"ResultDetails\": [\n \"Success\"\n ],\n \"ResultImage\": [\n \"https://
|
181
|
+
"output": "{\n \"Response\": {\n \"JobErrorCode\": \"\",\n \"JobErrorMsg\": \"\",\n \"JobStatusCode\": \"5\",\n \"JobStatusMsg\": \"处理完成\",\n \"RequestId\": \"56b2ecae-46e4-4697-87d2-dc2b3bbbc2c6\",\n \"ResultDetails\": [\n \"Success\"\n ],\n \"ResultImage\": [\n \"https://cos.ap-guangzhou.myqcloud.com/xxx?q-sign-algorithm=sha1&q-ak=xxx&q-sign-time=1731655045;1731658645&q-key-time=1731655045;1731658645&q-header-list=host&q-url-param-list=&q-signature=72776438be444f9a72e04e5e6376aadf51e65655\"\n ],\n \"RevisedPrompt\": [\n \"一条细长的小路穿梭在茂密的竹林中,天空下着细雨,雨水滴答落在翠绿的竹叶上,沿途的小路湿润且闪烁着水光,竹叶摇曳间洒下点点水珠,营造出静谧而清新的氛围\"\n ]\n }\n}",
|
182
182
|
"title": "成功查询"
|
183
183
|
}
|
184
184
|
],
|
@@ -186,7 +186,7 @@
|
|
186
186
|
{
|
187
187
|
"document": "任务完成",
|
188
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://
|
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
190
|
"title": "任务完成"
|
191
191
|
}
|
192
192
|
],
|
@@ -225,7 +225,7 @@
|
|
225
225
|
"SubmitHunyuanTo3DJob": [
|
226
226
|
{
|
227
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://
|
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
229
|
"output": "{\n \"Response\": {\n \"JobId\": \"1286221236421533696\",\n \"RequestId\": \"f4aac8ca-a79d-4431-81fd-7312f79bf91d\"\n }\n}",
|
230
230
|
"title": "成功提交任务"
|
231
231
|
}
|