tccli 3.0.1216.1__py2.py3-none-any.whl → 3.0.1217.1__py2.py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (252) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/argparser.py +1 -1
  3. tccli/command.py +2 -2
  4. tccli/credentials.py +25 -0
  5. tccli/main.py +6 -2
  6. tccli/plugins/sso/__init__.py +61 -0
  7. tccli/plugins/sso/configs.py +4 -0
  8. tccli/plugins/sso/configure.py +45 -0
  9. tccli/plugins/sso/login.py +144 -0
  10. tccli/plugins/sso/logout.py +21 -0
  11. tccli/plugins/sso/terminal.py +161 -0
  12. tccli/plugins/sso/texts.py +40 -0
  13. tccli/services/__init__.py +6 -0
  14. tccli/services/acp/v20220105/api.json +7 -7
  15. tccli/services/acp/v20220105/examples.json +2 -2
  16. tccli/services/aiart/v20221229/api.json +29 -29
  17. tccli/services/aiart/v20221229/examples.json +8 -8
  18. tccli/services/apigateway/v20180808/api.json +18 -17
  19. tccli/services/apigateway/v20180808/examples.json +12 -12
  20. tccli/services/apm/v20210622/api.json +98 -4
  21. tccli/services/asr/v20190614/api.json +18 -17
  22. tccli/services/asr/v20190614/examples.json +13 -13
  23. tccli/services/autoscaling/v20180419/api.json +371 -309
  24. tccli/services/autoscaling/v20180419/examples.json +17 -17
  25. tccli/services/batch/v20170312/api.json +7 -7
  26. tccli/services/bda/v20200324/api.json +39 -31
  27. tccli/services/bda/v20200324/examples.json +9 -9
  28. tccli/services/bh/__init__.py +4 -0
  29. tccli/services/bh/bh_client.py +3428 -0
  30. tccli/services/bh/v20230418/api.json +8180 -0
  31. tccli/services/bh/v20230418/examples.json +519 -0
  32. tccli/services/bi/v20220105/api.json +48 -0
  33. tccli/services/billing/v20180709/api.json +26 -24
  34. tccli/services/bsca/v20210811/api.json +1 -1
  35. tccli/services/btoe/v20210514/api.json +4 -4
  36. tccli/services/btoe/v20210514/examples.json +2 -2
  37. tccli/services/ca/v20230228/api.json +60 -0
  38. tccli/services/cam/v20190116/api.json +11 -11
  39. tccli/services/cat/v20180409/api.json +9 -0
  40. tccli/services/cbs/v20170312/api.json +200 -188
  41. tccli/services/cbs/v20170312/examples.json +4 -4
  42. tccli/services/ccc/v20200210/api.json +390 -323
  43. tccli/services/ccc/v20200210/examples.json +15 -15
  44. tccli/services/cdb/cdb_client.py +13 -13
  45. tccli/services/cdb/v20170320/api.json +295 -270
  46. tccli/services/cdb/v20170320/examples.json +38 -38
  47. tccli/services/cdc/v20201214/api.json +283 -270
  48. tccli/services/cdc/v20201214/examples.json +26 -26
  49. tccli/services/cds/v20180420/api.json +82 -76
  50. tccli/services/cds/v20180420/examples.json +1 -1
  51. tccli/services/cdwch/v20200915/api.json +1 -1
  52. tccli/services/cdwdoris/v20211228/api.json +42 -2
  53. tccli/services/cdz/v20221123/api.json +41 -5
  54. tccli/services/cfg/v20210820/api.json +31 -0
  55. tccli/services/cfs/v20190719/api.json +89 -1
  56. tccli/services/cfs/v20190719/examples.json +1 -1
  57. tccli/services/cfw/cfw_client.py +0 -53
  58. tccli/services/cfw/v20190904/api.json +1849 -1999
  59. tccli/services/cfw/v20190904/examples.json +157 -159
  60. tccli/services/ckafka/v20190819/api.json +104 -75
  61. tccli/services/clb/v20180317/api.json +48 -26
  62. tccli/services/clb/v20180317/examples.json +1 -1
  63. tccli/services/cloudapp/v20220530/api.json +5 -1
  64. tccli/services/cloudaudit/v20190319/api.json +58 -44
  65. tccli/services/cloudaudit/v20190319/examples.json +6 -6
  66. tccli/services/cloudstudio/v20230508/api.json +38 -37
  67. tccli/services/cloudstudio/v20230508/examples.json +4 -4
  68. tccli/services/cls/cls_client.py +216 -4
  69. tccli/services/cls/v20201016/api.json +536 -47
  70. tccli/services/cls/v20201016/examples.json +34 -2
  71. tccli/services/csip/v20221121/api.json +2562 -2382
  72. tccli/services/csip/v20221121/examples.json +108 -108
  73. tccli/services/cvm/v20170312/api.json +149 -112
  74. tccli/services/cvm/v20170312/examples.json +2 -2
  75. tccli/services/cwp/cwp_client.py +4 -110
  76. tccli/services/cwp/v20180228/api.json +6338 -6146
  77. tccli/services/cwp/v20180228/examples.json +342 -370
  78. tccli/services/cynosdb/v20190107/api.json +93 -81
  79. tccli/services/cynosdb/v20190107/examples.json +70 -70
  80. tccli/services/dasb/v20191018/api.json +796 -651
  81. tccli/services/dasb/v20191018/examples.json +101 -101
  82. tccli/services/dcdb/dcdb_client.py +114 -61
  83. tccli/services/dcdb/v20180411/api.json +141 -7
  84. tccli/services/dcdb/v20180411/examples.json +32 -0
  85. tccli/services/dlc/v20210125/api.json +21 -11
  86. tccli/services/dnspod/dnspod_client.py +417 -46
  87. tccli/services/dnspod/v20210323/api.json +751 -30
  88. tccli/services/dnspod/v20210323/examples.json +62 -0
  89. tccli/services/dts/v20211206/api.json +4 -4
  90. tccli/services/ecm/v20190719/api.json +2 -2
  91. tccli/services/emr/v20190103/api.json +339 -114
  92. tccli/services/emr/v20190103/examples.json +64 -82
  93. tccli/services/es/v20180416/api.json +29 -0
  94. tccli/services/es/v20180416/examples.json +1 -1
  95. tccli/services/ess/v20201111/api.json +49 -31
  96. tccli/services/ess/v20201111/examples.json +20 -8
  97. tccli/services/essbasic/v20210526/api.json +54 -49
  98. tccli/services/essbasic/v20210526/examples.json +36 -18
  99. tccli/services/facefusion/v20181201/api.json +47 -45
  100. tccli/services/facefusion/v20181201/examples.json +2 -2
  101. tccli/services/facefusion/v20220927/api.json +54 -48
  102. tccli/services/facefusion/v20220927/examples.json +5 -5
  103. tccli/services/faceid/v20180301/api.json +497 -496
  104. tccli/services/faceid/v20180301/examples.json +219 -101
  105. tccli/services/fmu/v20191213/api.json +59 -67
  106. tccli/services/fmu/v20191213/examples.json +22 -22
  107. tccli/services/ft/v20200304/api.json +53 -57
  108. tccli/services/ft/v20200304/examples.json +14 -14
  109. tccli/services/gme/v20180711/api.json +21 -11
  110. tccli/services/gme/v20180711/examples.json +1 -1
  111. tccli/services/hai/v20230812/api.json +116 -9
  112. tccli/services/hai/v20230812/examples.json +4 -4
  113. tccli/services/hunyuan/hunyuan_client.py +436 -12
  114. tccli/services/hunyuan/v20230901/api.json +1482 -118
  115. tccli/services/hunyuan/v20230901/examples.json +82 -18
  116. tccli/services/iai/v20180301/api.json +23 -19
  117. tccli/services/iai/v20180301/examples.json +2 -2
  118. tccli/services/iai/v20200303/api.json +530 -511
  119. tccli/services/iai/v20200303/examples.json +116 -86
  120. tccli/services/ig/__init__.py +4 -0
  121. tccli/services/ig/ig_client.py +195 -0
  122. tccli/services/ig/v20210518/api.json +83 -0
  123. tccli/services/ig/v20210518/examples.json +13 -0
  124. tccli/services/ioa/ioa_client.py +53 -0
  125. tccli/services/ioa/v20220601/api.json +662 -413
  126. tccli/services/ioa/v20220601/examples.json +24 -10
  127. tccli/services/iotexplorer/v20190423/api.json +33 -13
  128. tccli/services/iotexplorer/v20190423/examples.json +3 -3
  129. tccli/services/iotvideo/iotvideo_client.py +106 -0
  130. tccli/services/iotvideo/v20191126/api.json +256 -24
  131. tccli/services/iotvideo/v20191126/examples.json +19 -3
  132. tccli/services/iotvideo/v20201215/api.json +1 -1
  133. tccli/services/iotvideo/v20201215/examples.json +1 -1
  134. tccli/services/iotvideo/v20211125/api.json +1 -1
  135. tccli/services/iotvideo/v20211125/examples.json +2 -2
  136. tccli/services/iss/iss_client.py +69 -122
  137. tccli/services/iss/v20230517/api.json +10 -54
  138. tccli/services/iss/v20230517/examples.json +0 -14
  139. tccli/services/kms/v20190118/api.json +301 -268
  140. tccli/services/kms/v20190118/examples.json +45 -51
  141. tccli/services/lcic/lcic_client.py +159 -0
  142. tccli/services/lcic/v20220817/api.json +273 -1
  143. tccli/services/lcic/v20220817/examples.json +24 -0
  144. tccli/services/lighthouse/v20200324/api.json +56 -0
  145. tccli/services/live/live_client.py +159 -0
  146. tccli/services/live/v20180801/api.json +244 -0
  147. tccli/services/live/v20180801/examples.json +24 -0
  148. tccli/services/lke/v20231130/api.json +17 -17
  149. tccli/services/lke/v20231130/examples.json +19 -25
  150. tccli/services/mariadb/v20170312/api.json +7 -7
  151. tccli/services/market/v20191010/api.json +3 -3
  152. tccli/services/market/v20191010/examples.json +2 -2
  153. tccli/services/mmps/v20200710/api.json +47 -47
  154. tccli/services/mmps/v20200710/examples.json +3 -3
  155. tccli/services/mongodb/v20190725/api.json +4 -4
  156. tccli/services/monitor/v20180724/api.json +46 -19
  157. tccli/services/mps/v20190612/api.json +282 -5
  158. tccli/services/mps/v20190612/examples.json +25 -1
  159. tccli/services/mqtt/v20240516/api.json +2 -2
  160. tccli/services/mrs/v20200910/api.json +72 -34
  161. tccli/services/mrs/v20200910/examples.json +2 -2
  162. tccli/services/ms/v20180408/api.json +535 -506
  163. tccli/services/ms/v20180408/examples.json +25 -25
  164. tccli/services/oceanus/v20190422/api.json +130 -0
  165. tccli/services/ocr/ocr_client.py +232 -20
  166. tccli/services/ocr/v20181119/api.json +2265 -760
  167. tccli/services/ocr/v20181119/examples.json +200 -180
  168. tccli/services/omics/v20221128/api.json +614 -553
  169. tccli/services/omics/v20221128/examples.json +9 -9
  170. tccli/services/organization/v20210331/api.json +13 -4
  171. tccli/services/organization/v20210331/examples.json +2 -2
  172. tccli/services/partners/v20180321/api.json +244 -234
  173. tccli/services/partners/v20180321/examples.json +19 -19
  174. tccli/services/privatedns/privatedns_client.py +428 -4
  175. tccli/services/privatedns/v20201028/api.json +815 -11
  176. tccli/services/privatedns/v20201028/examples.json +64 -0
  177. tccli/services/pts/v20210728/api.json +18 -0
  178. tccli/services/pts/v20210728/examples.json +1 -1
  179. tccli/services/rce/rce_client.py +53 -0
  180. tccli/services/rce/v20201103/api.json +146 -0
  181. tccli/services/rce/v20201103/examples.json +8 -0
  182. tccli/services/redis/v20180412/api.json +42 -42
  183. tccli/services/redis/v20180412/examples.json +19 -19
  184. tccli/services/rum/v20210622/api.json +9 -0
  185. tccli/services/scf/v20180416/api.json +15 -15
  186. tccli/services/scf/v20180416/examples.json +1 -1
  187. tccli/services/smop/v20201203/api.json +46 -42
  188. tccli/services/smop/v20201203/examples.json +2 -2
  189. tccli/services/soe/v20180724/api.json +10 -10
  190. tccli/services/sqlserver/v20180328/api.json +21 -8
  191. tccli/services/sqlserver/v20180328/examples.json +5 -5
  192. tccli/services/ssl/v20191205/api.json +97 -4
  193. tccli/services/ssm/v20190923/api.json +292 -231
  194. tccli/services/ssm/v20190923/examples.json +42 -42
  195. tccli/services/tat/v20201028/api.json +97 -97
  196. tccli/services/tat/v20201028/examples.json +20 -26
  197. tccli/services/tchd/v20230306/api.json +5 -5
  198. tccli/services/tchd/v20230306/examples.json +3 -3
  199. tccli/services/tcr/v20190924/api.json +1 -1
  200. tccli/services/tcr/v20190924/examples.json +1 -1
  201. tccli/services/tcss/v20201101/api.json +1973 -1426
  202. tccli/services/tcss/v20201101/examples.json +346 -364
  203. tccli/services/tdmq/v20200217/api.json +539 -401
  204. tccli/services/tdmq/v20200217/examples.json +104 -104
  205. tccli/services/tds/v20220801/api.json +4 -4
  206. tccli/services/tem/v20210701/api.json +287 -271
  207. tccli/services/tem/v20210701/examples.json +59 -59
  208. tccli/services/teo/v20220901/api.json +37 -9
  209. tccli/services/teo/v20220901/examples.json +13 -7
  210. tccli/services/thpc/v20230321/api.json +5 -5
  211. tccli/services/tke/tke_client.py +217 -58
  212. tccli/services/tke/v20180525/api.json +36 -27
  213. tccli/services/tke/v20180525/examples.json +1 -1
  214. tccli/services/tke/v20220501/api.json +176 -0
  215. tccli/services/tke/v20220501/examples.json +24 -0
  216. tccli/services/tmt/v20180321/api.json +38 -8
  217. tccli/services/trp/v20210515/api.json +86 -74
  218. tccli/services/trp/v20210515/examples.json +65 -65
  219. tccli/services/trro/v20220325/api.json +72 -71
  220. tccli/services/trro/v20220325/examples.json +8 -8
  221. tccli/services/trtc/trtc_client.py +8 -61
  222. tccli/services/trtc/v20190722/api.json +72 -30
  223. tccli/services/trtc/v20190722/examples.json +3 -11
  224. tccli/services/tse/tse_client.py +110 -4
  225. tccli/services/tse/v20201207/api.json +122 -7
  226. tccli/services/tse/v20201207/examples.json +25 -9
  227. tccli/services/vclm/v20240523/api.json +225 -82
  228. tccli/services/vclm/v20240523/examples.json +13 -19
  229. tccli/services/vod/v20180717/api.json +431 -4
  230. tccli/services/vod/v20180717/examples.json +25 -5
  231. tccli/services/vod/v20240718/api.json +11 -11
  232. tccli/services/vod/v20240718/examples.json +4 -4
  233. tccli/services/vod/vod_client.py +53 -0
  234. tccli/services/vpc/v20170312/api.json +1090 -862
  235. tccli/services/vpc/v20170312/examples.json +74 -66
  236. tccli/services/vpc/vpc_client.py +61 -8
  237. tccli/services/waf/v20180125/api.json +2540 -2177
  238. tccli/services/waf/v20180125/examples.json +216 -284
  239. tccli/services/waf/waf_client.py +172 -119
  240. tccli/services/wav/v20210129/api.json +48 -48
  241. tccli/services/wav/v20210129/examples.json +4 -4
  242. tccli/services/wedata/v20210820/api.json +909 -25
  243. tccli/services/wedata/v20210820/examples.json +28 -4
  244. tccli/services/wedata/wedata_client.py +159 -0
  245. tccli/services/weilingwith/v20230427/api.json +6 -6
  246. tccli/services/weilingwith/v20230427/examples.json +3 -3
  247. tccli/sso.py +229 -0
  248. {tccli-3.0.1216.1.dist-info → tccli-3.0.1217.1.dist-info}/METADATA +2 -2
  249. {tccli-3.0.1216.1.dist-info → tccli-3.0.1217.1.dist-info}/RECORD +252 -235
  250. {tccli-3.0.1216.1.dist-info → tccli-3.0.1217.1.dist-info}/WHEEL +0 -0
  251. {tccli-3.0.1216.1.dist-info → tccli-3.0.1217.1.dist-info}/entry_points.txt +0 -0
  252. {tccli-3.0.1216.1.dist-info → tccli-3.0.1217.1.dist-info}/license_files/LICENSE +0 -0
