tccli 3.0.1356.1__py2.py3-none-any.whl → 3.0.1358.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 (38) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/cdwpg/v20201230/api.json +1 -1
  3. tccli/services/cdz/v20221123/api.json +1 -1
  4. tccli/services/clb/v20180317/api.json +4 -4
  5. tccli/services/cloudaudit/v20190319/api.json +9 -0
  6. tccli/services/ctem/ctem_client.py +57 -4
  7. tccli/services/ctem/v20231128/api.json +70 -0
  8. tccli/services/ctem/v20231128/examples.json +8 -0
  9. tccli/services/cwp/v20180228/api.json +13 -3
  10. tccli/services/dnspod/dnspod_client.py +53 -0
  11. tccli/services/dnspod/v20210323/api.json +218 -0
  12. tccli/services/dnspod/v20210323/examples.json +26 -0
  13. tccli/services/emr/v20190103/api.json +10 -0
  14. tccli/services/ess/ess_client.py +103 -50
  15. tccli/services/ess/v20201111/api.json +337 -0
  16. tccli/services/ess/v20201111/examples.json +8 -0
  17. tccli/services/gme/v20180711/api.json +1 -1
  18. tccli/services/igtm/v20231024/api.json +1 -1
  19. tccli/services/keewidb/v20220308/api.json +2 -2
  20. tccli/services/mrs/v20200910/api.json +12 -2
  21. tccli/services/oceanus/v20190422/api.json +1 -1
  22. tccli/services/ocr/v20181119/api.json +15 -15
  23. tccli/services/rum/v20210622/api.json +16 -16
  24. tccli/services/tat/v20201028/api.json +10 -0
  25. tccli/services/tione/v20211111/api.json +22 -0
  26. tccli/services/tke/v20180525/api.json +36 -16
  27. tccli/services/trtc/v20190722/api.json +21 -10
  28. tccli/services/trtc/v20190722/examples.json +1 -1
  29. tccli/services/vclm/v20240523/api.json +9 -0
  30. tccli/services/vod/v20180717/api.json +29 -1
  31. tccli/services/vod/v20180717/examples.json +2 -2
  32. tccli/services/waf/v20180125/api.json +1 -1
  33. tccli/services/weilingwith/v20230427/api.json +2 -2
  34. {tccli-3.0.1356.1.dist-info → tccli-3.0.1358.1.dist-info}/METADATA +2 -2
  35. {tccli-3.0.1356.1.dist-info → tccli-3.0.1358.1.dist-info}/RECORD +38 -38
  36. {tccli-3.0.1356.1.dist-info → tccli-3.0.1358.1.dist-info}/WHEEL +0 -0
  37. {tccli-3.0.1356.1.dist-info → tccli-3.0.1358.1.dist-info}/entry_points.txt +0 -0
  38. {tccli-3.0.1356.1.dist-info → tccli-3.0.1358.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>效果如下:![FlowDisplayType](https://qcloudimg.tencent-cloud.cn/raw/e4a2c4d638717cc901d3dbd5137c9bbc.png)",
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生成的链接是小程序链接",
@@ -199,7 +199,7 @@
199
199
  },
200
200
  "metadata": {
201
201
  "apiVersion": "2018-07-11",
202
- "api_brief": "本文介绍如何使用API对游戏多媒体引擎进行操作,包括语音分析、用量等。",
202
+ "api_brief": "本文介绍如何使用 API 对游戏多媒体引擎进行操作,包括语音分析、用量等。",
203
203
  "serviceNameCN": "游戏多媒体引擎",
204
204
  "serviceShortName": "gme"
205
205
  },
@@ -709,7 +709,7 @@
709
709
  },
