tccli 3.0.1404.1__py2.py3-none-any.whl → 3.0.1406.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/autoscaling/v20180419/api.json +1 -1
 - tccli/services/batch/v20170312/api.json +1 -1
 - tccli/services/cdb/v20170320/api.json +95 -25
 - tccli/services/cdb/v20170320/examples.json +3 -3
 - tccli/services/cdn/v20180606/api.json +1 -1
 - tccli/services/cdwdoris/v20211228/api.json +9 -0
 - tccli/services/ckafka/v20190819/api.json +33 -0
 - tccli/services/cloudapp/v20220530/api.json +55 -0
 - tccli/services/cloudhsm/v20191112/api.json +10 -10
 - tccli/services/cls/v20201016/api.json +40 -31
 - tccli/services/cls/v20201016/examples.json +8 -2
 - tccli/services/ctem/v20231128/api.json +30 -0
 - tccli/services/dbbrain/v20191016/api.json +11 -1
 - tccli/services/dbbrain/v20191016/examples.json +1 -1
 - tccli/services/dbbrain/v20210527/api.json +17 -7
 - tccli/services/dbbrain/v20210527/examples.json +1 -1
 - tccli/services/dc/v20180410/api.json +101 -3
 - tccli/services/dlc/v20210125/examples.json +1 -1
 - tccli/services/dts/v20211206/api.json +13 -3
 - tccli/services/emr/v20190103/api.json +11 -2
 - tccli/services/es/es_client.py +57 -4
 - tccli/services/es/v20180416/api.json +3 -3
 - tccli/services/es/v20180416/examples.json +1 -1
 - tccli/services/es/v20250101/api.json +135 -2
 - tccli/services/es/v20250101/examples.json +8 -0
 - tccli/services/ess/ess_client.py +159 -0
 - tccli/services/ess/v20201111/api.json +508 -24
 - tccli/services/ess/v20201111/examples.json +33 -3
 - tccli/services/essbasic/v20210526/api.json +12 -3
 - tccli/services/essbasic/v20210526/examples.json +2 -2
 - tccli/services/gwlb/gwlb_client.py +53 -0
 - tccli/services/gwlb/v20240906/api.json +80 -0
 - tccli/services/gwlb/v20240906/examples.json +8 -0
 - tccli/services/hunyuan/v20230901/api.json +2 -2
 - tccli/services/ioa/ioa_client.py +220 -8
 - tccli/services/ioa/v20220601/api.json +559 -0
 - tccli/services/ioa/v20220601/examples.json +38 -0
 - tccli/services/iotexplorer/iotexplorer_client.py +220 -8
 - tccli/services/iotexplorer/v20190423/api.json +959 -12
 - tccli/services/iotexplorer/v20190423/examples.json +68 -0
 - tccli/services/lcic/v20220817/api.json +2 -2
 - tccli/services/lighthouse/v20200324/api.json +1 -1
 - tccli/services/lke/v20231130/api.json +1 -1
 - tccli/services/lke/v20231130/examples.json +2 -2
 - tccli/services/lkeap/v20240522/api.json +1 -1
 - tccli/services/lkeap/v20240522/examples.json +7 -1
 - tccli/services/monitor/monitor_client.py +53 -0
 - tccli/services/monitor/v20180724/api.json +248 -0
 - tccli/services/monitor/v20180724/examples.json +8 -0
 - tccli/services/mps/v20190612/api.json +140 -2
 - tccli/services/mqtt/v20240516/api.json +10 -0
 - tccli/services/mqtt/v20240516/examples.json +3 -9
 - tccli/services/nlp/v20190408/api.json +6 -6
 - tccli/services/oceanus/oceanus_client.py +110 -4
 - tccli/services/oceanus/v20190422/api.json +157 -13
 - tccli/services/oceanus/v20190422/examples.json +16 -0
 - tccli/services/ocr/v20181119/api.json +3 -3
 - tccli/services/postgres/v20170312/api.json +5 -5
 - tccli/services/privatedns/privatedns_client.py +641 -58
 - tccli/services/privatedns/v20201028/api.json +923 -12
 - tccli/services/privatedns/v20201028/examples.json +88 -0
 - tccli/services/redis/v20180412/api.json +1 -1
 - tccli/services/teo/v20220901/api.json +51 -51
 - tccli/services/tione/v20211111/api.json +1 -1
 - tccli/services/tke/v20180525/api.json +23 -14
 - tccli/services/tke/v20180525/examples.json +1 -1
 - tccli/services/trtc/v20190722/api.json +9 -9
 - tccli/services/trtc/v20190722/examples.json +1 -1
 - tccli/services/tse/v20201207/api.json +30 -1
 - tccli/services/vpc/v20170312/api.json +231 -4
 - tccli/services/vpc/v20170312/examples.json +32 -0
 - tccli/services/vpc/vpc_client.py +228 -16
 - tccli/services/wedata/v20210820/api.json +1281 -601
 - tccli/services/wedata/v20210820/examples.json +127 -157
 - tccli/services/wedata/v20250806/api.json +8736 -3085
 - tccli/services/wedata/v20250806/examples.json +378 -0
 - tccli/services/wedata/wedata_client.py +2903 -836
 - {tccli-3.0.1404.1.dist-info → tccli-3.0.1406.1.dist-info}/METADATA +2 -2
 - {tccli-3.0.1404.1.dist-info → tccli-3.0.1406.1.dist-info}/RECORD +83 -83
 - {tccli-3.0.1404.1.dist-info → tccli-3.0.1406.1.dist-info}/WHEEL +0 -0
 - {tccli-3.0.1404.1.dist-info → tccli-3.0.1406.1.dist-info}/entry_points.txt +0 -0
 - {tccli-3.0.1404.1.dist-info → tccli-3.0.1406.1.dist-info}/license_files/LICENSE +0 -0
 
| 
         @@ -91,6 +91,13 @@ 
     | 
|
| 
       91 
91 
     | 
    
         
             
                  "output": "CreateBatchSignUrlResponse",
         
     | 
| 
       92 
92 
     | 
    
         
             
                  "status": "online"
         
     | 
| 
       93 
93 
     | 
    
         
             
                },
         
     | 
| 
      
 94 
     | 
    
         
            +
                "CreateContractComparisonTask": {
         
     | 
| 
      
 95 
     | 
    
         
            +
                  "document": "此接口(CreateContractComparisonTask)用于创建合同对比任务。\n适用场景:对比两份合同中字段(如:金额、日期、甲方名称等)的内容差异。",
         
     | 
| 
      
 96 
     | 
    
         
            +
                  "input": "CreateContractComparisonTaskRequest",
         
     | 
| 
      
 97 
     | 
    
         
            +
                  "name": "创建合同对比任务",
         
     | 
| 
      
 98 
     | 
    
         
            +
                  "output": "CreateContractComparisonTaskResponse",
         
     | 
| 
      
 99 
     | 
    
         
            +
                  "status": "online"
         
     | 
| 
      
 100 
     | 
    
         
            +
                },
         
     | 
| 
       94 
101 
     | 
    
         
             
                "CreateContractDiffTaskWebUrl": {
         
     | 
| 
       95 
102 
     | 
    
         
             
                  "document": "接口(CreateContractDiffTaskWebUrl)用于创建合同对比的可嵌入web页面链接(此web页面可以通过iframe方式嵌入到贵方系统的网页中)。\n注:本接口生成的web页面暂不支持<a href=\"https://qian.tencent.com/developers/companyApis/embedPages/CreateWebThemeConfig\" target=\"_blank\">设置本企业嵌入式页面主题配置</a>\n\n未跳过上传确认的嵌入页面长相如下:\n\n跳过上传确认的嵌入页面长相如下:\n",
         
     | 
| 
       96 
103 
     | 
    
         
             
                  "input": "CreateContractDiffTaskWebUrlRequest",
         
     | 
| 
         @@ -539,6 +546,13 @@ 
     | 
|
| 
       539 
546 
     | 
    
         
             
                  "output": "DescribeCancelFlowsTaskResponse",
         
     | 
| 
       540 
547 
     | 
    
         
             
                  "status": "online"
         
     | 
| 
       541 
548 
     | 
    
         
             
                },
         
     | 
| 
      
 549 
     | 
    
         
            +
                "DescribeContractComparisonTask": {
         
     | 
| 
      
 550 
     | 
    
         
            +
                  "document": "本接口(DescribeContractComparisonTask)用于查询合同对比任务结果详情。",
         
     | 
| 
      
 551 
     | 
    
         
            +
                  "input": "DescribeContractComparisonTaskRequest",
         
     | 
| 
      
 552 
     | 
    
         
            +
                  "name": "查询合同对比任务结果",
         
     | 
| 
      
 553 
     | 
    
         
            +
                  "output": "DescribeContractComparisonTaskResponse",
         
     | 
| 
      
 554 
     | 
    
         
            +
                  "status": "online"
         
     | 
| 
      
 555 
     | 
    
         
            +
                },
         
     | 
| 
       542 
556 
     | 
    
         
             
                "DescribeContractDiffTaskWebUrl": {
         
     | 
| 
       543 
557 
     | 
    
         
             
                  "document": "接口(DescribeContractDiffTaskWebUrl)用于获取合同对比结果可嵌入的web页面链接(此web页面可以通过iframe方式嵌入到贵方系统的网页中)。\n注:本接口生成的web页面暂不支持<a href=\"https://qian.tencent.com/developers/companyApis/embedPages/CreateWebThemeConfig\" target=\"_blank\">设置本企业嵌入式页面主题配置</a>\n\n嵌入页面长相如下:\n",
         
     | 
| 
       544 
558 
     | 
    
         
             
                  "input": "DescribeContractDiffTaskWebUrlRequest",
         
     | 
| 
         @@ -735,6 +749,13 @@ 
     | 
|
| 
       735 
749 
     | 
    
         
             
                  "output": "DisableUserAutoSignResponse",
         
     | 
| 
       736 
750 
     | 
    
         
             
                  "status": "online"
         
     | 
| 
       737 
751 
     | 
    
         
             
                },
         
     | 