@@ -118,6 +118,18 @@
118
118
  "input": "POST / HTTP/1.1\nHost: essbasic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ChannelCreateBatchQuickSignUrl\n<公共请求参数>\n\n{\n \"Agent\": {\n \"ProxyOrganizationOpenId\": \"org_dianziqian\",\n \"AppId\": \"yDRSRUUgygj6rq7wUuO4zjECxndqQApl\"\n },\n \"FlowApproverInfo\": {\n \"ApproverType\": \"PERSON\",\n \"Mobile\": \"13200000000\",\n \"Name\": \"典子谦\",\n \"IdCardNumber\": \"620000198802020000\",\n \"IdCardType\": \"ID_CARD\"\n },\n \"ApproverSignTypes\": [\n 1\n ],\n \"Intention\": {\n \"IntentionType\": 1,\n \"IntentionQuestions\": [\n {\n \"Question\": \"请问,您是否同意签署本协议?可语音回复“同意”或“不同意”。\",\n \"Answers\": [\n \"同意\",\n \"我同意\"\n ]\n }\n ]\n },\n \"FlowGroupId\": \"yDSL9UUckpo*****jwSsug2y3cW\"\n}",
119
119
  "output": "{\n \"Response\": {\n \"FlowApproverUrlInfo\": {\n \"ApproverType\": \"PERSON\",\n \"LongUrl\": \"https://quick.qian.tencent.cn/guide?Code=yDwi0**BWW4MYlpI&CodeType=QUICK&shortKey=yDwi**KF45&token=C**E\",\n \"Mobile\": \"13200000000\",\n \"Name\": \"典子谦\",\n \"SignUrl\": \"https://test.essurl.cn/C**E\"\n },\n \"RequestId\": \"s16986**08\"\n }\n}",
