tccli 3.0.1357.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.
- tccli/__init__.py +1 -1
- 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/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/igtm/v20231024/api.json +1 -1
- tccli/services/rum/v20210622/api.json +15 -15
- 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 +9 -0
- 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-3.0.1357.1.dist-info → tccli-3.0.1358.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1357.1.dist-info → tccli-3.0.1358.1.dist-info}/RECORD +29 -29
- {tccli-3.0.1357.1.dist-info → tccli-3.0.1358.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1357.1.dist-info → tccli-3.0.1358.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1357.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>效果如下:",
|
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生成的链接是小程序链接",
|
@@ -1025,7 +1025,7 @@
|
|
1025
1025
|
{
|
1026
1026
|
"disabled": false,
|
1027
1027
|
"document": "查询指标 fields",
|
1028
|
-
"example": "[[\\\"as\\\",[\\\"
|
1028
|
+
"example": "\"[[\\\"as\\\",\\\"device_id\\\",\\\"device_id\\\"],\\\"entrance_time\\\",[\\\"as\\\",\\\"feature_md5\\\",\\\"feature_md5\\\"],[\\\"as\\\",\\\"version\\\",\\\"version\\\"],[\\\"as\\\",\\\"id\\\",\\\"id\\\"],[\\\"as\\\",\\\"user_id\\\",\\\"user_id\\\"]]\"",
|
1029
1029
|
"member": "string",
|
1030
1030
|
"name": "Fields",
|
1031
1031
|
"required": true,
|
@@ -1034,7 +1034,7 @@
|
|
1034
1034
|
{
|
1035
1035
|
"disabled": false,
|
1036
1036
|
"document": "查询的过滤条件",
|
1037
|
-
"example": "
|
1037
|
+
"example": "\"{\\\"category__in\\\":[\\\"PERF_CRASH\\\"]}\"",
|
1038
1038
|
"member": "string",
|
1039
1039
|
"name": "Filter",
|
1040
1040
|
"required": true,
|
@@ -1043,7 +1043,7 @@
|
|
1043
1043
|
{
|
1044
1044
|
"disabled": false,
|
1045
1045
|
"document": "查询简单过滤条件",
|
1046
|
-
"example": "{\\\"category__in\\\":[\\\"PERF_CRASH\\\",\\\"APP_LAUNCH\\\"
|
1046
|
+
"example": "{\\\"category__in\\\":[\\\"PERF_CRASH\\\",\\\"APP_LAUNCH\\\"]}",
|
1047
1047
|
"member": "string",
|
1048
1048
|
"name": "FilterSimple",
|
1049
1049
|
"required": false,
|
@@ -1103,7 +1103,7 @@
|
|
1103
1103
|
{
|
1104
1104
|
"disabled": false,
|
1105
1105
|
"document": "查询数据返回",
|
1106
|
-
"example": "{
|
1106
|
+
"example": "{\\\"status\\\":\\\"ok\\\",\\\"code\\\":10000,\\\"msg\\\":\\\"ok\\\",\\\"data\\\":[]}",
|
1107
1107
|
"member": "string",
|
1108
1108
|
"name": "Data",
|
1109
1109
|
"output_required": true,
|
@@ -1143,7 +1143,7 @@
|
|
1143
1143
|
{
|
1144
1144
|
"disabled": false,
|
1145
1145
|
"document": "查询指标 field",
|
1146
|
-
"example": "[[\\\"as\\\",[\\\"
|
1146
|
+
"example": "\"[[\\\"as\\\",\\\"device_id\\\",\\\"device_id\\\"],\\\"entrance_time\\\",[\\\"as\\\",\\\"feature_md5\\\",\\\"feature_md5\\\"],[\\\"as\\\",\\\"version\\\",\\\"version\\\"],[\\\"as\\\",\\\"id\\\",\\\"id\\\"],[\\\"as\\\",\\\"user_id\\\",\\\"user_id\\\"]]\"",
|
1147
1147
|
"member": "string",
|
1148
1148
|
"name": "Fields",
|
1149
1149
|
"required": true,
|
@@ -1152,7 +1152,7 @@
|
|
1152
1152
|
{
|
1153
1153
|
"disabled": false,
|
1154
1154
|
"document": "查询的过滤条件",
|
1155
|
-
"example": "
|
1155
|
+
"example": "\"{\\\"category__in\\\":[\\\"PERF_CRASH\\\"]}\"",
|
1156
1156
|
"member": "string",
|
1157
1157
|
"name": "Filter",
|
1158
1158
|
"required": true,
|
@@ -1161,7 +1161,7 @@
|
|
1161
1161
|
{
|
1162
1162
|
"disabled": false,
|
1163
1163
|
"document": "查询简单过滤条件",
|
1164
|
-
"example": "{\\\"category__in\\\":[\\\"PERF_CRASH\\\",\\\"APP_LAUNCH\\\"
|
1164
|
+
"example": "{\\\"category__in\\\":[\\\"PERF_CRASH\\\",\\\"APP_LAUNCH\\\"]}",
|
1165
1165
|
"member": "string",
|
1166
1166
|
"name": "FilterSimple",
|
1167
1167
|
"required": false,
|
@@ -1221,7 +1221,7 @@
|
|
1221
1221
|
{
|
1222
1222
|
"disabled": false,
|
1223
1223
|
"document": "查询数据返回",
|
1224
|
-
"example": "{
|
1224
|
+
"example": "{\\\"status\\\":\\\"ok\\\",\\\"code\\\":10000,\\\"msg\\\":\\\"ok\\\",\\\"data\\\":[]}",
|
1225
1225
|
"member": "string",
|
1226
1226
|
"name": "Data",
|
1227
1227
|
"output_required": true,
|
@@ -1270,7 +1270,7 @@
|
|
1270
1270
|
{
|
1271
1271
|
"disabled": false,
|
1272
1272
|
"document": "查询的过滤条件",
|
1273
|
-
"example": "\"{
|
1273
|
+
"example": "\"{\\\"category__in\\\":[\\\"PERF_CRASH\\\"]}\"",
|
1274
1274
|
"member": "string",
|
1275
1275
|
"name": "Filter",
|
1276
1276
|
"required": true,
|
@@ -1279,7 +1279,7 @@
|
|
1279
1279
|
{
|
1280
1280
|
"disabled": false,
|
1281
1281
|
"document": "查询简单过滤条件",
|
1282
|
-
"example": "{\\\"category__in\\\":[\\\"PERF_CRASH\\\",\\\"APP_LAUNCH\\\"
|
1282
|
+
"example": "{\\\"category__in\\\":[\\\"PERF_CRASH\\\",\\\"APP_LAUNCH\\\"]}",
|
1283
1283
|
"member": "string",
|
1284
1284
|
"name": "FilterSimple",
|
1285
1285
|
"required": false,
|
@@ -1330,7 +1330,7 @@
|
|
1330
1330
|
{
|
1331
1331
|
"disabled": false,
|
1332
1332
|
"document": "查询数据返回",
|
1333
|
-
"example": "{
|
1333
|
+
"example": "{\\\"status\\\":\\\"ok\\\",\\\"code\\\":10000,\\\"msg\\\":\\\"ok\\\",\\\"data\\\":[]}",
|
1334
1334
|
"member": "string",
|
1335
1335
|
"name": "Data",
|
1336
1336
|
"output_required": true,
|
@@ -1370,7 +1370,7 @@
|
|
1370
1370
|
{
|
1371
1371
|
"disabled": false,
|
1372
1372
|
"document": "查询指标 field",
|
1373
|
-
"example": "[[\\\"as\\\",[\\\"
|
1373
|
+
"example": "\"[[\\\"as\\\",\\\"device_id\\\",\\\"device_id\\\"],\\\"entrance_time\\\",[\\\"as\\\",\\\"feature_md5\\\",\\\"feature_md5\\\"],[\\\"as\\\",\\\"version\\\",\\\"version\\\"],[\\\"as\\\",\\\"id\\\",\\\"id\\\"],[\\\"as\\\",\\\"user_id\\\",\\\"user_id\\\"]]\"",
|
1374
1374
|
"member": "string",
|
1375
1375
|
"name": "Fields",
|
1376
1376
|
"required": true,
|
@@ -1379,7 +1379,7 @@
|
|
1379
1379
|
{
|
1380
1380
|
"disabled": false,
|
1381
1381
|
"document": "查询的过滤条件",
|
1382
|
-
"example": "
|
1382
|
+
"example": "\"{\\\"category__in\\\":[\\\"PERF_CRASH\\\"]}\"",
|
1383
1383
|
"member": "string",
|
1384
1384
|
"name": "Filter",
|
1385
1385
|
"required": true,
|
@@ -1388,7 +1388,7 @@
|
|
1388
1388
|
{
|
1389
1389
|
"disabled": false,
|
1390
1390
|
"document": "查询简单过滤条件",
|
1391
|
-
"example": "{\\\"category__in\\\":[\\\"PERF_CRASH\\\",\\\"APP_LAUNCH\\\"
|
1391
|
+
"example": "{\\\"category__in\\\":[\\\"PERF_CRASH\\\",\\\"APP_LAUNCH\\\"]}",
|
1392
1392
|
"member": "string",
|
1393
1393
|
"name": "FilterSimple",
|
1394
1394
|
"required": false,
|
@@ -1439,7 +1439,7 @@
|
|
1439
1439
|
{
|
1440
1440
|
"disabled": false,
|
1441
1441
|
"document": "查询数据返回",
|
1442
|
-
"example": "{
|
1442
|
+
"example": "{\\\"status\\\":\\\"ok\\\",\\\"code\\\":10000,\\\"msg\\\":\\\"ok\\\",\\\"data\\\":[]}",
|
1443
1443
|
"member": "string",
|
1444
1444
|
"name": "Data",
|
1445
1445
|
"output_required": true,
|
@@ -1976,6 +1976,16 @@
|
|
1976
1976
|
"type": "string",
|
1977
1977
|
"value_allowed_null": false
|
1978
1978
|
},
|
1979
|
+
{
|
1980
|
+
"disabled": false,
|
1981
|
+
"document": "执行的命令的名称",
|
1982
|
+
"example": "cleanDisk",
|
1983
|
+
"member": "string",
|
1984
|
+
"name": "CommandName",
|
1985
|
+
"output_required": true,
|
1986
|
+
"type": "string",
|
1987
|
+
"value_allowed_null": false
|
1988
|
+
},
|
1979
1989
|
{
|
1980
1990
|
"disabled": false,
|
1981
1991
|
"document": "执行任务状态。取值范围:\n\n- PENDING:等待下发\n- RUNNING:命令运行中\n- CANCELLING:取消中\n- SUCCESS:命令成功\n- TIMEOUT:命令超时\n- FAILED:命令失败\n- CANCELLED:命令全部取消\n- PARTIAL_FAILED:命令部分失败\n- PARTIAL_CANCELLED:命令部分取消",
|