| 
      
 752 
     | 
    
         
            +
                "ExportContractComparisonTask": {
         
     | 
| 
      
 753 
     | 
    
         
            +
                  "document": "本接口(ExportContractComparisonTask)用于导出指定的合同对比任务的结果文件。任务完成后,用户可根据不同的使用场景,选择导出可视化对比报告(PDF)或结构化差异明细(EXCEL)。",
         
     | 
| 
      
 754 
     | 
    
         
            +
                  "input": "ExportContractComparisonTaskRequest",
         
     | 
| 
      
 755 
     | 
    
         
            +
                  "name": "导出合同对比任务详情",
         
     | 
| 
      
 756 
     | 
    
         
            +
                  "output": "ExportContractComparisonTaskResponse",
         
     | 
| 
      
 757 
     | 
    
         
            +
                  "status": "online"
         
     | 
| 
      
 758 
     | 
    
         
            +
                },
         
     | 
| 
       738 
759 
     | 
    
         
             
                "GetTaskResultApi": {
         
     | 
| 
       739 
760 
     | 
    
         
             
                  "document": "此接口(GetTaskResultApi)用来查询转换任务的状态。如需发起转换任务,请使用<a href=\"https://qian.tencent.com/developers/companyApis/templatesAndFiles/CreateConvertTaskApi\" target=\"_blank\">创建文件转换任务接口</a>进行资源文件的转换操作<br />\n前提条件:已调用 <a href=\"https://qian.tencent.com/developers/companyApis/templatesAndFiles/CreateConvertTaskApi\" target=\"_blank\">创建文件转换任务接口</a>进行文件转换,并得到了返回的转换任务Id。<br />\n\n适用场景:已创建一个文件转换任务,想查询该文件转换任务的状态,或获取转换后的文件资源Id。<br />\n注:\n1. `大文件转换所需的时间可能会比较长`\n2.  `本接口返回的文件资源ID就是PDF资源ID,可以直接用于【用PDF文件创建签署流程】接口发起合同。`",
         
     | 
| 
       740 
761 
     | 
    
         
             
                  "input": "GetTaskResultApiRequest",
         
     | 
| 
         @@ -878,7 +899,7 @@ 
     | 
|
| 
       878 
899 
     | 
    
         
             
                    {
         
     | 
| 
       879 
900 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       880 
901 
     | 
    
         
             
                      "document": "超管手机号,打码显示\n示例值:138****1569\n",
         
     | 
| 
       881 
     | 
    
         
            -
                      "example": " 
     | 
| 
      
 902 
     | 
    
         
            +
                      "example": "1888****888",
         
     | 
| 
       882 
903 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       883 
904 
     | 
    
         
             
                      "name": "Mobile",
         
     | 
| 
       884 
905 
     | 
    
         
             
                      "output_required": true,
         
     | 
| 
         @@ -2123,7 +2144,7 @@ 
     | 
|
| 
       2123 
2144 
     | 
    
         
             
                    {
         
     | 
| 
       2124 
2145 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       2125 
2146 
     | 
    
         
             
                      "document": "被抄送方手机号码, 支持中国大陆手机号11位数字(无需加+86前缀或其他字符)。\n请确认手机号所有方为此业务通知方。",
         
     | 
| 
       2126 
     | 
    
         
            -
                      "example": " 
     | 
| 
      
 2147 
     | 
    
         
            +
                      "example": "1320****000",
         
     | 
| 
       2127 
2148 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       2128 
2149 
     | 
    
         
             
                      "name": "Mobile",
         
     | 
| 
       2129 
2150 
     | 
    
         
             
                      "required": false,
         
     | 
| 
         @@ -2168,6 +2189,52 @@ 
     | 
|
| 
       2168 
2189 
     | 
    
         
             
                  ],
         
     | 
| 
       2169 
2190 
     | 
    
         
             
                  "usage": "in"
         
     | 
| 
       2170 
2191 
     | 
    
         
             
                },
         
     | 
| 
      
 2192 
     | 
    
         
            +
                "ComparisonDetail": {
         
     | 
| 
      
 2193 
     | 
    
         
            +
                  "document": "合同对比差异结果详情。",
         
     | 
| 
      
 2194 
     | 
    
         
            +
                  "members": [
         
     | 
| 
      
 2195 
     | 
    
         
            +
                    {
         
     | 
| 
      
 2196 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 2197 
     | 
    
         
            +
                      "document": "对比前后差异类型,具体如下:\n<ul><li> **add**:新增</li>\n<li> **change**:变更</li>\n<li> **delete**:删除</li>\n</ul>",
         
     | 
| 
      
 2198 
     | 
    
         
            +
                      "example": "add",
         
     | 
| 
      
 2199 
     | 
    
         
            +
                      "member": "string",
         
     | 
| 
      
 2200 
     | 
    
         
            +
                      "name": "ComparisonType",
         
     | 
| 
      
 2201 
     | 
    
         
            +
                      "output_required": false,
         
     | 
| 
      
 2202 
     | 
    
         
            +
                      "type": "string",
         
     | 
| 
      
 2203 
     | 
    
         
            +
                      "value_allowed_null": false
         
     | 
| 
      
 2204 
     | 
    
         
            +
                    },
         
     | 
| 
      
 2205 
     | 
    
         
            +
                    {
         
     | 
| 
      
 2206 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 2207 
     | 
    
         
            +
                      "document": "对比内容类型,具体如下:\n<ul><li> **text**:文本</li>\n<li> **table**:表格</li>\n<li> **picture**:图片</li>\n</ul>",
         
     | 
| 
      
 2208 
     | 
    
         
            +
                      "example": "text",
         
     | 
| 
      
 2209 
     | 
    
         
            +
                      "member": "string",
         
     | 
| 
      
 2210 
     | 
    
         
            +
                      "name": "ContentType",
         
     | 
| 
      
 2211 
     | 
    
         
            +
                      "output_required": false,
         
     | 
| 
      
 2212 
     | 
    
         
            +
                      "type": "string",
         
     | 
| 
      
 2213 
     | 
    
         
            +
                      "value_allowed_null": false
         
     | 
| 
      
 2214 
     | 
    
         
            +
                    },
         
     | 
| 
      
 2215 
     | 
    
         
            +
                    {
         
     | 
| 
      
 2216 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 2217 
     | 
    
         
            +
                      "document": "原文文本。",
         
     | 
| 
      
 2218 
     | 
    
         
            +
                      "example": "******",
         
     | 
| 
      
 2219 
     | 
    
         
            +
                      "member": "string",
         
     | 
| 
      
 2220 
     | 
    
         
            +
                      "name": "OriginText",
         
     | 
| 
      
 2221 
     | 
    
         
            +
                      "output_required": false,
         
     | 
| 
      
 2222 
     | 
    
         
            +
                      "type": "string",
         
     | 
| 
      
 2223 
     | 
    
         
            +
                      "value_allowed_null": false
         
     | 
| 
      
 2224 
     | 
    
         
            +
                    },
         
     | 
| 
      
 2225 
     | 
    
         
            +
                    {
         
     | 
| 
      
 2226 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 2227 
     | 
    
         
            +
                      "document": "对比文本。",
         
     | 
| 
      
 2228 
     | 
    
         
            +
                      "example": "-----",
         
     | 
| 
      
 2229 
     | 
    
         
            +
                      "member": "string",
         
     | 
| 
      
 2230 
     | 
    
         
            +
                      "name": "DiffText",
         
     | 
| 
      
 2231 
     | 
    
         
            +
                      "output_required": false,
         
     | 
| 
      
 2232 
     | 
    
         
            +
                      "type": "string",
         
     | 
| 
      
 2233 
     | 
    
         
            +
                      "value_allowed_null": false
         
     | 
| 
      
 2234 
     | 
    
         
            +
                    }
         
     | 
| 
      
 2235 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 2236 
     | 
    
         
            +
                  "usage": "out"
         
     | 
| 
      
 2237 
     | 
    
         
            +
                },
         
     | 
| 
       2171 
2238 
     | 
    
         
             
                "Component": {
         
     | 
| 
       2172 
2239 
     | 
    
         
             
                  "document": "此结构体 (Component) 用于描述控件属性。\n\n在通过文件发起合同时,对应的component有三种定位方式\n1. 绝对定位方式 (可以通过 [PDF坐标计算助手](https://qian.tencent.com/developers/tools/template-editor)计算控件的坐标)\n2. 表单域(FIELD)定位方式\n3. 关键字(KEYWORD)定位方式,使用关键字定位时,请确保PDF原始文件内是关键字以文字形式保存在PDF文件中,不支持对图片内文字进行关键字查找",
         
     | 
| 
       2173 
2240 
     | 
    
         
             
                  "members": [
         
     | 
| 
         @@ -2869,7 +2936,7 @@ 
     | 
|
| 
       2869 
2936 
     | 
    
         
             
                    {
         
     | 
| 
       2870 
2937 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       2871 
2938 
     | 
    
         
             
                      "document": "组织机构超管手机号。 在注册流程中,必须是超管本人进行操作。此参数需要跟[创建企业批量认证链接](https://qian.tencent.com/developers/companyApis/organizations/CreateBatchOrganizationRegistrationTasks)中 Admin Mobile保持一致。",
         
     | 
| 
       2872 
     | 
    
         
            -
                      "example": " 
     | 
| 
      
 2939 
     | 
    
         
            +
                      "example": "1320****000",
         
     | 
| 
       2873 
2940 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       2874 
2941 
     | 
    
         
             
                      "name": "AdminMobile",
         
     | 
| 
       2875 
2942 
     | 
    
         
             
                      "required": true,
         
     | 
| 
         @@ -3126,7 +3193,7 @@ 
     | 
|
| 
       3126 
3193 
     | 
    
         
             
                    {
         
     | 
| 
       3127 
3194 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       3128 
3195 
     | 
    
         
             
                      "document": "生成H5签署链接时,您可以指定签署方签署合同的认证校验方式的选择模式,可传递一下值:\n<ul><li>**0**:签署方自行选择,签署方可以从预先指定的认证方式中自由选择;</li>\n<li>**1**:自动按顺序首位推荐,签署方无需选择,系统会优先推荐使用第一种认证方式。</li></ul>\n注:\n`不指定该值时,默认为签署方自行选择。`",
         
     | 
| 
       3129 
     | 
    
         
            -
                      "example": " 
     | 
| 
      
 3196 
     | 
    
         
            +
                      "example": "0",
         
     | 
| 
       3130 
3197 
     | 
    
         
             
                      "member": "uint64",
         
     | 
| 
       3131 
3198 
     | 
    
         
             
                      "name": "SignTypeSelector",
         
     | 
| 
       3132 
3199 
     | 
    
         
             
                      "required": false,
         
     | 
| 
         @@ -3161,7 +3228,7 @@ 
     | 
|
| 
       3161 
3228 
     | 
    
         
             
                    },
         
     | 
| 
       3162 
3229 
     | 
    
         
             
                    {
         
     | 
| 
       3163 
3230 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       3164 
     | 
    
         
            -
                      "document": "是否允许此链接中签署方批量拒签。\n <ul><li>false (默认): 不允许批量拒签</li> <li>true : 允许批量拒签。</li></ul>\n\n 
     | 
| 
      
 3231 
     | 
    
         
            +
                      "document": "是否允许此链接中签署方批量拒签。\n <ul><li>false (默认): 不允许批量拒签</li> <li>true : 允许批量拒签。</li></ul>\n\n注:`当前合同组不支持批量拒签功能。请对合同组中的每个子合同逐一执行拒签操作,以达到拒签整个合同组的效果。`\n",
         
     | 
| 
       3165 
3232 
     | 
    
         
             
                      "example": "false",
         
     | 
| 
       3166 
3233 
     | 
    
         
             
                      "member": "bool",
         
     | 
| 
       3167 
3234 
     | 
    
         
             
                      "name": "CanBatchReject",
         
     | 
| 
         @@ -3333,7 +3400,7 @@ 
     | 
|
| 
       3333 
3400 
     | 
    
         
             
                    },
         
     | 
| 
       3334 
3401 
     | 
    
         
             
                    {
         
     | 
| 
       3335 
3402 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       3336 
     | 
    
         
            -
                      "document": "是否允许此链接中签署方批量拒签。 <ul><li>false (默认): 不允许批量拒签</li> <li>true : 允许批量拒签。</li></ul>\n注:`1.  
     | 
| 
      
 3403 
     | 
    
         
            +
                      "document": "是否允许此链接中签署方批量拒签。 <ul><li>false (默认): 不允许批量拒签</li> <li>true : 允许批量拒签。</li></ul>\n注:`1. 当前合同组不支持批量拒签功能。请对合同组中的每个子合同逐一执行拒签操作,以达到拒签整个合同组的效果。2. 如果是链接直接跳转至详情页(JumpToDetail参数为true),也不支持批量拒签功能`",
         
     | 
| 
       3337 
3404 
     | 
    
         
             
                      "example": "false",
         
     | 
| 
       3338 
3405 
     | 
    
         
             
                      "member": "bool",
         
     | 
| 
       3339 
3406 
     | 
    
         
             
                      "name": "CanBatchReject",
         
     | 
| 
         @@ -3394,6 +3461,98 @@ 
     | 
|
| 
       3394 
3461 
     | 
    
         
             
                  ],
         
     | 
| 
       3395 
3462 
     | 
    
         
             
                  "type": "object"
         
     | 
| 
       3396 
3463 
     | 
    
         
             
                },
         
     | 
| 
      
 3464 
     | 
    
         
            +
                "CreateContractComparisonTaskRequest": {
         
     | 
| 
      
 3465 
     | 
    
         
            +
                  "document": "CreateContractComparisonTask请求参数结构体",
         
     | 
| 
      
 3466 
     | 
    
         
            +
                  "members": [
         
     | 
| 
      
 3467 
     | 
    
         
            +
                    {
         
     | 
| 
      
 3468 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 3469 
     | 
    
         
            +
                      "document": "执行合同审查任务的员工信息。\n注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`",
         
     | 
| 
      
 3470 
     | 
    
         
            +
                      "example": "无",
         
     | 
| 
      
 3471 
     | 
    
         
            +
                      "member": "UserInfo",
         
     | 
| 
      
 3472 
     | 
    
         
            +
                      "name": "Operator",
         
     | 
| 
      
 3473 
     | 
    
         
            +
                      "required": true,
         
     | 
| 
      
 3474 
     | 
    
         
            +
                      "type": "object"
         
     | 
| 
      
 3475 
     | 
    
         
            +
                    },
         
     | 
| 
      
 3476 
     | 
    
         
            +
                    {
         
     | 
| 
      
 3477 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 3478 
     | 
    
         
            +
                      "document": "原版文件ID,对比基准的旧版本文件唯一标识,通过<a href=\"https://qian.tencent.com/developers/companyApis/templatesAndFiles/UploadFiles\" target=\"_blank\">UploadFiles</a>接口获取文件资源ID。",
         
     | 
| 
      
 3479 
     | 
    
         
            +
                      "example": "yD*******************Cj",
         
     | 
| 
      
 3480 
     | 
    
         
            +
                      "member": "string",
         
     | 
| 
      
 3481 
     | 
    
         
            +
                      "name": "OriginFileResourceId",
         
     | 
| 
      
 3482 
     | 
    
         
            +
                      "required": true,
         
     | 
| 
      
 3483 
     | 
    
         
            +
                      "type": "string"
         
     | 
| 
      
 3484 
     | 
    
         
            +
                    },
         
     | 
| 
      
 3485 
     | 
    
         
            +
                    {
         
     | 
| 
      
 3486 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 3487 
     | 
    
         
            +
                      "document": "新版文件ID,与旧版进行对比的新版本文件唯一标识,通过<a href=\"https://qian.tencent.com/developers/companyApis/templatesAndFiles/UploadFiles\" target=\"_blank\">UploadFiles</a>接口获取文件资源ID。",
         
     | 
| 
      
 3488 
     | 
    
         
            +
                      "example": "yD*******************Ed",
         
     | 
| 
      
 3489 
     | 
    
         
            +
                      "member": "string",
         
     | 
| 
      
 3490 
     | 
    
         
            +
                      "name": "DiffFileResourceId",
         
     | 
| 
      
 3491 
     | 
    
         
            +
                      "required": true,
         
     | 
| 
      
 3492 
     | 
    
         
            +
                      "type": "string"
         
     | 
| 
      
 3493 
     | 
    
         
            +
                    },
         
     | 
| 
      
 3494 
     | 
    
         
            +
                    {
         
     | 
| 
      
 3495 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 3496 
     | 
    
         
            +
                      "document": "对比任务备注,长度不能超过50个字符。",
         
     | 
| 
      
 3497 
     | 
    
         
            +
                      "example": "这是一项对比任务",
         
     | 
| 
      
 3498 
     | 
    
         
            +
                      "member": "string",
         
     | 
| 
      
 3499 
     | 
    
         
            +
                      "name": "Comment",
         
     | 
| 
      
 3500 
     | 
    
         
            +
                      "required": false,
         
     | 
| 
      
 3501 
     | 
    
         
            +
                      "type": "string"
         
     | 
| 
      
 3502 
     | 
    
         
            +
                    },
         
     | 
| 
      
 3503 
     | 
    
         
            +
                    {
         
     | 
| 
      
 3504 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 3505 
     | 
    
         
            +
                      "document": "调用方自定义的个性化字段(可自定义此名称),并以base64方式编码,支持的最大数据大小为 1024长度。\n\n在合同状态变更的回调信息等场景中,该字段的信息将原封不动地透传给贵方。回调的相关说明可参考开发者中心的[回调通知](https://qian.tencent.com/developers/company/callback_types_v2)模块。",
         
     | 
| 
      
 3506 
     | 
    
         
            +
                      "example": "QmFzZTY0IEJhc2U2NCA",
         
     | 
| 
      
 3507 
     | 
    
         
            +
                      "member": "string",
         
     | 
| 
      
 3508 
     | 
    
         
            +
                      "name": "UserData",
         
     | 
| 
      
 3509 
     | 
    
         
            +
                      "required": false,
         
     | 
| 
      
 3510 
     | 
    
         
            +
                      "type": "string"
         
     | 
| 
      
 3511 
     | 
    
         
            +
                    },
         
     | 
| 
      
 3512 
     | 
    
         
            +
                    {
         
     | 
| 
      
 3513 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 3514 
     | 
    
         
            +
                      "document": "标签列表,用户自定义的键值对(Key-Value),可绑定到资源上,用于资源的分类、管理和访问控制。",
         
     | 
| 
      
 3515 
     | 
    
         
            +
                      "example": "无",
         
     | 
| 
      
 3516 
     | 
    
         
            +
                      "member": "Tag",
         
     | 
| 
      
 3517 
     | 
    
         
            +
                      "name": "Tags",
         
     | 
| 
      
 3518 
     | 
    
         
            +
                      "required": false,
         
     | 
| 
      
 3519 
     | 
    
         
            +
                      "type": "list"
         
     | 
| 
      
 3520 
     | 
    
         
            +
                    }
         
     | 
| 
      
 3521 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 3522 
     | 
    
         
            +
                  "type": "object"
         
     | 
| 
      
 3523 
     | 
    
         
            +
                },
         
     | 
| 
      
 3524 
     | 
    
         
            +
                "CreateContractComparisonTaskResponse": {
         
     | 
| 
      
 3525 
     | 
    
         
            +
                  "document": "CreateContractComparisonTask返回参数结构体",
         
     | 
| 
      
 3526 
     | 
    
         
            +
                  "members": [
         
     | 
| 
      
 3527 
     | 
    
         
            +
                    {
         
     | 
| 
      
 3528 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 3529 
     | 
    
         
            +
                      "document": "调用方自定义的个性化字段(可自定义此名称),并以base64方式编码,支持的最大数据大小为 1024长度。",
         
     | 
| 
      
 3530 
     | 
    
         
            +
                      "example": "QmFzZTY0IEJhc2U2NCA",
         
     | 
| 
      
 3531 
     | 
    
         
            +
                      "member": "string",
         
     | 
| 
      
 3532 
     | 
    
         
            +
                      "name": "UserData",
         
     | 
| 
      
 3533 
     | 
    
         
            +
                      "output_required": false,
         
     | 
| 
      
 3534 
     | 
    
         
            +
                      "type": "string",
         
     | 
| 
      
 3535 
     | 
    
         
            +
                      "value_allowed_null": false
         
     | 
| 
      
 3536 
     | 
    
         
            +
                    },
         
     | 
| 
      
 3537 
     | 
    
         
            +
                    {
         
     | 
| 
      
 3538 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 3539 
     | 
    
         
            +
                      "document": "合同对比任务ID,可以调用接口<a href=\"https://qian.tencent.com/developers/companyApis/%E5%90%88%E5%90%8C%E6%99%BA%E8%83%BD%E7%9B%B8%E5%85%B3%E6%8E%A5%E5%8F%A3/DescribeContractComparisonTask\" target=\"_blank\">查询合同对比任务结果</a>查看对比任务的结果。",
         
     | 
| 
      
 3540 
     | 
    
         
            +
                      "example": "yD*******************Qi",
         
     | 
| 
      
 3541 
     | 
    
         
            +
                      "member": "string",
         
     | 
| 
      
 3542 
     | 
    
         
            +
                      "name": "TaskId",
         
     | 
| 
      
 3543 
     | 
    
         
            +
                      "output_required": false,
         
     | 
| 
      
 3544 
     | 
    
         
            +
                      "type": "string",
         
     | 
| 
      
 3545 
     | 
    
         
            +
                      "value_allowed_null": false
         
     | 
| 
      
 3546 
     | 
    
         
            +
                    },
         
     | 
| 
      
 3547 
     | 
    
         
            +
                    {
         
     | 
| 
      
 3548 
     | 
    
         
            +
                      "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
         
     | 
| 
      
 3549 
     | 
    
         
            +
                      "member": "string",
         
     | 
| 
      
 3550 
     | 
    
         
            +
                      "name": "RequestId",
         
     | 
| 
      
 3551 
     | 
    
         
            +
                      "type": "string"
         
     | 
| 
      
 3552 
     | 
    
         
            +
                    }
         
     | 
| 
      
 3553 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 3554 
     | 
    
         
            +
                  "type": "object"
         
     | 
| 
      
 3555 
     | 
    
         
            +
                },
         
     | 
| 
       3397 
3556 
     | 
    
         
             
                "CreateContractDiffTaskWebUrlRequest": {
         
     | 
| 
       3398 
3557 
     | 
    
         
             
                  "document": "CreateContractDiffTaskWebUrl请求参数结构体",
         
     | 
| 
       3399 
3558 
     | 
    
         
             
                  "members": [
         
     | 
| 
         @@ -3432,6 +3591,24 @@ 
     | 
|
| 
       3432 
3591 
     | 
    
         
             
                      "name": "DiffFileResourceId",
         
     | 
| 
       3433 
3592 
     | 
    
         
             
                      "required": false,
         
     | 
| 
       3434 
3593 
     | 
    
         
             
                      "type": "string"
         
     | 
| 
      
 3594 
     | 
    
         
            +
                    },
         
     | 
| 
      
 3595 
     | 
    
         
            +
                    {
         
     | 
| 
      
 3596 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 3597 
     | 
    
         
            +
                      "document": "调用方自定义的个性化字段(可自定义此名称),并以base64方式编码,支持的最大数据大小为 1024长度。\n\n在合同状态变更的回调信息等场景中,该字段的信息将原封不动地透传给贵方。回调的相关说明可参考开发者中心的[回调通知](https://qian.tencent.com/developers/company/callback_types_v2)模块。",
         
     | 
| 
      
 3598 
     | 
    
         
            +
                      "example": "QmFzZTY0IEJhc2U2NCA",
         
     | 
| 
      
 3599 
     | 
    
         
            +
                      "member": "string",
         
     | 
| 
      
 3600 
     | 
    
         
            +
                      "name": "UserData",
         
     | 
| 
      
 3601 
     | 
    
         
            +
                      "required": false,
         
     | 
| 
      
 3602 
     | 
    
         
            +
                      "type": "string"
         
     | 
| 
      
 3603 
     | 
    
         
            +
                    },
         
     | 
| 
      
 3604 
     | 
    
         
            +
                    {
         
     | 
| 
      
 3605 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 3606 
     | 
    
         
            +
                      "document": "标签列表,用户自定义的键值对(Key-Value),可绑定到资源上,用于资源的分类、管理和访问控制。",
         
     | 
| 
      
 3607 
     | 
    
         
            +
                      "example": "无",
         
     | 
| 
      
 3608 
     | 
    
         
            +
                      "member": "Tag",
         
     | 
| 
      
 3609 
     | 
    
         
            +
                      "name": "Tags",
         
     | 
| 
      
 3610 
     | 
    
         
            +
                      "required": false,
         
     | 
| 
      
 3611 
     | 
    
         
            +
                      "type": "list"
         
     | 
| 
       3435 
3612 
     | 
    
         
             
                    }
         
     | 
| 
       3436 
3613 
     | 
    
         
             
                  ],
         
     | 
| 
       3437 
3614 
     | 
    
         
             
                  "type": "object"
         
     | 
| 
         @@ -3459,6 +3636,16 @@ 
     | 
|
| 
       3459 
3636 
     | 
    
         
             
                      "type": "string",
         
     | 
| 
       3460 
3637 
     | 
    
         
             
                      "value_allowed_null": false
         
     | 
| 
       3461 
3638 
     | 
    
         
             
                    },
         
     | 
| 
      
 3639 
     | 
    
         
            +
                    {
         
     | 
| 
      
 3640 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 3641 
     | 
    
         
            +
                      "document": "调用方自定义的个性化字段(可自定义此名称),并以base64方式编码,支持的最大数据大小为 1024长度。",
         
     | 
| 
      
 3642 
     | 
    
         
            +
                      "example": "QmFzZTY0IEJhc2U2NCA",
         
     | 
| 
      
 3643 
     | 
    
         
            +
                      "member": "string",
         
     | 
| 
      
 3644 
     | 
    
         
            +
                      "name": "UserData",
         
     | 
| 
      
 3645 
     | 
    
         
            +
                      "output_required": false,
         
     | 
| 
      
 3646 
     | 
    
         
            +
                      "type": "string",
         
     | 
| 
      
 3647 
     | 
    
         
            +
                      "value_allowed_null": false
         
     | 
| 
      
 3648 
     | 
    
         
            +
                    },
         
     | 
| 
       3462 
3649 
     | 
    
         
             
                    {
         
     | 
| 
       3463 
3650 
     | 
    
         
             
                      "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
         
     | 
| 
       3464 
3651 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
         @@ -6874,7 +7061,7 @@ 
     | 
|
| 
       6874 
7061 
     | 
    
         
             
                    {
         
     | 
| 
       6875 
7062 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       6876 
7063 
     | 
    
         
             
                      "document": "为签署方经办人在签署合同中的参与方ID,必须与参数FlowIds数组一一对应。\n您可以通过查询合同接口(DescribeFlowInfo)查询此参数。\n若传了此参数,则可以不传 UserId, Name, Mobile等参数",
         
     | 
| 
       6877 
     | 
    
         
            -
                      "example": "yDwcCUUgyg3tgmwcUEVzyNaupO7DiB3E",
         
     | 
| 
      
 7064 
     | 
    
         
            +
                      "example": "[\"yDwcCUUgyg3tgmwcUEVzyNaupO7DiB3E\"]",
         
     | 
| 
       6878 
7065 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       6879 
7066 
     | 
    
         
             
                      "name": "RecipientIds",
         
     | 
| 
       6880 
7067 
     | 
    
         
             
                      "required": false,
         
     | 
| 
         @@ -6888,6 +7075,15 @@ 
     | 
|
| 
       6888 
7075 
     | 
    
         
             
                      "name": "FlowGroupId",
         
     | 
| 
       6889 
7076 
     | 
    
         
             
                      "required": false,
         
     | 
| 
       6890 
7077 
     | 
    
         
             
                      "type": "string"
         
     | 
| 
      
 7078 
     | 
    
         
            +
                    },
         
     | 
| 
      
 7079 
     | 
    
         
            +
                    {
         
     | 
| 
      
 7080 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 7081 
     | 
    
         
            +
                      "document": "是否允许此链接中签署方批量拒签。 <ul><li>false (默认): 不允许批量拒签</li> <li>true : 允许批量拒签。</li></ul>注:`当前合同组不支持批量拒签功能。请对合同组中的每个子合同逐一执行拒签操作,以达到拒签整个合同组的效果。`",
         
     | 
| 
      
 7082 
     | 
    
         
            +
                      "example": "false",
         
     | 
| 
      
 7083 
     | 
    
         
            +
                      "member": "bool",
         
     | 
| 
      
 7084 
     | 
    
         
            +
                      "name": "CanBatchReject",
         
     | 
| 
      
 7085 
     | 
    
         
            +
                      "required": false,
         
     | 
| 
      
 7086 
     | 
    
         
            +
                      "type": "bool"
         
     | 
| 
       6891 
7087 
     | 
    
         
             
                    }
         
     | 
| 
       6892 
7088 
     | 
    
         
             
                  ],
         
     | 
| 
       6893 
7089 
     | 
    
         
             
                  "type": "object"
         
     | 
| 
         @@ -10043,6 +10239,181 @@ 
     | 
|
| 
       10043 
10239 
     | 
    
         
             
                  ],
         
     | 
| 
       10044 
10240 
     | 
    
         
             
                  "type": "object"
         
     | 
| 
       10045 
10241 
     | 
    
         
             
                },
         
     | 
| 
      
 10242 
     | 
    
         
            +
                "DescribeContractComparisonTaskRequest": {
         
     | 
| 
      
 10243 
     | 
    
         
            +
                  "document": "DescribeContractComparisonTask请求参数结构体",
         
     | 
| 
      
 10244 
     | 
    
         
            +
                  "members": [
         
     | 
| 
      
 10245 
     | 
    
         
            +
                    {
         
     | 
| 
      
 10246 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 10247 
     | 
    
         
            +
                      "document": "执行合同审查任务的员工信息。\n注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`",
         
     | 
| 
      
 10248 
     | 
    
         
            +
                      "example": "无",
         
     | 
| 
      
 10249 
     | 
    
         
            +
                      "member": "UserInfo",
         
     | 
| 
      
 10250 
     | 
    
         
            +
                      "name": "Operator",
         
     | 
| 
      
 10251 
     | 
    
         
            +
                      "required": true,
         
     | 
| 
      
 10252 
     | 
    
         
            +
                      "type": "object"
         
     | 
| 
      
 10253 
     | 
    
         
            +
                    },
         
     | 
| 
      
 10254 
     | 
    
         
            +
                    {
         
     | 
| 
      
 10255 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 10256 
     | 
    
         
            +
                      "document": "合同对比任务ID,该参数通过调用接口CreateContractComparisonTask获取。",
         
     | 
| 
      
 10257 
     | 
    
         
            +
                      "example": "yD*******************ob",
         
     | 
| 
      
 10258 
     | 
    
         
            +
                      "member": "string",
         
     | 
| 
      
 10259 
     | 
    
         
            +
                      "name": "TaskId",
         
     | 
| 
      
 10260 
     | 
    
         
            +
                      "required": true,
         
     | 
| 
      
 10261 
     | 
    
         
            +
                      "type": "string"
         
     | 
| 
      
 10262 
     | 
    
         
            +
                    },
         
     | 
| 
      
 10263 
     | 
    
         
            +
                    {
         
     | 
| 
      
 10264 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 10265 
     | 
    
         
            +
                      "document": "是否返回详细的对比结果。为 true时,响应中将包含详细的对比信息,如相似度、文本差异具体内容等;为 false时,仅返回任务基本状态信息。\n注:`详细结果数据量可能较大,请按需开启。`",
         
     | 
| 
      
 10266 
     | 
    
         
            +
                      "example": "true",
         
     | 
| 
      
 10267 
     | 
    
         
            +
                      "member": "bool",
         
     | 
| 
      
 10268 
     | 
    
         
            +
                      "name": "ShowDetail",
         
     | 
| 
      
 10269 
     | 
    
         
            +
                      "required": false,
         
     | 
| 
      
 10270 
     | 
    
         
            +
                      "type": "bool"
         
     | 
| 
      
 10271 
     | 
    
         
            +
                    }
         
     | 
| 
      
 10272 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 10273 
     | 
    
         
            +
                  "type": "object"
         
     | 
| 
      
 10274 
     | 
    
         
            +
                },
         
     | 
| 
      
 10275 
     | 
    
         
            +
                "DescribeContractComparisonTaskResponse": {
         
     | 
| 
      
 10276 
     | 
    
         
            +
                  "document": "DescribeContractComparisonTask返回参数结构体",
         
     | 
| 
      
 10277 
     | 
    
         
            +
                  "members": [
         
     | 
| 
      
 10278 
     | 
    
         
            +
                    {
         
     | 
| 
      
 10279 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 10280 
     | 
    
         
            +
                      "document": "合同对比任务ID。",
         
     | 
| 
      
 10281 
     | 
    
         
            +
                      "example": "yD*******************ob",
         
     | 
| 
      
 10282 
     | 
    
         
            +
                      "member": "string",
         
     | 
| 
      
 10283 
     | 
    
         
            +
                      "name": "TaskId",
         
     | 
| 
      
 10284 
     | 
    
         
            +
                      "output_required": false,
         
     | 
| 
      
 10285 
     | 
    
         
            +
                      "type": "string",
         
     | 
| 
      
 10286 
     | 
    
         
            +
                      "value_allowed_null": false
         
     | 
| 
      
 10287 
     | 
    
         
            +
                    },
         
     | 
| 
      
 10288 
     | 
    
         
            +
                    {
         
     | 
| 
      
 10289 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 10290 
     | 
    
         
            +
                      "document": "合同对比任务状态。\n状态如下:\n<ul><li> **0**:待创建(未执行)</li>\n<li> **1**:对比中</li>\n<li> **2**:对比成功</li>\n<li> **3**:对比失败</li>\n</ul>",
         
     | 
| 
      
 10291 
     | 
    
         
            +
                      "example": "2",
         
     | 
| 
      
 10292 
     | 
    
         
            +
                      "member": "int64",
         
     | 
| 
      
 10293 
     | 
    
         
            +
                      "name": "Status",
         
     | 
| 
      
 10294 
     | 
    
         
            +
                      "output_required": false,
         
     | 
| 
      
 10295 
     | 
    
         
            +
                      "type": "int",
         
     | 
| 
      
 10296 
     | 
    
         
            +
                      "value_allowed_null": false
         
     | 
| 
      
 10297 
     | 
    
         
            +
                    },
         
     | 
| 
      
 10298 
     | 
    
         
            +
                    {
         
     | 
| 
      
 10299 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 10300 
     | 
    
         
            +
                      "document": "对比失败的具体原因描述,仅当状态为失败时返回此字段。",
         
     | 
| 
      
 10301 
     | 
    
         
            +
                      "example": "对比失败",
         
     | 
| 
      
 10302 
     | 
    
         
            +
                      "member": "string",
         
     | 
| 
      
 10303 
     | 
    
         
            +
                      "name": "Message",
         
     | 
| 
      
 10304 
     | 
    
         
            +
                      "output_required": false,
         
     | 
| 
      
 10305 
     | 
    
         
            +
                      "type": "string",
         
     | 
| 
      
 10306 
     | 
    
         
            +
                      "value_allowed_null": false
         
     | 
| 
      
 10307 
     | 
    
         
            +
                    },
         
     | 
| 
      
 10308 
     | 
    
         
            +
                    {
         
     | 
| 
      
 10309 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 10310 
     | 
    
         
            +
                      "document": "原版文件ID,对比基准的旧版本文件唯一标识。",
         
     | 
| 
      
 10311 
     | 
    
         
            +
                      "example": "yD*******************Cj",
         
     | 
| 
      
 10312 
     | 
    
         
            +
                      "member": "string",
         
     | 
| 
      
 10313 
     | 
    
         
            +
                      "name": "OriginalFileResourceId",
         
     | 
| 
      
 10314 
     | 
    
         
            +
                      "output_required": false,
         
     | 
| 
      
 10315 
     | 
    
         
            +
                      "type": "string",
         
     | 
| 
      
 10316 
     | 
    
         
            +
                      "value_allowed_null": false
         
     | 
| 
      
 10317 
     | 
    
         
            +
                    },
         
     | 
| 
      
 10318 
     | 
    
         
            +
                    {
         
     | 
| 
      
 10319 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 10320 
     | 
    
         
            +
                      "document": "新版文件ID,与旧版进行对比的新版本文件唯一标识。",
         
     | 
| 
      
 10321 
     | 
    
         
            +
                      "example": "yD*******************Ed",
         
     | 
| 
      
 10322 
     | 
    
         
            +
                      "member": "string",
         
     | 
| 
      
 10323 
     | 
    
         
            +
                      "name": "DiffFileResourceId",
         
     | 
| 
      
 10324 
     | 
    
         
            +
                      "output_required": false,
         
     | 
| 
      
 10325 
     | 
    
         
            +
                      "type": "string",
         
     | 
| 
      
 10326 
     | 
    
         
            +
                      "value_allowed_null": false
         
     | 
| 
      
 10327 
     | 
    
         
            +
                    },
         
     | 
| 
      
 10328 
     | 
    
         
            +
                    {
         
     | 
| 
      
 10329 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 10330 
     | 
    
         
            +
                      "document": "对比任务备注,长度不能超过50个字符。",
         
     | 
| 
      
 10331 
     | 
    
         
            +
                      "example": "这是一项对比任务",
         
     | 
| 
      
 10332 
     | 
    
         
            +
                      "member": "string",
         
     | 
| 
      
 10333 
     | 
    
         
            +
                      "name": "Comment",
         
     | 
| 
      
 10334 
     | 
    
         
            +
                      "output_required": false,
         
     | 
| 
      
 10335 
     | 
    
         
            +
                      "type": "string",
         
     | 
| 
      
 10336 
     | 
    
         
            +
                      "value_allowed_null": false
         
     | 
| 
      
 10337 
     | 
    
         
            +
                    },
         
     | 
| 
      
 10338 
     | 
    
         
            +
                    {
         
     | 
| 
      
 10339 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 10340 
     | 
    
         
            +
                      "document": "合同对比差异点总数。",
         
     | 
| 
      
 10341 
     | 
    
         
            +
                      "example": "10",
         
     | 
| 
      
 10342 
     | 
    
         
            +
                      "member": "int64",
         
     | 
| 
      
 10343 
     | 
    
         
            +
                      "name": "TotalDiffCount",
         
     | 
| 
      
 10344 
     | 
    
         
            +
                      "output_required": false,
         
     | 
| 
      
 10345 
     | 
    
         
            +
                      "type": "int",
         
     | 
| 
      
 10346 
     | 
    
         
            +
                      "value_allowed_null": false
         
     | 
| 
      
 10347 
     | 
    
         
            +
                    },
         
     | 
| 
      
 10348 
     | 
    
         
            +
                    {
         
     | 
| 
      
 10349 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 10350 
     | 
    
         
            +
                      "document": "合同对比新增点数量。",
         
     | 
| 
      
 10351 
     | 
    
         
            +
                      "example": "4",
         
     | 
| 
      
 10352 
     | 
    
         
            +
                      "member": "int64",
         
     | 
| 
      
 10353 
     | 
    
         
            +
                      "name": "AddDiffCount",
         
     | 
| 
      
 10354 
     | 
    
         
            +
                      "output_required": false,
         
     | 
| 
      
 10355 
     | 
    
         
            +
                      "type": "int",
         
     | 
| 
      
 10356 
     | 
    
         
            +
                      "value_allowed_null": false
         
     | 
| 
      
 10357 
     | 
    
         
            +
                    },
         
     | 
| 
      
 10358 
     | 
    
         
            +
                    {
         
     | 
| 
      
 10359 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 10360 
     | 
    
         
            +
                      "document": "合同对比修改点数量。",
         
     | 
| 
      
 10361 
     | 
    
         
            +
                      "example": "4",
         
     | 
| 
      
 10362 
     | 
    
         
            +
                      "member": "int64",
         
     | 
| 
      
 10363 
     | 
    
         
            +
                      "name": "ChangeDiffCount",
         
     | 
| 
      
 10364 
     | 
    
         
            +
                      "output_required": false,
         
     | 
| 
      
 10365 
     | 
    
         
            +
                      "type": "int",
         
     | 
| 
      
 10366 
     | 
    
         
            +
                      "value_allowed_null": false
         
     | 
| 
      
 10367 
     | 
    
         
            +
                    },
         
     | 
| 
      
 10368 
     | 
    
         
            +
                    {
         
     | 
| 
      
 10369 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 10370 
     | 
    
         
            +
                      "document": "合同对比删除点数量。",
         
     | 
| 
      
 10371 
     | 
    
         
            +
                      "example": "2",
         
     | 
| 
      
 10372 
     | 
    
         
            +
                      "member": "int64",
         
     | 
| 
      
 10373 
     | 
    
         
            +
                      "name": "DeleteDiffCount",
         
     | 
| 
      
 10374 
     | 
    
         
            +
                      "output_required": false,
         
     | 
| 
      
 10375 
     | 
    
         
            +
                      "type": "int",
         
     | 
| 
      
 10376 
     | 
    
         
            +
                      "value_allowed_null": false
         
     | 
| 
      
 10377 
     | 
    
         
            +
                    },
         
     | 
| 
      
 10378 
     | 
    
         
            +
                    {
         
     | 
| 
      
 10379 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 10380 
     | 
    
         
            +
                      "document": "提交人,提交此任务或请求的用户唯一标识。",
         
     | 
| 
      
 10381 
     | 
    
         
            +
                      "example": "yD*******************dc",
         
     | 
| 
      
 10382 
     | 
    
         
            +
                      "member": "string",
         
     | 
| 
      
 10383 
     | 
    
         
            +
                      "name": "Operator",
         
     | 
| 
      
 10384 
     | 
    
         
            +
                      "output_required": false,
         
     | 
| 
      
 10385 
     | 
    
         
            +
                      "type": "string",
         
     | 
| 
      
 10386 
     | 
    
         
            +
                      "value_allowed_null": false
         
     | 
| 
      
 10387 
     | 
    
         
            +
                    },
         
     | 
| 
      
 10388 
     | 
    
         
            +
                    {
         
     | 
| 
      
 10389 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 10390 
     | 
    
         
            +
                      "document": "合同对比任务创建时间,时间戳。",
         
     | 
| 
      
 10391 
     | 
    
         
            +
                      "example": "1758526698",
         
     | 
| 
      
 10392 
     | 
    
         
            +
                      "member": "int64",
         
     | 
| 
      
 10393 
     | 
    
         
            +
                      "name": "CreateTime",
         
     | 
| 
      
 10394 
     | 
    
         
            +
                      "output_required": false,
         
     | 
| 
      
 10395 
     | 
    
         
            +
                      "type": "int",
         
     | 
| 
      
 10396 
     | 
    
         
            +
                      "value_allowed_null": false
         
     | 
| 
      
 10397 
     | 
    
         
            +
                    },
         
     | 
| 
      
 10398 
     | 
    
         
            +
                    {
         
     | 
| 
      
 10399 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 10400 
     | 
    
         
            +
                      "document": "对比差异详情,请求参数ShowDetail为true时返回。",
         
     | 
| 
      
 10401 
     | 
    
         
            +
                      "example": "无",
         
     | 
| 
      
 10402 
     | 
    
         
            +
                      "member": "ComparisonDetail",
         
     | 
| 
      
 10403 
     | 
    
         
            +
                      "name": "ComparisonDetail",
         
     | 
| 
      
 10404 
     | 
    
         
            +
                      "output_required": false,
         
     | 
| 
      
 10405 
     | 
    
         
            +
                      "type": "list",
         
     | 
| 
      
 10406 
     | 
    
         
            +
                      "value_allowed_null": false
         
     | 
| 
      
 10407 
     | 
    
         
            +
                    },
         
     | 
| 
      
 10408 
     | 
    
         
            +
                    {
         
     | 
| 
      
 10409 
     | 
    
         
            +
                      "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
         
     | 
| 
      
 10410 
     | 
    
         
            +
                      "member": "string",
         
     | 
| 
      
 10411 
     | 
    
         
            +
                      "name": "RequestId",
         
     | 
| 
      
 10412 
     | 
    
         
            +
                      "type": "string"
         
     | 
| 
      
 10413 
     | 
    
         
            +
                    }
         
     | 
| 
      
 10414 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 10415 
     | 
    
         
            +
                  "type": "object"
         
     | 
| 
      
 10416 
     | 
    
         
            +
                },
         
     | 
| 
       10046 
10417 
     | 
    
         
             
                "DescribeContractDiffTaskWebUrlRequest": {
         
     | 
| 
       10047 
10418 
     | 
    
         
             
                  "document": "DescribeContractDiffTaskWebUrl请求参数结构体",
         
     | 
| 
       10048 
10419 
     | 
    
         
             
                  "members": [
         
     | 
| 
         @@ -11714,8 +12085,8 @@ 
     | 
|
| 
       11714 
12085 
     | 
    
         
             
                    },
         
     | 
| 
       11715 
12086 
     | 
    
         
             
                    {
         
     | 
| 
       11716 
12087 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       11717 
     | 
    
         
            -
                      "document": "印章种类列表(均为组织机构印章)。 若无特定需求,将展示所有类型的印章。 目前支持以下几种:<ul> <li><strong>OFFICIAL</strong>:企业公章;</li> <li><strong>CONTRACT</strong>:合同专用章;</li> <li><strong> 
     | 
| 
       11718 
     | 
    
         
            -
                      "example": "OFFICIAL",
         
     | 
| 
      
 12088 
     | 
    
         
            +
                      "document": "印章种类列表(均为组织机构印章)。 若无特定需求,将展示所有类型的印章。 目前支持以下几种:<ul> <li><strong>OFFICIAL</strong>:企业公章;</li> <li><strong>CONTRACT</strong>:合同专用章;</li> <li><strong>FINANCE</strong>:财务专用章;</li> <li><strong>PERSONNEL</strong>:人事专用章;</li><li><strong>INVOICE</strong>:发票专用章;</li><li><strong>LEGAL_PERSON_SEAL</strong>:法定代表人章。</li> <li><strong>EMPLOYEE_QUALIFICATION_SEAL</strong>:员工执业章。</li> </ul>",
         
     | 
| 
      
 12089 
     | 
    
         
            +
                      "example": "[\"OFFICIAL\"]",
         
     | 
| 
       11719 
12090 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       11720 
12091 
     | 
    
         
             
                      "name": "SealTypes",
         
     | 
| 
       11721 
12092 
     | 
    
         
             
                      "required": false,
         
     | 
| 
         @@ -11733,7 +12104,7 @@ 
     | 
|
| 
       11733 
12104 
     | 
    
         
             
                    {
         
     | 
| 
       11734 
12105 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       11735 
12106 
     | 
    
         
             
                      "document": "需查询的印章状态列表。\n<ul>\n<li>空:(默认)仅查询启用状态的印章;</li>\n<li><strong>ALL</strong>:查询所有状态的印章;</li>\n<li><strong>CHECKING</strong>:查询待审核的印章;</li>\n<li><strong>SUCCESS</strong>:查询启用状态的印章;</li>\n<li><strong>FAIL</strong>:查询印章审核拒绝的印章;</li>\n<li><strong>DISABLE</strong>:查询已停用的印章;</li>\n<li><strong>STOPPED</strong>:查询已终止的印章;</li>\n<li><strong>VOID</strong>:查询已作废的印章;</li>\n<li><strong>INVALID</strong>:查询已失效的印章。</li>\n</ul>",
         
     | 
| 
       11736 
     | 
    
         
            -
                      "example": "ALL",
         
     | 
| 
      
 12107 
     | 
    
         
            +
                      "example": "[\"ALL\"]",
         
     | 
| 
       11737 
12108 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       11738 
12109 
     | 
    
         
             
                      "name": "SealStatuses",
         
     | 
| 
       11739 
12110 
     | 
    
         
             
                      "required": false,
         
     | 
| 
         @@ -12506,6 +12877,80 @@ 
     | 
|
| 
       12506 
12877 
     | 
    
         
             
                  ],
         
     | 
| 
       12507 
12878 
     | 
    
         
             
                  "usage": "in"
         
     | 
| 
       12508 
12879 
     | 
    
         
             
                },
         
     | 
| 
      
 12880 
     | 
    
         
            +
                "ExportContractComparisonTaskRequest": {
         
     | 
| 
      
 12881 
     | 
    
         
            +
                  "document": "ExportContractComparisonTask请求参数结构体",
         
     | 
| 
      
 12882 
     | 
    
         
            +
                  "members": [
         
     | 
| 
      
 12883 
     | 
    
         
            +
                    {
         
     | 
| 
      
 12884 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 12885 
     | 
    
         
            +
                      "document": "执行合同审查任务的员工信息。\n注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`",
         
     | 
| 
      
 12886 
     | 
    
         
            +
                      "example": "无",
         
     | 
| 
      
 12887 
     | 
    
         
            +
                      "member": "UserInfo",
         
     | 
| 
      
 12888 
     | 
    
         
            +
                      "name": "Operator",
         
     | 
| 
      
 12889 
     | 
    
         
            +
                      "required": true,
         
     | 
| 
      
 12890 
     | 
    
         
            +
                      "type": "object"
         
     | 
| 
      
 12891 
     | 
    
         
            +
                    },
         
     | 
| 
      
 12892 
     | 
    
         
            +
                    {
         
     | 
| 
      
 12893 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 12894 
     | 
    
         
            +
                      "document": "合同对比任务ID,该参数通过调用接口CreateContractComparisonTask获取。",
         
     | 
| 
      
 12895 
     | 
    
         
            +
                      "example": "yD*******************ob",
         
     | 
| 
      
 12896 
     | 
    
         
            +
                      "member": "string",
         
     | 
| 
      
 12897 
     | 
    
         
            +
                      "name": "TaskId",
         
     | 
| 
      
 12898 
     | 
    
         
            +
                      "required": true,
         
     | 
| 
      
 12899 
     | 
    
         
            +
                      "type": "string"
         
     | 
| 
      
 12900 
     | 
    
         
            +
                    },
         
     | 
| 
      
 12901 
     | 
    
         
            +
                    {
         
     | 
| 
      
 12902 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 12903 
     | 
    
         
            +
                      "document": "导出对比结果文件类型。\n类型如下:\n<ul>\n<li> **0**:【PDF】以新合同文件为基础,导出带有可视化对比点标注的PDF文件。</li>\n<li> **1**:【EXCEL】导出结构化的对比点明细表格,以列表形式罗列每一个差异点,包含改动位置、类型、标签及修改前后的完整内容。</li>\n</ul>",
         
     | 
| 
      
 12904 
     | 
    
         
            +
                      "example": "1",
         
     | 
| 
      
 12905 
     | 
    
         
            +
                      "member": "int64",
         
     | 
| 
      
 12906 
     | 
    
         
            +
                      "name": "ExportType",
         
     | 
| 
      
 12907 
     | 
    
         
            +
                      "required": false,
         
     | 
| 
      
 12908 
     | 
    
         
            +
                      "type": "int"
         
     | 
| 
      
 12909 
     | 
    
         
            +
                    },
         
     | 
| 
      
 12910 
     | 
    
         
            +
                    {
         
     | 
| 
      
 12911 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 12912 
     | 
    
         
            +
                      "document": "是否忽略,适用于PDF。\n<ul>\n<li> **true**:导出文件标注去掉忽略项。</li>\n<li> **false**:导出文件包含所有对比点。</li>\n</ul>",
         
     | 
| 
      
 12913 
     | 
    
         
            +
                      "example": "true",
         
     | 
| 
      
 12914 
     | 
    
         
            +
                      "member": "bool",
         
     | 
| 
      
 12915 
     | 
    
         
            +
                      "name": "Ignore",
         
     | 
| 
      
 12916 
     | 
    
         
            +
                      "required": false,
         
     | 
| 
      
 12917 
     | 
    
         
            +
                      "type": "bool"
         
     | 
| 
      
 12918 
     | 
    
         
            +
                    }
         
     | 
| 
      
 12919 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 12920 
     | 
    
         
            +
                  "type": "object"
         
     | 
| 
      
 12921 
     | 
    
         
            +
                },
         
     | 
| 
      
 12922 
     | 
    
         
            +
                "ExportContractComparisonTaskResponse": {
         
     | 
| 
      
 12923 
     | 
    
         
            +
                  "document": "ExportContractComparisonTask返回参数结构体",
         
     | 
| 
      
 12924 
     | 
    
         
            +
                  "members": [
         
     | 
| 
      
 12925 
     | 
    
         
            +
                    {
         
     | 
| 
      
 12926 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 12927 
     | 
    
         
            +
                      "document": "对比任务详情下载链接。",
         
     | 
| 
      
 12928 
     | 
    
         
            +
                      "example": "https://file.test.ess.tencent.cn/bresource/resource/resource/0/0.PDF",
         
     | 
| 
      
 12929 
     | 
    
         
            +
                      "member": "string",
         
     | 
| 
      
 12930 
     | 
    
         
            +
                      "name": "ResourceUrl",
         
     | 
| 
      
 12931 
     | 
    
         
            +
                      "output_required": false,
         
     | 
| 
      
 12932 
     | 
    
         
            +
                      "type": "string",
         
     | 
| 
      
 12933 
     | 
    
         
            +
                      "value_allowed_null": false
         
     | 
| 
      
 12934 
     | 
    
         
            +
                    },
         
     | 
| 
      
 12935 
     | 
    
         
            +
                    {
         
     | 
| 
      
 12936 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 12937 
     | 
    
         
            +
                      "document": "下载链接有效截止时间。",
         
     | 
| 
      
 12938 
     | 
    
         
            +
                      "example": "1760009219",
         
     | 
| 
      
 12939 
     | 
    
         
            +
                      "member": "int64",
         
     | 
| 
      
 12940 
     | 
    
         
            +
                      "name": "ExpireTime",
         
     | 
| 
      
 12941 
     | 
    
         
            +
                      "output_required": false,
         
     | 
| 
      
 12942 
     | 
    
         
            +
                      "type": "int",
         
     | 
| 
      
 12943 
     | 
    
         
            +
                      "value_allowed_null": false
         
     | 
| 
      
 12944 
     | 
    
         
            +
                    },
         
     | 
| 
      
 12945 
     | 
    
         
            +
                    {
         
     | 
| 
      
 12946 
     | 
    
         
            +
                      "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
         
     | 
| 
      
 12947 
     | 
    
         
            +
                      "member": "string",
         
     | 
| 
      
 12948 
     | 
    
         
            +
                      "name": "RequestId",
         
     | 
| 
      
 12949 
     | 
    
         
            +
                      "type": "string"
         
     | 
| 
      
 12950 
     | 
    
         
            +
                    }
         
     | 
| 
      
 12951 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 12952 
     | 
    
         
            +
                  "type": "object"
         
     | 
| 
      
 12953 
     | 
    
         
            +
                },
         
     | 
| 
       12509 
12954 
     | 
    
         
             
                "ExtendAuthInfo": {
         
     | 
| 
       12510 
12955 
     | 
    
         
             
                  "document": "扩展服务开通和授权的详细信息",
         
     | 
| 
       12511 
12956 
     | 
    
         
             
                  "members": [
         
     | 
| 
         @@ -12644,7 +13089,7 @@ 
     | 
|
| 
       12644 
13089 
     | 
    
         
             
                    },
         
     | 
| 
       12645 
13090 
     | 
    
         
             
                    {
         
     | 
| 
       12646 
13091 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       12647 
     | 
    
         
            -
                      "document": "用于描述字段信息。\n\n注意:\n1 
     | 
| 
      
 13092 
     | 
    
         
            +
                      "document": "用于描述字段信息。\n\n注意:\n1、描述字段不能超过100个字符",
         
     | 
| 
       12648 
13093 
     | 
    
         
             
                      "example": "字段描述",
         
     | 
| 
       12649 
13094 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       12650 
13095 
     | 
    
         
             
                      "name": "Description",
         
     | 
| 
         @@ -12663,6 +13108,17 @@ 
     | 
|
| 
       12663 
13108 
     | 
    
         
             
                      "required": false,
         
     | 
| 
       12664 
13109 
     | 
    
         
             
                      "type": "list",
         
     | 
| 
       12665 
13110 
     | 
    
         
             
                      "value_allowed_null": false
         
     | 
| 
      
 13111 
     | 
    
         
            +
                    },
         
     | 
| 
      
 13112 
     | 
    
         
            +
                    {
         
     | 
| 
      
 13113 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 13114 
     | 
    
         
            +
                      "document": "当字段类型`Type`为OPTION时为必输项,输入选项值",
         
     | 
| 
      
 13115 
     | 
    
         
            +
                      "example": "[\"选项值1\"]",
         
     | 
| 
      
 13116 
     | 
    
         
            +
                      "member": "string",
         
     | 
| 
      
 13117 
     | 
    
         
            +
                      "name": "ChoiceList",
         
     | 
| 
      
 13118 
     | 
    
         
            +
                      "output_required": false,
         
     | 
| 
      
 13119 
     | 
    
         
            +
                      "required": false,
         
     | 
| 
      
 13120 
     | 
    
         
            +
                      "type": "list",
         
     | 
| 
      
 13121 
     | 
    
         
            +
                      "value_allowed_null": false
         
     | 
| 
       12666 
13122 
     | 
    
         
             
                    }
         
     | 
| 
       12667 
13123 
     | 
    
         
             
                  ],
         
     | 
| 
       12668 
13124 
     | 
    
         
             
                  "usage": "both"
         
     | 
| 
         @@ -13282,7 +13738,7 @@ 
     | 
|
| 
       13282 
13738 
     | 
    
         
             
                    {
         
     | 
| 
       13283 
13739 
     | 
    
         
             
                      "disabled": true,
         
     | 
| 
       13284 
13740 
     | 
    
         
             
                      "document": "模板配置中的参与方ID,与控件绑定",
         
     | 
| 
       13285 
     | 
    
         
            -
                      "example": " 
     | 
| 
      
 13741 
     | 
    
         
            +
                      "example": "1",
         
     | 
| 
       13286 
13742 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       13287 
13743 
     | 
    
         
             
                      "name": "ReceiptId",
         
     | 
| 
       13288 
13744 
     | 
    
         
             
                      "output_required": true,
         
     | 
| 
         @@ -13302,7 +13758,7 @@ 
     | 
|
| 
       13302 
13758 
     | 
    
         
             
                    {
         
     | 
| 
       13303 
13759 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       13304 
13760 
     | 
    
         
             
                      "document": "签署人手机号",
         
     | 
| 
       13305 
     | 
    
         
            -
                      "example": " 
     | 
| 
      
 13761 
     | 
    
         
            +
                      "example": "1320****000",
         
     | 
| 
       13306 
13762 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       13307 
13763 
     | 
    
         
             
                      "name": "Mobile",
         
     | 
| 
       13308 
13764 
     | 
    
         
             
                      "output_required": true,
         
     | 
| 
         @@ -13448,7 +13904,7 @@ 
     | 
|
| 
       13448 
13904 
     | 
    
         
             
                    {
         
     | 
| 
       13449 
13905 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       13450 
13906 
     | 
    
         
             
                      "document": "签署人手机号。",
         
     | 
| 
       13451 
     | 
    
         
            -
                      "example": " 
     | 
| 
      
 13907 
     | 
    
         
            +
                      "example": "1320****000",
         
     | 
| 
       13452 
13908 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       13453 
13909 
     | 
    
         
             
                      "name": "ApproverMobile",
         
     | 
| 
       13454 
13910 
     | 
    
         
             
                      "output_required": true,
         
     | 
| 
         @@ -16132,7 +16588,7 @@ 
     | 
|
| 
       16132 
16588 
     | 
    
         
             
                    {
         
     | 
| 
       16133 
16589 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       16134 
16590 
     | 
    
         
             
                      "document": "组织机构企业统一社会信用代码。\n请确认该企业统一社会信用代码与企业营业执照中注册的统一社会信用代码一致。",
         
     | 
| 
       16135 
     | 
    
         
            -
                      "example": " 
     | 
| 
      
 16591 
     | 
    
         
            +
                      "example": "370000****0303000X",
         
     | 
| 
       16136 
16592 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       16137 
16593 
     | 
    
         
             
                      "name": "UniformSocialCreditCode",
         
     | 
| 
       16138 
16594 
     | 
    
         
             
                      "output_required": false,
         
     | 
| 
         @@ -16165,7 +16621,7 @@ 
     | 
|
| 
       16165 
16621 
     | 
    
         
             
                    {
         
     | 
| 
       16166 
16622 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       16167 
16623 
     | 
    
         
             
                      "document": "组织机构法人的证件号码",
         
     | 
| 
       16168 
     | 
    
         
            -
                      "example": " 
     | 
| 
      
 16624 
     | 
    
         
            +
                      "example": "370000****0303000X",
         
     | 
| 
       16169 
16625 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       16170 
16626 
     | 
    
         
             
                      "name": "LegalIdCardNumber",
         
     | 
| 
       16171 
16627 
     | 
    
         
             
                      "output_required": false,
         
     | 
| 
         @@ -16187,7 +16643,7 @@ 
     | 
|
| 
       16187 
16643 
     | 
    
         
             
                    {
         
     | 
| 
       16188 
16644 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       16189 
16645 
     | 
    
         
             
                      "document": "组织机构超管手机号。\n",
         
     | 
| 
       16190 
     | 
    
         
            -
                      "example": " 
     | 
| 
      
 16646 
     | 
    
         
            +
                      "example": "1888****888",
         
     | 
| 
       16191 
16647 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       16192 
16648 
     | 
    
         
             
                      "name": "AdminMobile",
         
     | 
| 
       16193 
16649 
     | 
    
         
             
                      "output_required": false,
         
     | 
| 
         @@ -16209,7 +16665,7 @@ 
     | 
|
| 
       16209 
16665 
     | 
    
         
             
                    {
         
     | 
| 
       16210 
16666 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       16211 
16667 
     | 
    
         
             
                      "document": "组织机构超管证件号码\n",
         
     | 
| 
       16212 
     | 
    
         
            -
                      "example": " 
     | 
| 
      
 16668 
     | 
    
         
            +
                      "example": "370000****0303000X",
         
     | 
| 
       16213 
16669 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       16214 
16670 
     | 
    
         
             
                      "name": "AdminIdCardNumber",
         
     | 
| 
       16215 
16671 
     | 
    
         
             
                      "output_required": false,
         
     | 
| 
         @@ -16231,7 +16687,7 @@ 
     | 
|
| 
       16231 
16687 
     | 
    
         
             
                    {
         
     | 
| 
       16232 
16688 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       16233 
16689 
     | 
    
         
             
                      "document": "原超管手机号",
         
     | 
| 
       16234 
     | 
    
         
            -
                      "example": " 
     | 
| 
      
 16690 
     | 
    
         
            +
                      "example": "1510****000",
         
     | 
| 
       16235 
16691 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       16236 
16692 
     | 
    
         
             
                      "name": "OldAdminMobile",
         
     | 
| 
       16237 
16693 
     | 
    
         
             
                      "output_required": false,
         
     | 
| 
         @@ -16253,7 +16709,7 @@ 
     | 
|
| 
       16253 
16709 
     | 
    
         
             
                    {
         
     | 
| 
       16254 
16710 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       16255 
16711 
     | 
    
         
             
                      "document": "原超管证件号码",
         
     | 
| 
       16256 
     | 
    
         
            -
                      "example": " 
     | 
| 
      
 16712 
     | 
    
         
            +
                      "example": "650000****0404000X",
         
     | 
| 
       16257 
16713 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       16258 
16714 
     | 
    
         
             
                      "name": "OldAdminIdCardNumber",
         
     | 
| 
       16259 
16715 
     | 
    
         
             
                      "output_required": false,
         
     | 
| 
         @@ -17272,7 +17728,7 @@ 
     | 
|
| 
       17272 
17728 
     | 
    
         
             
                    {
         
     | 
| 
       17273 
17729 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       17274 
17730 
     | 
    
         
             
                      "document": "签署人手机号。",
         
     | 
| 
       17275 
     | 
    
         
            -
                      "example": " 
     | 
| 
      
 17731 
     | 
    
         
            +
                      "example": "1320****000",
         
     | 
| 
       17276 
17732 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       17277 
17733 
     | 
    
         
             
                      "name": "Mobile",
         
     | 
| 
       17278 
17734 
     | 
    
         
             
                      "required": true,
         
     | 
| 
         @@ -17281,7 +17737,7 @@ 
     | 
|
| 
       17281 
17737 
     | 
    
         
             
                    {
         
     | 
| 
       17282 
17738 
     | 
    
         
             
                      "disabled": true,
         
     | 
| 
       17283 
17739 
     | 
    
         
             
                      "document": "要更换的原合同参与人RecipientId编号。(可通过接口<a href=\"https://qian.tencent.com/developers/companyApis/queryFlows/DescribeFlowInfo/\">DescribeFlowInfo</a>查询签署人的RecipientId编号)<br/>",
         
     | 
| 
       17284 
     | 
    
         
            -
                      "example": " 
     | 
| 
      
 17740 
     | 
    
         
            +
                      "example": "1",
         
     | 
| 
       17285 
17741 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       17286 
17742 
     | 
    
         
             
                      "name": "RelievedApproverReceiptId",
         
     | 
| 
       17287 
17743 
     | 
    
         
             
                      "required": false,
         
     | 
| 
         @@ -17811,7 +18267,7 @@ 
     | 
|
| 
       17811 
18267 
     | 
    
         
             
                    {
         
     | 
| 
       17812 
18268 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       17813 
18269 
     | 
    
         
             
                      "document": "用户手机号码, 支持中国大陆手机号11位数字(无需加+86前缀或其他字符)。",
         
     | 
| 
       17814 
     | 
    
         
            -
                      "example": " 
     | 
| 
      
 18270 
     | 
    
         
            +
                      "example": "1320****000",
         
     | 
| 
       17815 
18271 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       17816 
18272 
     | 
    
         
             
                      "name": "Mobile",
         
     | 
| 
       17817 
18273 
     | 
    
         
             
                      "output_required": true,
         
     | 
| 
         @@ -18214,7 +18670,7 @@ 
     | 
|
| 
       18214 
18670 
     | 
    
         
             
                    {
         
     | 
| 
       18215 
18671 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       18216 
18672 
     | 
    
         
             
                      "document": "传入的手机号,没有打码",
         
     | 
| 
       18217 
     | 
    
         
            -
                      "example": " 
     | 
| 
      
 18673 
     | 
    
         
            +
                      "example": "1320****000",
         
     | 
| 
       18218 
18674 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       18219 
18675 
     | 
    
         
             
                      "name": "Mobile",
         
     | 
| 
       18220 
18676 
     | 
    
         
             
                      "output_required": true,
         
     | 
| 
         @@ -18244,6 +18700,34 @@ 
     | 
|
| 
       18244 
18700 
     | 
    
         
             
                  ],
         
     | 
| 
       18245 
18701 
     | 
    
         
             
                  "usage": "out"
         
     | 
| 
       18246 
18702 
     | 
    
         
             
                },
         
     | 
| 
      
 18703 
     | 
    
         
            +
                "Tag": {
         
     | 
| 
      
 18704 
     | 
    
         
            +
                  "document": "标签",
         
     | 
| 
      
 18705 
     | 
    
         
            +
                  "members": [
         
     | 
| 
      
 18706 
     | 
    
         
            +
                    {
         
     | 
| 
      
 18707 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 18708 
     | 
    
         
            +
                      "document": "标签键,最大长度不超过50字符。",
         
     | 
| 
      
 18709 
     | 
    
         
            +
                      "example": "Key",
         
     | 
| 
      
 18710 
     | 
    
         
            +
                      "member": "string",
         
     | 
| 
      
 18711 
     | 
    
         
            +
                      "name": "TagKey",
         
     | 
| 
      
 18712 
     | 
    
         
            +
                      "output_required": false,
         
     | 
| 
      
 18713 
     | 
    
         
            +
                      "required": false,
         
     | 
| 
      
 18714 
     | 
    
         
            +
                      "type": "string",
         
     | 
| 
      
 18715 
     | 
    
         
            +
                      "value_allowed_null": false
         
     | 
| 
      
 18716 
     | 
    
         
            +
                    },
         
     | 
| 
      
 18717 
     | 
    
         
            +
                    {
         
     | 
| 
      
 18718 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 18719 
     | 
    
         
            +
                      "document": "标签值,最大长度不超过50字符。",
         
     | 
| 
      
 18720 
     | 
    
         
            +
                      "example": "Value",
         
     | 
| 
      
 18721 
     | 
    
         
            +
                      "member": "string",
         
     | 
| 
      
 18722 
     | 
    
         
            +
                      "name": "TagValue",
         
     | 
| 
      
 18723 
     | 
    
         
            +
                      "output_required": false,
         
     | 
| 
      
 18724 
     | 
    
         
            +
                      "required": false,
         
     | 
| 
      
 18725 
     | 
    
         
            +
                      "type": "string",
         
     | 
| 
      
 18726 
     | 
    
         
            +
                      "value_allowed_null": false
         
     | 
| 
      
 18727 
     | 
    
         
            +
                    }
         
     | 
| 
      
 18728 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 18729 
     | 
    
         
            +
                  "usage": "both"
         
     | 
| 
      
 18730 
     | 
    
         
            +
                },
         
     | 
| 
       18247 
18731 
     | 
    
         
             
                "TemplateInfo": {
         
     | 
| 
       18248 
18732 
     | 
    
         
             
                  "document": "此结构体 (TemplateInfo) 用于描述模板的信息。\n\n> **模板组成** \n>\n>  一个模板通常会包含以下结构信息\n>- 模板基本信息\n>- 发起方参与信息Promoter、签署参与方 Recipients,后者会在模板发起合同时用于指定参与方\n>- 填写控件 Components\n>- 签署控件 SignComponents\n>- 生成模板的文件基础信息 FileInfos",
         
     | 
| 
       18249 
18733 
     | 
    
         
             
                  "members": [
         
     |