710
710
  {
711
711
  "disabled": false,
712
- "document": "套餐资源id,必填",
712
+ "document": "套餐资源id",
713
713
  "example": "ins-sdsdad12x",
714
714
  "member": "string",
715
715
  "name": "ResourceId",
@@ -1810,7 +1810,7 @@
1810
1810
  {
1811
1811
  "disabled": false,
1812
1812
  "document": "根据标签的 Key 和 Value 筛选资源。该参数不配置或者数组设置为空值,则不根据标签进行过滤。",
1813
- "example": "",
1813
+ "example": "[{\"TagKey\": \"key1\", \"TagValue\": \"value1\"}]",
1814
1814
  "member": "InstanceTagInfo",
1815
1815
  "name": "TagList",
1816
1816
  "required": false,
@@ -1835,7 +1835,7 @@
1835
1835
  {
1836
1836
  "disabled": false,
1837
1837
  "document": "实例详细信息列表",
1838
- "example": "",
1838
+ "example": "具体参考数据结构。",
1839
1839
  "member": "InstanceInfo",
1840
1840
  "name": "InstanceSet",
1841
1841
  "output_required": true,
@@ -3535,6 +3535,16 @@
3535
3535
  "output_required": false,
3536
3536
  "type": "string",
3537
3537
  "value_allowed_null": false
3538
+ },
3539
+ {
3540
+ "disabled": false,
3541
+ "document": "现病史",
3542
+ "example": "\"现病史\"",
3543
+ "member": "string",
3544
+ "name": "DiseasePresent",
3545
+ "output_required": false,
3546
+ "type": "string",
3547
+ "value_allowed_null": false
3538
3548
  }
3539
3549
  ],
3540
3550
  "usage": "out"
@@ -14295,7 +14305,7 @@
14295
14305
  {
14296
14306
  "disabled": true,
14297
14307
  "document": "入院\n注意:此字段可能返回 null,表示取不到有效值。",
14298
- "example": "\"\"",
14308
+ "example": "\"入院\"",
14299
14309
  "member": "string",
14300
14310
  "name": "DmissionCondition",
14301
14311
  "output_required": false,
@@ -14313,7 +14323,7 @@
14313
14323
  "value_allowed_null": false
14314
14324
  },
14315
14325
  {
14316
- "disabled": false,
14326
+ "disabled": true,
14317
14327
  "document": "现病史",
14318
14328
  "example": "“现病史”",
14319
14329
  "member": "string",
@@ -3680,7 +3680,7 @@
3680
3680
  {
3681
3681
  "disabled": false,
3682
3682
  "document": "资源配置描述数组",
3683
- "example": "[]",
3683
+ "example": "[{}]",
3684
3684
  "member": "ResourceConfigItem",
3685
3685
  "name": "ResourceConfigSet",
3686
3686
  "output_required": true,
@@ -9091,7 +9091,7 @@
9091
9091
  "members": [
9092
9092
  {
9093
9093
  "disabled": false,
9094
- "document": "图片的 Base64 值。\n支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。\n支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。",
9094
+ "document": "图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。",
9095
9095
  "example": "/9j/4AAQSkZJRg.....s97n//2Q==",
9096
9096
  "member": "string",
9097
9097
  "name": "ImageBase64",
@@ -9100,7 +9100,7 @@
9100
9100
  },
9101
9101
  {
9102
9102
  "disabled": false,
9103
- "document": "卡证背面图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
9103
+ "document": "卡证背面图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
9104
9104
  "example": "/9j/4AAQSkZJRg.....s97n//2Q==",
9105
9105
  "member": "string",
9106
9106
  "name": "BackImageBase64",
@@ -9109,7 +9109,7 @@
9109
9109
  },
9110
9110
  {
9111
9111
  "disabled": false,
9112
- "document": "图片的 Url 地址。( 中国地区之外不支持这个字段 )\n支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。\n支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。\n图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。\n非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
9112
+ "document": "图片的 Url 地址。( 中国地区之外不支持这个字段 )支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
9113
9113
  "example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/***/fakeurl.jpg",
9114
9114
  "member": "string",
9115
9115
  "name": "ImageUrl",
@@ -9118,7 +9118,7 @@
9118
9118
  },
9119
9119
  {
9120
9120
  "disabled": false,
9121
- "document": "卡证背面图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
9121
+ "document": "卡证背面图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
9122
9122
  "example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/***/fakeurl.jpg",
9123
9123
  "member": "string",
9124
9124
  "name": "BackImageUrl",
@@ -9182,7 +9182,7 @@
9182
9182
  },
9183
9183
  {
9184
9184
  "disabled": true,
9185
- "document": "告警码\n-9103\t证照翻拍告警\n-9102\t证照复印件告警\n-9106 证件遮挡告警\n-9107 模糊图片告警",
9185
+ "document": "该字段已废弃, 将固定返回空数组,不建议使用。",
9186
9186
  "example": "[-9103]",
9187
9187
  "member": "int64",
9188
9188
  "name": "Warn",
@@ -9201,8 +9201,8 @@
9201
9201
  "value_allowed_null": false
9202
9202
  },
9203
9203
  {
9204
- "disabled": false,
9205
- "document": "此字段为扩展字段。\n返回字段识别结果的置信度,格式如下\n{\n 字段名:{\n Confidence:0.9999\n }\n}",
9204
+ "disabled": true,
9205
+ "document": "该字段已废弃, 将固定返回\"1\",不建议使用。",
9206
9206
  "example": "{\"ID\":{\"Confidence\":\"1.0000\"},\"Name\":{\"Confidence\":\"0.9996\"},\"Address\":{\"Confidence\":\"0.9997\"},\"Sex\":{\"Confidence\":\"0.9999\"}}",
9207
9207
  "member": "string",
9208
9208
  "name": "AdvancedInfo",
@@ -9264,7 +9264,7 @@
9264
9264
  "members": [
9265
9265
  {
9266
9266
  "disabled": false,
9267
- "document": "图片的 Base64 值。要求图片经Base64编码后不超过 7M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP、PDF格式。建议卡片部分占据图片2/3以上。",
9267
+ "document": "图片的 Base64 值。要求图片经Base64编码后不超过 10M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP、PDF格式。建议卡片部分占据图片2/3以上。",
9268
9268
  "example": "/9j/4AAQSkZJRg.....s97n//2Q==",
9269
9269
  "member": "string",
9270
9270
  "name": "ImageBase64",
@@ -9282,7 +9282,7 @@
9282
9282
  },
9283
9283
  {
9284
9284
  "disabled": false,
9285
- "document": "图片的 Url 地址。要求图片经Base64编码后不超过 7M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP、PDF格式。建议卡片部分占据图片2/3以上。图片下载时间不超过 3 秒。建议图片存储于腾讯云,可保障更高的下载速度和稳定性。",
9285
+ "document": "图片的 Url 地址。要求图片经Base64编码后不超过 10M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP、PDF格式。建议卡片部分占据图片2/3以上。图片下载时间不超过 3 秒。建议图片存储于腾讯云,可保障更高的下载速度和稳定性。",
9286
9286
  "example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/card/MLIDPassportOCR/MLIDPassportOCR1.png",
9287
9287
  "member": "string",
9288
9288
  "name": "ImageUrl",
@@ -9366,8 +9366,8 @@
9366
9366
  "value_allowed_null": false
9367
9367
  },
9368
9368
  {
9369
- "disabled": false,
9370
- "document": "告警码:\n-9103\t证照翻拍告警\n-9102\t证照复印件告警(包括黑白复印件、彩色复印件)\n-9106 证件遮挡告警",
9369
+ "disabled": true,
9370
+ "document": "该字段已废弃, 将固定返回空数组,不建议使用。\n",
9371
9371
  "example": "[-9103]",
9372
9372
  "member": "int64",
9373
9373
  "name": "Warn",
@@ -9386,8 +9386,8 @@
9386
9386
  "value_allowed_null": false
9387
9387
  },
9388
9388
  {
9389
- "disabled": false,
9390
- "document": "扩展字段:\n{\n ID:{\n Confidence:0.9999\n },\n Name:{\n Confidence:0.9996\n }\n}",
9389
+ "disabled": true,
9390
+ "document": "该字段已废弃, 将固定返回\"1\",不建议使用。\n",
9391
9391
  "example": "{\"IssuingCountry\":{\"Confidence\":\"0.9500\"}}",
9392
9392
  "member": "string",
9393
9393
  "name": "AdvancedInfo",
@@ -15138,8 +15138,8 @@
15138
15138
  "value_allowed_null": false
15139
15139
  },
15140
15140
  {
15141
- "disabled": false,
15142
- "document": "字段置信度:\n{\n \"ID\": {\n \"Confidence\": 0.9999\n },\n \"ThaiName\": {\n \"Confidence\": 0.9996\n }\n}",
15141
+ "disabled": true,
15142
+ "document": "该字段已废弃, 将固定返回\"1\",不建议使用。 ",
15143
15143
  "example": "{\"ID\":{\"Confidence\":\"0.9500\"},\"ThaiName\":{\"Confidence\":\"0.9500\"}}",
15144
15144
  "member": "string",
15145
15145
  "name": "AdvancedInfo",