120
120
  "title": "为个人用户生成合同组H5批量签署链接, 并且指定视频问答模式的认证方式"
121
+ },
122
+ {
123
+ "document": "1. 为saas企业员工用户生成合同组H5批量签署链接\n2. 使用默认的签署方式",
124
+ "input": "POST / HTTP/1.1\nHost: essbasic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ChannelCreateBatchQuickSignUrl\n<公共请求参数>\n\n{\n \"Agent\": {\n \"ProxyOperator\": {\n \"OpenId\": \"dian_yuangong\"\n },\n \"ProxyOrganizationOpenId\": \"org_dianziqian\",\n \"AppId\": \"yDRSRUUgygj6rq7wUuO4zjECxndqQApl\"\n },\n \"FlowApproverInfo\": {\n \"ApproverType\": \"ORGANIZATION\",\n \"Mobile\": \"13200000000\",\n \"Name\": \"典员工\",\n \"IdCardNumber\": \"620000198802020000\",\n \"IdCardType\": \"ID_CARD\",\n \"OrganizationName\": \"xxxx公司\"\n },\n \"FlowIds\": [\n \"yDSLcUUck****ysv1OQYIe9H\",\n \"ysv1OQYIe9H****yDSLcUUck\"\n ]\n}",
125
+ "output": "{\n \"Response\": {\n \"FlowApproverUrlInfo\": {\n \"ApproverType\": \"ORGANIZATION\",\n \"LongUrl\": \"https://quick.qian.tencent.cn/guide?Code=yDwi0**BWW4MYlpI&CodeType=QUICK&shortKey=yDwi**KF45&token=C**E\",\n \"Mobile\": \"13200000000\",\n \"Name\": \"典员工\",\n \"SignUrl\": \"https://test.essurl.cn/C**E\"\n },\n \"RequestId\": \"s16986**08\"\n }\n}",
126
+ "title": "为saas企业员工用户生成H5批量签署链接"
127
+ },
128
+ {
129
+ "document": "1. 为渠道子客企业员工用户生成合同组H5批量签署链接\n2. 使用默认的签署方式",
130
+ "input": "POST / HTTP/1.1\nHost: essbasic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ChannelCreateBatchQuickSignUrl\n<公共请求参数>\n\n{\n \"Agent\": {\n \"ProxyOperator\": {\n \"OpenId\": \"dian_yuangong\"\n },\n \"ProxyOrganizationOpenId\": \"org_dianziqian\",\n \"AppId\": \"yDRSRUUgygj6rq7wUuO4zjECxndqQApl\"\n },\n \"FlowApproverInfo\": {\n \"ApproverType\": \"ORGANIZATION\",\n \"Mobile\": \"13200000000\",\n \"Name\": \"典员工\",\n \"IdCardNumber\": \"620000198802020000\",\n \"IdCardType\": \"ID_CARD\",\n \"OrganizationName\": \"xxxx公司\",\n \"OrganizationOpenId\": \"org_dianziqian\",\n \"OpenId\": \"dian_yuangong\"\n },\n \"FlowIds\": [\n \"yDSLcUUck****ysv1OQYIe9H\",\n \"ysv1OQYIe9H****yDSLcUUck\"\n ]\n}",
131
+ "output": "{\n \"Response\": {\n \"FlowApproverUrlInfo\": {\n \"ApproverType\": \"ORGANIZATION\",\n \"LongUrl\": \"https://quick.qian.tencent.cn/guide?Code=yDwi0**BWW4MYlpI&CodeType=QUICK&shortKey=yDwi**KF45&token=C**E\",\n \"Mobile\": \"13200000000\",\n \"Name\": \"典员工\",\n \"SignUrl\": \"https://test.essurl.cn/C**E\"\n },\n \"RequestId\": \"s16986**08\"\n }\n}",
132
+ "title": "为渠道子客企业员工用户生成H5批量签署链接"
121
133
  }
122
134
  ],
123
135
  "ChannelCreateBatchSignUrl": [
@@ -274,6 +286,12 @@
274
286
  "input": "POST / HTTP/1.1\nHost: essbasic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ChannelCreateFlowByFiles\n<公共请求参数>\n\n{\n \"Agent\": {\n \"AppId\": \"yDwhxUUckp3gl8j5UuFX33LSNozpRsbi\",\n \"ProxyOrganizationOpenId\": \"org_dianziqian\",\n \"ProxyOperator\": {\n \"OpenId\": \"n9527\"\n }\n },\n \"FlowName\": \"文件发起-签批\",\n \"FlowApprovers\": [\n {\n \"ApproverType\": \"ORGANIZATION\",\n \"OrganizationOpenId\": \"org_dianziqian\",\n \"OpenId\": \"n9527\",\n \"Name\": \"典子谦\",\n \"Mobile\": \"13200000000\",\n \"OrganizationName\": \"典子谦示例企业\",\n \"SignComponents\": [\n {\n \"ComponentId\": \"ComponentId_1\",\n \"ComponentPosY\": 260,\n \"ComponentWidth\": 100,\n \"FileIndex\": 0,\n \"ComponentType\": \"SIGN_SIGNATURE\",\n \"ComponentPage\": 1,\n \"ComponentPosX\": 160,\n \"ComponentHeight\": 100\n },\n {\n \"ComponentId\": \"ComponentId_2\",\n \"ComponentPosY\": 360,\n \"ComponentWidth\": 100,\n \"FileIndex\": 0,\n \"ComponentType\": \"SIGN_DATE\",\n \"ComponentPage\": 1,\n \"ComponentPosX\": 160,\n \"ComponentHeight\": 50\n },\n {\n \"ComponentExtra\": \"{\\\"Children\\\":[\\\"ComponentId_29\\\",\\\"ComponentId_27\\\",\\\"ComponentId_28\\\",\\\"ComponentId_30\\\"]}\",\n \"ComponentHeight\": 211,\n \"ComponentId\": \"ComponentId_26\",\n \"ComponentName\": \"签批1\",\n \"ComponentPage\": 1,\n \"ComponentPosX\": 180,\n \"ComponentPosY\": 478,\n \"ComponentType\": \"SIGN_VIRTUAL_COMBINATION\",\n \"ComponentWidth\": 210,\n \"ComponentRequired\": false\n },\n {\n \"ComponentExtra\": \"{\\\"Values\\\":[\\\"审批通过\\\",\\\"审批不通过\\\"],\\\"FontSize\\\":12,\\\"FontAlign\\\":\\\"Left\\\",\\\"Font\\\":\\\"黑体\\\",\\\"MultiSelect\\\":false}\",\n \"ComponentHeight\": 20,\n \"ComponentId\": \"ComponentId_29\",\n \"ComponentName\": \"审批意见\",\n \"ComponentPage\": 1,\n \"ComponentPosX\": 180,\n \"ComponentPosY\": 567,\n \"ComponentRequired\": true,\n \"ComponentType\": \"SIGN_SELECTOR\",\n \"ComponentWidth\": 210\n },\n {\n \"ComponentExtra\": \"{\\\"Date\\\":true,\\\"isAfterCut\\\":true}\",\n \"ComponentHeight\": 43,\n \"ComponentId\": \"ComponentId_27\",\n \"ComponentName\": \"个人签名/印章\",\n \"ComponentPage\": 1,\n \"ComponentPosX\": 185,\n \"ComponentPosY\": 478,\n \"ComponentRequired\": true,\n \"ComponentType\": \"SIGN_SIGNATURE\",\n \"ComponentWidth\": 119\n },\n {\n \"ComponentExtra\": \"{\\\"Format\\\":\\\"yyyy年m月d日\\\",\\\"Gaps\\\":\\\"2,2\\\",\\\"FontSize\\\":12,\\\"FontAlign\\\":\\\"Center\\\",\\\"Font\\\":\\\"黑体\\\",\\\"isAfterCut\\\":true}\",\n \"ComponentHeight\": 20,\n \"ComponentId\": \"ComponentId_28\",\n \"ComponentName\": \"签署日期\",\n \"ComponentPage\": 1,\n \"ComponentPosX\": 185,\n \"ComponentPosY\": 541,\n \"ComponentRequired\": true,\n \"ComponentType\": \"SIGN_DATE\",\n \"ComponentWidth\": 119\n },\n {\n \"ComponentExtra\": \"{\\\"FontSize\\\":12,\\\"FontAlign\\\":\\\"Left\\\",\\\"VerticalAlign\\\":\\\"Top\\\",\\\"Font\\\":\\\"黑体\\\"}\",\n \"ComponentHeight\": 54,\n \"ComponentId\": \"ComponentId_30\",\n \"ComponentName\": \"批注附言\",\n \"ComponentPage\": 1,\n \"ComponentPosX\": 180,\n \"ComponentPosY\": 635,\n \"ComponentRequired\": true,\n \"ComponentType\": \"SIGN_MULTI_LINE_TEXT\",\n \"ComponentWidth\": 210\n }\n ]\n },\n {\n \"ApproverType\": \"PERSON\",\n \"Name\": \"张三\",\n \"Mobile\": \"18888888888\",\n \"SignComponents\": [\n {\n \"ComponentPosY\": 260,\n \"ComponentWidth\": 100,\n \"FileIndex\": 0,\n \"ComponentType\": \"SIGN_SIGNATURE\",\n \"ComponentPage\": 1,\n \"ComponentPosX\": 160,\n \"ComponentHeight\": 100\n },\n {\n \"ComponentExtra\": \"{\\\"Children\\\":[\\\"ComponentId_19\\\",\\\"ComponentId_17\\\",\\\"ComponentId_18\\\"]}\",\n \"ComponentHeight\": 211,\n \"ComponentId\": \"ComponentId_16\",\n \"ComponentName\": \"签批1\",\n \"ComponentPage\": 1,\n \"ComponentPosX\": 280,\n \"ComponentPosY\": 478,\n \"ComponentType\": \"SIGN_VIRTUAL_COMBINATION\",\n \"ComponentWidth\": 210\n },\n {\n \"ComponentExtra\": \"{\\\"Values\\\":[\\\"审批通过\\\",\\\"审批不通过\\\"],\\\"FontSize\\\":12,\\\"FontAlign\\\":\\\"Left\\\",\\\"Font\\\":\\\"黑体\\\",\\\"MultiSelect\\\":false}\",\n \"ComponentHeight\": 20,\n \"ComponentId\": \"ComponentId_19\",\n \"ComponentName\": \"审批意见\",\n \"ComponentPage\": 1,\n \"ComponentPosX\": 280,\n \"ComponentPosY\": 567,\n \"ComponentRequired\": true,\n \"ComponentType\": \"SIGN_SELECTOR\",\n \"ComponentWidth\": 210\n },\n {\n \"ComponentExtra\": \"{\\\"Format\\\":\\\"yyyy年m月d日\\\",\\\"Gaps\\\":\\\"2,2\\\",\\\"FontSize\\\":12,\\\"FontAlign\\\":\\\"Center\\\",\\\"Font\\\":\\\"黑体\\\",\\\"isAfterCut\\\":true}\",\n \"ComponentHeight\": 20,\n \"ComponentId\": \"ComponentId_18\",\n \"ComponentName\": \"签署日期\",\n \"ComponentPage\": 1,\n \"ComponentPosX\": 285,\n \"ComponentPosY\": 541,\n \"ComponentRequired\": true,\n \"ComponentType\": \"SIGN_DATE\",\n \"ComponentWidth\": 119\n },\n {\n \"ComponentExtra\": \"{\\\"Date\\\":true,\\\"isAfterCut\\\":true}\",\n \"ComponentHeight\": 43,\n \"ComponentId\": \"ComponentId_17\",\n \"ComponentName\": \"个人签名/印章\",\n \"ComponentPage\": 1,\n \"ComponentPosX\": 285,\n \"ComponentPosY\": 478,\n \"ComponentRequired\": true,\n \"ComponentType\": \"SIGN_SIGNATURE\",\n \"ComponentWidth\": 119\n }\n ]\n }\n ],\n \"FileIds\": [\n \"yDCWqUUckpve5id3U4f5EL77tlNh6zTZ\"\n ],\n \"Unordered\": true\n}",
275
287
  "output": "{\n \"Response\": {\n \"Approvers\": [\n {\n \"ApproverRoleName\": \"\",\n \"RecipientId\": \"yDCm3UUckpuhiiwrUyngyQvEAAG8aSuj\",\n \"SignId\": \"yDCm3UUckpuhiiwlUyngyQvEVt11WQd6\"\n },\n {\n \"ApproverRoleName\": \"\",\n \"RecipientId\": \"yDCm3UUckpuhiiw5UyngyQvvbypsA2N5\",\n \"SignId\": \"yDCm3UUckpuhiiw0UyngyQvxIu5Rvq2L\"\n }\n ],\n \"FlowId\": \"yDCm3UUckpuhiiw2UyngyQv8OPSX8qYD\",\n \"RequestId\": \"s1726284341125380532\"\n }\n}",
276
288
  "title": "文件发起 签署方含有签批控件"
289
+ },
290
+ {
291
+ "document": "注意: 关键字定位的签批控件,子控件的位置,大小是固定的,不能自定义。\n1.通过PDF文件发起合同 \n2.使用的是关键字定位\n3.指定B端签署方为企业【典子谦示例企业】,经办人为【典子谦】 \n4.指定C端签署方为个人【张三】 \n5.B 端签署人 有两个签署控件, 分别是签名控件和签批控件(SIGN_VIRTUAL_COMBINATION),其中签批控件包含四个子控件, 在 Component 中的 \"ComponentExtra\": \"{\\\"ChildrenTypes\\\":[\\\"SIGN_SIGNATURE\\\",\\\"SIGN_DATE\\\",\\\"SIGN_SELECTOR\\\",\\\"SIGN_MULTI_LINE_TEXT\\\"]}\" 体现 , 包括 审批意见(SIGN_SELECTOR),个人签名(SIGN_SIGNATURE),签署日期(SIGN_DATE),批注附言(SIGN_MULTI_LINE_TEXT), 但是关键字跟绝对定位的区别在于 关键字方式只用传递SIGN_VIRTUAL_COMBINATION 一个签署控件即可\n6.C 端签署人 有一个签批控件(SIGN_VIRTUAL_COMBINATION),其中签批控件包含三个子控件, 在 Component 中的 \"ComponentExtra\": \"{\\\"ChildrenTypes\\\":[\\\"SIGN_SIGNATURE\\\",\\\"SIGN_DATE\\\",\\\"SIGN_SELECTOR\\\",\\\"SIGN_MULTI_LINE_TEXT\\\"]}\" 体现 , 包括 审批意见(SIGN_SELECTOR),个人签名(SIGN_SIGNATURE),签署日期(SIGN_DATE), 但是关键字跟绝对定位的区别在于 关键字方式只用传递SIGN_VIRTUAL_COMBINATION 一个签署控件即可",
292
+ "input": "POST / HTTP/1.1\nHost: essbasic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ChannelCreateFlowByFiles\n<公共请求参数>\n\n{\n \"Agent\": {\n \"AppId\": \"yDwhxUUckp3gl8j5UuFX33LSNozpRsbi\",\n \"ProxyOrganizationOpenId\": \"org_dianziqian\",\n \"ProxyOperator\": {\n \"OpenId\": \"n9527\"\n }\n },\n \"FlowName\": \"文件发起-签批\",\n \"FlowApprovers\": [\n {\n \"ApproverType\": \"ORGANIZATION\",\n \"OrganizationOpenId\": \"org_dianziqian\",\n \"OpenId\": \"n9527\",\n \"Name\": \"典子谦\",\n \"Mobile\": \"13200000000\",\n \"OrganizationName\": \"典子谦示例企业\",\n \"SignComponents\": [\n {\n \"FileIndex\": 0,\n \"GenerateMode\": \"KEYWORD\",\n \"OffsetX\": 0,\n \"OffsetY\": 0,\n \"RelativeLocation\": \"Right\",\n \"ComponentId\": \"Test1\",\n \"ComponentExtra\": \"{\\\"ChildrenTypes\\\":[\\\"SIGN_SIGNATURE\\\",\\\"SIGN_DATE\\\",\\\"SIGN_SELECTOR\\\",\\\"SIGN_MULTI_LINE_TEXT\\\"]}\",\n \"ComponentHeight\": 234,\n \"ComponentName\": \"签批1\",\n \"ComponentPage\": 1,\n \"ComponentType\": \"SIGN_VIRTUAL_COMBINATION\",\n \"ComponentWidth\": 210,\n \"ComponentRequired\": false\n }\n ]\n },\n {\n \"ApproverType\": \"PERSON\",\n \"Name\": \"张三\",\n \"Mobile\": \"18888888888\",\n \"SignComponents\": [\n {\n \"FileIndex\": 0,\n \"GenerateMode\": \"KEYWORD\",\n \"OffsetX\": 0,\n \"OffsetY\": 0,\n \"RelativeLocation\": \"Right\",\n \"ComponentId\": \"Test2\",\n \"ComponentExtra\": \"{\\\"ChildrenTypes\\\":[\\\"SIGN_SIGNATURE\\\",\\\"SIGN_DATE\\\",\\\"SIGN_SELECTOR\\\",\\\"SIGN_MULTI_LINE_TEXT\\\"]}\",\n \"ComponentHeight\": 234,\n \"ComponentName\": \"签批1\",\n \"ComponentPage\": 1,\n \"ComponentType\": \"SIGN_VIRTUAL_COMBINATION\",\n \"ComponentWidth\": 210,\n \"ComponentRequired\": false\n }\n ]\n }\n ],\n \"FileIds\": [\n \"yDCWqUUckpve5id3U4f5EL77tlNh6zTZ\"\n ],\n \"Unordered\": true\n}",
293
+ "output": "{\n \"Response\": {\n \"Approvers\": [\n {\n \"ApproverRoleName\": \"\",\n \"RecipientId\": \"yDCdoUUckp7ltep9Uyq2ikIypsCCIqXS\",\n \"SignId\": \"yDCdoUUckp7ltepxUyq2ikIE79iVjD2I\"\n },\n {\n \"ApproverRoleName\": \"\",\n \"RecipientId\": \"yDCdoUUckp7ltep7Uyq2ikIuzVkVXNut\",\n \"SignId\": \"yDCdoUUckp7ltep4Uyq2ikI1baBbI9zJ\"\n }\n ],\n \"FlowId\": \"yDCdoUUckp7ltepfUyq2ikI8VC2s92zT\",\n \"RequestId\": \"s1732015258075060878\"\n }\n}",
294
+ "title": "文件发起 使用关键字定位 签署方含有签批控件"
277
295
  }
278
296
  ],
279
297
  "ChannelCreateFlowGroupByFiles": [
@@ -559,8 +577,8 @@
559
577
  "ChannelDeleteRole": [
560
578
  {
561
579
  "document": "根据角色id删除角色",
562
- "input": "POST / HTTP/1.1\nHost: essbasic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ChannelDeleteRole\n<公共请求参数>\n\n{\n \"Agent\": {\n \"AppId\": \" jsdk812kxkdfjks***k88123123\",\n \"ProxyOrganizationOpenId\": \"test_org_openid\",\n \"ProxyOperator\": {\n \"OpenId\": \"test_openid\"\n }\n },\n \"RoleIds\": [\n \"123456**89\"\n ]\n}",
563
- "output": "{\n \"Response\": {\n \"RequestId\": \" s19ksdjkkds****ldsjfkdfdf\"\n }\n}",
580
+ "input": "POST / HTTP/1.1\nHost: essbasic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ChannelDeleteRole\n<公共请求参数>\n\n{\n \"Agent\": {\n \"AppId\": \" yDRCLUUgygq2xun5UuO4zjEwg0vjoimj\",\n \"ProxyOrganizationOpenId\": \"org_dianziqian\",\n \"ProxyOperator\": {\n \"OpenId\": \"n9527\"\n }\n },\n \"RoleIds\": [\n \"yDxZ1UyKQDSIMfUuO4zjEw2TyqzKEs16\"\n ]\n}",
581
+ "output": "{\n \"Response\": {\n \"RequestId\": \" 49500cb4-ca5e-4da0-93fb-e15f3a710ed7\"\n }\n}",
564
582
  "title": "删除角色"
565
583
  }
566
584
  ],
@@ -905,21 +923,21 @@
905
923
  "CreatePartnerAutoSignAuthUrl": [
906
924
  {
907
925
  "document": "",
908
- "input": "POST / HTTP/1.1\nHost: essbasic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreatePartnerAutoSignAuthUrl\n<公共请求参数>\n\n{\n \"Agent\": {\n \"AppId\": \"yDSxxxxxxxxxOnHtH51\",\n \"ProxyOrganizationOpenId\": \"org_open_id\",\n \"ProxyOperator\": {\n \"OpenId\": \"user_open_id\"\n }\n },\n \"AuthorizedOrganizationId\": \"org_open_id_another\",\n \"AuthorizedOrganizationName\": \"典子谦子客企业\",\n \"PlatformAppAuthorization\": true\n}",
909
- "output": "{\n \"Response\": {\n \"ExpireTime\": 1702982931,\n \"MiniAppPath\": \"/pages/guide/index?shortKey=yDSxxxxxxxxxOnHtH51\",\n \"RequestId\": \"s1702378131281988373\",\n \"Url\": \"https://test.essurl.cn/WxxxxxwH\"\n }\n}",
926
+ "input": "POST / HTTP/1.1\nHost: essbasic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreatePartnerAutoSignAuthUrl\n<公共请求参数>\n\n{\n \"Agent\": {\n \"AppId\": \"yDwhxUUckp3gl8j5UuFX33LSNozpRsbi\",\n \"ProxyOrganizationOpenId\": \"org_dianziqian\",\n \"ProxyOperator\": {\n \"OpenId\": \"n9527\"\n }\n },\n \"PlatformAppAuthorization\": true\n}",
927
+ "output": "{\n \"Response\": {\n \"ExpireTime\": 1702982931,\n \"MiniAppPath\": \"/pages/guide/index?shortKey=002XCUHfPi \",\n \"RequestId\": \"49500cb4-ca5e-4da0-93fb-e15f3a710ed7 \",\n \"Url\": \"https://essurl.cn/003hGUFil8 \"\n }\n}",
910
928
  "title": "授权给渠道平台应用"
911
929
  },
912
930
  {
913
- "document": "",
914
- "input": "POST / HTTP/1.1\nHost: essbasic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreatePartnerAutoSignAuthUrl\n<公共请求参数>\n\n{\n \"Agent\": {\n \"AppId\": \"yDSxxxxxxxxxOnHtH51\",\n \"ProxyOrganizationOpenId\": \"org_open_id\",\n \"ProxyOperator\": {\n \"OpenId\": \"user_open_id\"\n }\n },\n \"AuthorizedOrganizationId\": \"org_open_id_another\",\n \"AuthorizedOrganizationName\": \"典子谦子客企业\",\n \"SealTypes\": [\n \"OFFICIAL\"\n ]\n}",
915
- "output": "{\n \"Response\": {\n \"ExpireTime\": 1702982931,\n \"MiniAppPath\": \"/pages/guide/index?shortKey=yDSxxxxxxxxxOnHtH51\",\n \"RequestId\": \"s1702378131281988373\",\n \"Url\": \"https://test.essurl.cn/WxxxxxwH\"\n }\n}",
916
- "title": "创建他方自动签授权链接-我方授权"
931
+ "document": "授权给张三示例企业能发完我方的自动签署的合同",
932
+ "input": "POST / HTTP/1.1\nHost: essbasic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreatePartnerAutoSignAuthUrl\n<公共请求参数>\n\n{\n \"Agent\": {\n \"AppId\": \"yDwhxUUckp3gl8j5UuFX33LSNozpRsbi\",\n \"ProxyOrganizationOpenId\": \"org_dianziqian\",\n \"ProxyOperator\": {\n \"OpenId\": \"n9527\"\n }\n },\n \"AuthorizedOrganizationName\": \"张三示例企业\",\n \"SealTypes\": [\n \"OFFICIAL\"\n ]\n}",
933
+ "output": "{\n \"Response\": {\n \"ExpireTime\": 1702982931,\n \"MiniAppPath\": \"/pages/guide/index?shortKey=002XCUHfPi \",\n \"RequestId\": \"49500cb4-ca5e-4da0-93fb-e15f3a710ed7 \",\n \"Url\": \"https://essurl.cn/003hGUFil8 \"\n }\n}",
934
+ "title": "我方授权他方"
917
935
  },
918
936
  {
919
- "document": "",
920
- "input": "POST / HTTP/1.1\nHost: essbasic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreatePartnerAutoSignAuthUrl\n<公共请求参数>\n\n{\n \"Agent\": {\n \"AppId\": \"yDSxxxxxxxxxOnHtH51\",\n \"ProxyOrganizationOpenId\": \"org_open_id\",\n \"ProxyOperator\": {\n \"OpenId\": \"user_open_id\"\n }\n },\n \"AuthorizedOrganizationId\": \"org_open_id_another\",\n \"AuthorizedOrganizationName\": \"典子谦子客企业\",\n \"AuthToMe\": true,\n \"SealTypes\": [\n \"OFFICIAL\"\n ]\n}",
921
- "output": "{\n \"Response\": {\n \"ExpireTime\": 1702982931,\n \"MiniAppPath\": \"/pages/guide/index?shortKey=yDSxxxxxxxxxOnHtH51\",\n \"RequestId\": \"s1702378131281988373\",\n \"Url\": \"https://test.essurl.cn/WxxxxxwH\"\n }\n}",
922
- "title": "创建他方自动签授权链接-他方授权"
937
+ "document": "让王五示例企业授权给我方能发起他们的自动签署合同",
938
+ "input": "POST / HTTP/1.1\nHost: essbasic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreatePartnerAutoSignAuthUrl\n<公共请求参数>\n\n{\n \"Agent\": {\n \"AppId\": \"yDwhxUUckp3gl8j5UuFX33LSNozpRsbi\",\n \"ProxyOrganizationOpenId\": \"org_dianziqian\",\n \"ProxyOperator\": {\n \"OpenId\": \"n9527\"\n }\n },\n \"AuthorizedOrganizationName\": \"王五示例企业\",\n \"AuthToMe\": true,\n \"SealTypes\": [\n \"OFFICIAL\"\n ]\n}",
939
+ "output": "{\n \"Response\": {\n \"ExpireTime\": 1702982931,\n \"MiniAppPath\": \"/pages/guide/index?shortKey=002XCUHfPi \",\n \"RequestId\": \"49500cb4-ca5e-4da0-93fb-e15f3a710ed7 \",\n \"Url\": \"https://essurl.cn/003hGUFil8 \"\n }\n}",
940
+ "title": "他方授权我方"
923
941
  }
924
942
  ],
925
943
  "CreatePersonAuthCertificateImage": [
@@ -998,6 +1016,12 @@
998
1016
  "input": "POST / HTTP/1.1\nHost: essbasic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateSignUrls\n<公共请求参数>\n\n{\n \"FlowIds\": [\n \"yDwhGUUfe5g******CX8ZwTiSg8gISocy\"\n ],\n \"RecipientIds\": [\n \"yDwJDUUckpkv98zbUEF1GNmv6ln4ga9W\"\n ],\n \"OrganizationName\": \"典子谦有限公司\",\n \"GenerateType\": \"RECIPIENT\",\n \"Agent\": {\n \"ProxyOrganizationOpenId\": \"1000***8062\",\n \"ProxyOperator\": {\n \"OpenId\": \"yDR3L****eTdCt5TVx\"\n },\n \"AppId\": \"125***319\"\n },\n \"Endpoint\": \"\"\n}",
999
1017
  "output": "{\n \"Response\": {\n \"ErrorMessages\": [],\n \"RequestId\": \"s1696937862717144539\",\n \"SignUrlInfos\": [\n {\n \"ApproverType\": \"\",\n \"CustomUserId\": \"\",\n \"Deadline\": 0,\n \"FlowGroupId\": \"\",\n \"FlowId\": \"yDwhGUUfe5g******CX8ZwTiSg8gISocy\",\n \"IdCardNumber\": \"\",\n \"Mobile\": \"\",\n \"Name\": \"\",\n \"OpenId\": \"\",\n \"OrganizationName\": \"\",\n \"SignId\": \"\",\n \"SignOrder\": 0,\n \"SignQrcodeUrl\": \"https://file.test.ess.tencent.cn/bresource/resource/resource/0/0.JPG?hkey=5d92f0db15e6bbba6aea641f64c5c06dcbe2797f**************69ee4e24cd976dd8376dbd41c6ff227c803c4c561c\",\n \"SignUrl\": \"https://test.essurl.cn/gGI***nZC\"\n }\n ]\n }\n}",
1000
1018
  "title": "获取动态签署人补充链接, 并且预设企业名称"
1019
+ },
1020
+ {
1021
+ "document": "获取动态签署人补充链接,创建合同时未指定具体签署人,可获取链接后推送给指定的人进行补充,预设了平台子客企业OpenId后进入领取链接只能以该平台子客企业身份去领取并签署合同\n注: \n`1.参数GenerateType需传值为RECIPIENT` \n`2.需指定对应的签署方角色编号(即RecipientId)` ",
1022
+ "input": "POST / HTTP/1.1\nHost: essbasic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateSignUrls\n<公共请求参数>\n\n{\n \"FlowIds\": [\n \"yDwhGUUfe5g******CX8ZwTiSg8gISocy\"\n ],\n \"RecipientIds\": [\n \"yDwJDUUckpkv98zbUEF1GNmv6ln4ga9W\"\n ],\n \"OrganizationOpenId\": \"dian_zi_qian\",\n \"GenerateType\": \"RECIPIENT\",\n \"Agent\": {\n \"ProxyOrganizationOpenId\": \"1000***8062\",\n \"ProxyOperator\": {\n \"OpenId\": \"yDR3L****eTdCt5TVx\"\n },\n \"AppId\": \"125***319\"\n },\n \"Endpoint\": \"\"\n}",
1023
+ "output": "{\n \"Response\": {\n \"ErrorMessages\": [],\n \"RequestId\": \"s1696937862717144539\",\n \"SignUrlInfos\": [\n {\n \"ApproverType\": \"\",\n \"CustomUserId\": \"\",\n \"Deadline\": 0,\n \"FlowGroupId\": \"\",\n \"FlowId\": \"yDwhGUUfe5g******CX8ZwTiSg8gISocy\",\n \"IdCardNumber\": \"\",\n \"Mobile\": \"\",\n \"Name\": \"\",\n \"OpenId\": \"\",\n \"OrganizationName\": \"\",\n \"SignId\": \"\",\n \"SignOrder\": 0,\n \"SignQrcodeUrl\": \"https://file.test.ess.tencent.cn/bresource/resource/resource/0/0.JPG?hkey=5d92f0db15e6bbba6aea641f64c5c06dcbe2797f**************69ee4e24cd976dd8376dbd41c6ff227c803c4c561c\",\n \"SignUrl\": \"https://test.essurl.cn/gGI***nZC\"\n }\n ]\n }\n}",
1024
+ "title": "获取动态签署人补充链接, 并且预设平台子客企业OpenId"
1001
1025
  }
1002
1026
  ],
1003
1027
  "DeleteOrganizationAuthorizations": [
@@ -1153,12 +1177,6 @@
1153
1177
  }
1154
1178
  ],
1155
1179
  "ModifyExtendedService": [
1156
- {
1157
- "document": "开通骑缝章扩展服务",
1158
- "input": "POST / HTTP/1.1\nHost: essbasic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyExtendedService\n<公共请求参数>\n\n{\n \"Agent\": {\n \"ProxyOperator\": {\n \"OpenId\": \"admin-open-id\"\n },\n \"ProxyOrganizationOpenId\": \"org-open-id\",\n \"AppId\": \"APPID122344555\"\n },\n \"ServiceType\": \"PAGING_SEAL\",\n \"Operate\": \"OPEN\"\n}",
1159
- "output": "{\n \"Response\": {\n \"OperateUrl\": \"\",\n \"RequestId\": \"s1673342239896659883\"\n }\n}",
1160
- "title": "开通骑缝章"
1161
- },
1162
1180
  {
1163
1181
  "document": "关闭企业静默签署扩展服务",
1164
1182
  "input": "POST / HTTP/1.1\nHost: essbasic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyExtendedService\n<公共请求参数>\n\n{\n \"Agent\": {\n \"ProxyOperator\": {\n \"OpenId\": \"admin-open-id\"\n },\n \"ProxyOrganizationOpenId\": \"org-open-id\",\n \"AppId\": \"APPID122344555\"\n },\n \"ServiceType\": \"AUTO_SIGN\",\n \"Operate\": \"CLOSE\"\n}",
@@ -35,7 +35,7 @@
35
35
  {
36
36
  "disabled": false,
37
37
  "document": "活动Id",
38
- "example": "",
38
+ "example": "300314",
39
39
  "member": "int64",
40
40
  "name": "ActivityId",
41
41
  "required": true,
@@ -44,7 +44,7 @@
44
44
  {
45
45
  "disabled": false,
46
46
  "document": "素材Id",
47
- "example": "",
47
+ "example": "qc_300314_789050_75",
48
48
  "member": "string",
49
49
  "name": "MaterialId",
50
50
  "required": false,
@@ -53,7 +53,7 @@
53
53
  {
54
54
  "disabled": false,
55
55
  "document": "每次拉取条数",
56
- "example": "",
56
+ "example": "20",
57
57
  "member": "int64",
58
58
  "name": "Limit",
59
59
  "required": false,
@@ -62,7 +62,7 @@
62
62
  {
63
63
  "disabled": false,
64
64
  "document": "偏移量",
65
- "example": "",
65
+ "example": "0",
66
66
  "member": "int64",
67
67
  "name": "Offset",
68
68
  "required": false,
@@ -77,18 +77,20 @@
77
77
  {
78
78
  "disabled": false,
79
79
  "document": "素材列表数据",
80
- "example": "",
80
+ "example": "[{\"CreateTime\":\"2022-11-29 18:46:34\",\"MaterialFaceList\":[{\"FaceId\":\"mt_1597542526641664000_1\",\"FaceInfo\":{\"Height\":167,\"Width\":128,\"X\":221,\"Y\":125}}],\"MaterialId\":\"mt_1597542526641664000\",\"MaterialName\":\"test1.png\",\"MaterialStatus\":0,\"UpdateTime\":\"2022-11-29 18:46:34\"},{\"CreateTime\":\"2022-12-15 14:19:51\",\"MaterialFaceList\":[{\"FaceId\":\"mt_1603273612711829504_1\",\"FaceInfo\":{\"Height\":167,\"Width\":128,\"X\":221,\"Y\":125}}],\"MaterialId\":\"mt_1603273612711829504\",\"MaterialName\":\"test2.png\",\"MaterialStatus\":0,\"UpdateTime\":\"2022-12-15 14:19:51\"},{\"CreateTime\":\"2022-11-10 10:28:10\",\"MaterialFaceList\":[{\"FaceId\":\"mt_1590531733435097088_1\",\"FaceInfo\":{\"Height\":167,\"Width\":128,\"X\":221,\"Y\":125}}],\"MaterialId\":\"mt_1590531733435097088\",\"MaterialName\":\"test3.png\",\"MaterialStatus\":1,\"UpdateTime\":\"2022-12-07 17:10:54\"},{\"CreateTime\":\"2022-12-07 16:13:41\",\"MaterialFaceList\":[{\"FaceId\":\"mt_1600403157392855040_1\",\"FaceInfo\":{\"Height\":236,\"Width\":177,\"X\":186,\"Y\":95}}],\"MaterialId\":\"mt_1600403157392855040\",\"MaterialName\":\"test4.png\",\"MaterialStatus\":3,\"UpdateTime\":\"2022-12-07 16:13:52\"},{\"CreateTime\":\"2022-12-15 14:20:21\",\"MaterialFaceList\":[{\"FaceId\":\"mt_1603273738050215936_1\",\"FaceInfo\":{\"Height\":129,\"Width\":119,\"X\":215,\"Y\":69}}],\"MaterialId\":\"mt_1603273738050215936\",\"MaterialName\":\"test5.jpg\",\"MaterialStatus\":3,\"UpdateTime\":\"2022-12-15 14:25:28\"}]",
81
81
  "member": "PublicMaterialInfos",
82
82
  "name": "MaterialInfos",
83
+ "output_required": true,
83
84
  "type": "list",
84
85
  "value_allowed_null": false
85
86
  },
86
87
  {
87
88
  "disabled": false,
88
89
  "document": "素材条数",
89
- "example": "",
90
+ "example": "10",
90
91
  "member": "int64",
91
92
  "name": "Count",
93
+ "output_required": true,
92
94
  "type": "int",
93
95
  "value_allowed_null": false
94
96
  },
@@ -217,40 +219,40 @@
217
219
  {
218
220
  "disabled": false,
219
221
  "document": "人脸框的横坐标",
220
- "example": "",
222
+ "example": "362",
221
223
  "member": "int64",
222
224
  "name": "X",
223
- "required": true,
225
+ "output_required": true,
224
226
  "type": "int",
225
227
  "value_allowed_null": false
226
228
  },
227
229
  {
228
230
  "disabled": false,
229
231
  "document": "人脸框的纵坐标",
230
- "example": "",
232
+ "example": "56",
231
233
  "member": "int64",
232
234
  "name": "Y",
233
- "required": true,
235
+ "output_required": true,
234
236
  "type": "int",
235
237
  "value_allowed_null": false
236
238
  },
237
239
  {
238
240
  "disabled": false,
239
241
  "document": "人脸框的宽度",
240
- "example": "",
242
+ "example": "762",
241
243
  "member": "int64",
242
244
  "name": "Width",
243
- "required": true,
245
+ "output_required": true,
244
246
  "type": "int",
245
247
  "value_allowed_null": false
246
248
  },
247
249
  {
248
250
  "disabled": false,
249
251
  "document": "人脸框的高度",
250
- "example": "",
252
+ "example": "788",
251
253
  "member": "int64",
252
254
  "name": "Height",
253
- "required": true,
255
+ "output_required": true,
254
256
  "type": "int",
255
257
  "value_allowed_null": false
256
258
  }
@@ -332,7 +334,7 @@
332
334
  {
333
335
  "disabled": false,
334
336
  "document": "用户人脸图片、素材模板图的人脸位置信息。",
335
- "example": "[]",
337
+ "example": "[{\"Url\":\"https://liudehua-9527.cos.ap-guangzhou.myqcloud.com/image.jpeg\"}]",
336
338
  "member": "MergeInfo",
337
339
  "name": "MergeInfos",
338
340
  "required": true,
@@ -359,7 +361,7 @@
359
361
  {
360
362
  "disabled": false,
361
363
  "document": "0表示不需要不适宜内容识别,1表示需要不适宜内容识别。默认值为0。\n请注意,不适宜内容识别服务开启后,您需要根据返回结果自行判断是否调整您的业务逻辑。例如提示您的用户图片非法,请更换图片。",
362
- "example": "",
364
+ "example": "0",
363
365
  "member": "int64",
364
366
  "name": "CelebrityIdentify",
365
367
  "required": false,
@@ -368,7 +370,7 @@
368
370
  {
369
371
  "disabled": false,
370
372
  "document": "融合参数",
371
- "example": "",
373
+ "example": "{\"ImageCodecParam\":{\"MetaData\": {\"MetaKey\":\"aigc\",\"MetaValue\":\"1\"}}}",
372
374
  "member": "FuseParam",
373
375
  "name": "FuseParam",
374
376
  "required": false,
@@ -383,7 +385,7 @@
383
385
  {
384
386
  "disabled": false,
385
387
  "document": "RspImgType 为 url 时,返回结果的 url, RspImgType 为 base64 时返回 base64 数据。",
386
- "example": "/9/tetwtwe",
388
+ "example": "https://liudehua-9527.cos.ap-guangzhou.myqcloud.com/result.jpeg",
387
389
  "member": "string",
388
390
  "name": "FusedImage",
389
391
  "output_required": true,
@@ -393,7 +395,7 @@
393
395
  {
394
396
  "disabled": false,
395
397
  "document": "不适宜内容识别结果。该数组的顺序和请求中mergeinfo的顺序一致,一一对应\n注意:此字段可能返回 null,表示取不到有效值。",
396
- "example": "",
398
+ "example": "0",
397
399
  "member": "FuseFaceReviewResult",
398
400
  "name": "ReviewResultSet",
399
401
  "output_required": true,
@@ -461,7 +463,7 @@
461
463
  {
462
464
  "disabled": false,
463
465
  "document": "保留字段",
464
- "example": "",
466
+ "example": "Politics",
465
467
  "member": "string",
466
468
  "name": "Category",
467
469
  "output_required": true,
@@ -471,7 +473,7 @@
471
473
  {
472
474
  "disabled": false,
473
475
  "document": "状态码, 0为处理成功,其他值为处理失败",
474
- "example": "",
476
+ "example": "0",
475
477
  "member": "string",
476
478
  "name": "Code",
477
479
  "output_required": true,
@@ -481,7 +483,7 @@
481
483
  {
482
484
  "disabled": false,
483
485
  "document": "对应状态码信息描述",
484
- "example": "",
486
+ "example": "OK",
485
487
  "member": "string",
486
488
  "name": "CodeDescription",
487
489
  "output_required": true,
@@ -491,7 +493,7 @@
491
493
  {
492
494
  "disabled": false,
493
495
  "document": "保留字段",
494
- "example": "",
496
+ "example": "30",
495
497
  "member": "float",
496
498
  "name": "Confidence",
497
499
  "output_required": true,
@@ -501,7 +503,7 @@
501
503
  {
502
504
  "disabled": false,
503
505
  "document": "保留字段",
504
- "example": "",
506
+ "example": "PASS",
505
507
  "member": "string",
506
508
  "name": "Suggestion",
507
509
  "output_required": true,
@@ -511,7 +513,7 @@
511
513
  {
512
514
  "disabled": false,
513
515
  "document": "审核详细内容",
514
- "example": "",
516
+ "example": "[{\"Label\": \"丁俊晖\",\"Confidence\": 30,\"Suggestion\": \"PASS\"}]",
515
517
  "member": "FuseFaceReviewDetail",
516
518
  "name": "DetailSet",
517
519
  "output_required": true,
@@ -649,100 +651,100 @@
649
651
  {
650
652
  "disabled": false,
651
653
  "document": "素材Id",
652
- "example": "",
654
+ "example": "",
653
655
  "member": "string",
654
656
  "name": "MaterialId",
655
- "required": true,
657
+ "output_required": true,
656
658
  "type": "string",
657
659
  "value_allowed_null": false
658
660
  },
659
661
  {
660
662
  "disabled": false,
661
663
  "document": "素材状态",
662
- "example": "",
664
+ "example": "",
663
665
  "member": "int64",
664
666
  "name": "MaterialStatus",
665
- "required": true,
667
+ "output_required": true,
666
668
  "type": "int",
667
669
  "value_allowed_null": false
668
670
  },
669
671
  {
670
672
  "disabled": false,
671
673
  "document": "脸型参数P图",
672
- "example": "",
674
+ "example": "",
673
675
  "member": "int64",
674
676
  "name": "BlendParamPtu",
675
- "required": true,
677
+ "output_required": true,
676
678
  "type": "int",
677
679
  "value_allowed_null": false
678
680
  },
679
681
  {
680
682
  "disabled": false,
681
683
  "document": "五官参数P图",
682
- "example": "",
684
+ "example": "",
683
685
  "member": "int64",
684
686
  "name": "PositionParamPtu",
685
- "required": true,
687
+ "output_required": true,
686
688
  "type": "int",
687
689
  "value_allowed_null": false
688
690
  },
689
691
  {
690
692
  "disabled": false,
691
693
  "document": "脸型参数优图",
692
- "example": "",
694
+ "example": "",
693
695
  "member": "int64",
694
696
  "name": "BlendParamYoutu",
695
- "required": true,
697
+ "output_required": true,
696
698
  "type": "int",
697
699
  "value_allowed_null": false
698
700
  },
699
701
  {
700
702
  "disabled": false,
701
703
  "document": "五官参数优图",
702
- "example": "",
704
+ "example": "",
703
705
  "member": "int64",
704
706
  "name": "PositionParamYoutu",
705
- "required": true,
707
+ "output_required": true,
706
708
  "type": "int",
707
709
  "value_allowed_null": false
708
710
  },
709
711
  {
710
712
  "disabled": false,
711
713
  "document": "素材COS地址",
712
- "example": "",
714
+ "example": "",
713
715
  "member": "string",
714
716
  "name": "Url",
715
- "required": true,
717
+ "output_required": true,
716
718
  "type": "string",
717
719
  "value_allowed_null": false
718
720
  },
719
721
  {
720
722
  "disabled": false,
721
723
  "document": "创建时间",
722
- "example": "",
724
+ "example": "",
723
725
  "member": "string",
724
726
  "name": "CreateTime",
725
- "required": true,
727
+ "output_required": true,
726
728
  "type": "string",
727
729
  "value_allowed_null": false
728
730
  },
729
731
  {
730
732
  "disabled": false,
731
733
  "document": "修改时间",
732
- "example": "",
734
+ "example": "",
733
735
  "member": "string",
734
736
  "name": "UpdateTime",
735
- "required": true,
737
+ "output_required": true,
736
738
  "type": "string",
737
739
  "value_allowed_null": false
738
740
  },
739
741
  {
740
742
  "disabled": false,
741
743
  "document": "人脸信息",
742
- "example": "",
744
+ "example": "",
743
745
  "member": "MaterialFaceList",
744
746
  "name": "MaterialFaceList",
745
- "required": true,
747
+ "output_required": true,
746
748
  "type": "list",
747
749
  "value_allowed_null": false
748
750
  }
@@ -3,8 +3,8 @@
3
3
  "DescribeMaterialList": [
4
4
  {
5
5
  "document": "拉起素材列表(对外)",
6
- "input": "https://facefusion.tencentcloudapi.com/?Action=DescribeMaterialList\r\n&ActivityId=10\r\n&MaterialId=\"q-materialId-000\"\r\n&Limit=10\r\n&Offset=1\r\n&<公共请求参数>",
7
- "output": "{\n \"Response\": {\n \"Count\": 1,\n \"RequestId\": \"testDescribeMaterialList1589864389240\"\n }\n}",
6
+ "input": "POST / HTTP/1.1\nHost: facefusion.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeMaterialList\n<公共请求参数>\n\n{\n \"ActivityId\": \"10\",\n \"Limit\": \"10\",\n \"MaterialId\": \"\\\"q-materialId-000\\\"\",\n \"Offset\": \"1\"\n}",
7
+ "output": "{\n \"Response\": {\n \"MaterialInfos\": [\n {\n \"MaterialStatus\": 2,\n \"MaterialId\": \"qc_300232_698652_24\",\n \"MaterialFaceList\": [\n {\n \"FaceId\": \"300232_24_1\",\n \"FaceInfo\": {\n \"X\": 43,\n \"Y\": 86,\n \"Width\": 127,\n \"Height\": 127\n }\n }\n ],\n \"CreateTime\": \"2020-04-09T03:27:02.903Z\",\n \"UpdateTime\": \"2020-04-09T03:27:02.903Z\",\n \"BlendParamPtu\": 50,\n \"BlendParamYoutu\": 50,\n \"PositionParamPtu\": 50,\n \"PositionParamYoutu\": 50,\n \"Url\": \"https://facefusion-test-1254418846.cos.ap-guangzhou.myqcloud.com/251009261/300232/qc_300232_698652_24?q-sign-algorithm=sha1&q-ak=AKIDwPsEPTKPkvyqWIN2iCUeeU9brvnUQIgx&q-sign-time=1589864388;1589864688&q-key-time=1589864388;1589864688&q-header-list=&q-url-param-list=&q-signature=0238eb819c073d889ba056a151cdfe4688c1b5fa\"\n }\n ],\n \"Count\": 1,\n \"RequestId\": \"testDescribeMaterialList1589864389240\"\n }\n}",
8
8
  "title": "素材列表"
9
9
  }
10
10
  ],