tencentcloud-sdk-python 3.0.1060__py2.py3-none-any.whl → 3.0.1063__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.
Potentially problematic release.
This version of tencentcloud-sdk-python might be problematic. Click here for more details.
- tencentcloud/__init__.py +1 -1
- tencentcloud/billing/v20180709/models.py +27 -0
- tencentcloud/cat/v20180409/models.py +14 -2
- tencentcloud/cbs/v20170312/models.py +4 -4
- tencentcloud/cdwdoris/v20211228/cdwdoris_client.py +322 -0
- tencentcloud/cdwdoris/v20211228/models.py +3747 -882
- tencentcloud/cls/v20201016/models.py +1 -1
- tencentcloud/cwp/v20180228/models.py +9 -15
- tencentcloud/dts/v20211206/models.py +1 -1
- tencentcloud/ess/v20201111/ess_client.py +65 -9
- tencentcloud/ess/v20201111/models.py +297 -39
- tencentcloud/essbasic/v20210526/essbasic_client.py +46 -6
- tencentcloud/essbasic/v20210526/models.py +308 -35
- tencentcloud/faceid/v20180301/models.py +2 -2
- tencentcloud/iotcloud/v20210408/errorcodes.py +3 -0
- tencentcloud/iss/v20230517/errorcodes.py +6 -0
- tencentcloud/iss/v20230517/models.py +20 -8
- tencentcloud/ivld/v20210903/models.py +1 -1
- tencentcloud/mongodb/v20190725/models.py +166 -8
- tencentcloud/mongodb/v20190725/mongodb_client.py +1 -1
- tencentcloud/omics/v20221128/models.py +55 -2
- tencentcloud/sqlserver/v20180328/sqlserver_client.py +6 -6
- tencentcloud/ssm/v20190923/models.py +2 -2
- tencentcloud/tcb/v20180608/models.py +3 -3
- tencentcloud/teo/v20220901/errorcodes.py +15 -0
- tencentcloud/tione/v20211111/errorcodes.py +6 -0
- tencentcloud/tke/v20180525/models.py +97 -1
- tencentcloud/tsf/v20180326/models.py +1 -1
- tencentcloud/tsf/v20180326/tsf_client.py +1 -1
- tencentcloud/vod/v20180717/models.py +165 -166
- tencentcloud/vod/v20180717/vod_client.py +2 -1
- tencentcloud/vpc/v20170312/models.py +36 -0
- tencentcloud/waf/v20180125/models.py +13 -0
- tencentcloud/wedata/v20210820/models.py +1353 -0
- tencentcloud/wedata/v20210820/wedata_client.py +69 -0
- tencentcloud/yinsuda/v20220527/models.py +431 -0
- tencentcloud/yinsuda/v20220527/yinsuda_client.py +69 -0
- {tencentcloud_sdk_python-3.0.1060.dist-info → tencentcloud_sdk_python-3.0.1063.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1060.dist-info → tencentcloud_sdk_python-3.0.1063.dist-info}/RECORD +42 -42
- {tencentcloud_sdk_python-3.0.1060.dist-info → tencentcloud_sdk_python-3.0.1063.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1060.dist-info → tencentcloud_sdk_python-3.0.1063.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1060.dist-info → tencentcloud_sdk_python-3.0.1063.dist-info}/top_level.txt +0 -0
|
@@ -17440,7 +17440,7 @@ BizType为1时,优先使用MetricNames字段多指标只能填充到MetricName
|
|
|
17440
17440
|
:type MetricNames: list of str
|
|
17441
17441
|
:param _MetricLabels: 指标维度,不接受时间类型。
|
|
17442
17442
|
:type MetricLabels: list of str
|
|
17443
|
-
:param _CustomTime: 指标时间戳,默认值为SQL查询时间范围的左侧时间点,您也可以指定其他字段(类型为uinx
|
|
17443
|
+
:param _CustomTime: 指标时间戳,默认值为SQL查询时间范围的左侧时间点,您也可以指定其他字段(类型为uinx时间、TimeStamp,精度毫秒)为指标时间戳。
|
|
17444
17444
|
:type CustomTime: str
|
|
17445
17445
|
:param _CustomMetricLabels: 除了MetricLabels,您还可以使用该参数,为指标补充静态的维度。
|
|
17446
17446
|
维度名以字母或下划线开头,后面可以跟字母、数字或下划线,长度小于等于1024 字节
|
|
@@ -21982,15 +21982,9 @@ class DescribeAssetMachineListRequest(AbstractModel):
|
|
|
21982
21982
|
def __init__(self):
|
|
21983
21983
|
r"""
|
|
21984
21984
|
:param _Filters: 过滤条件。
|
|
21985
|
-
<li>MachineName
|
|
21986
|
-
|
|
21987
|
-
|
|
21988
|
-
|
|
21989
|
-
InstanceID 实例ID
|
|
21990
|
-
|
|
21991
|
-
|
|
21992
|
-
|
|
21993
|
-
IP 内网IP或公网IP</li>
|
|
21985
|
+
<li>MachineName 主机名称</li>
|
|
21986
|
+
<li>InstanceID 实例ID </li>
|
|
21987
|
+
<li>IP 内网IP或公网IP</li>
|
|
21994
21988
|
<li>OsType - String - 是否必填:否 - windows或linux</li>
|
|
21995
21989
|
<li>CpuLoad - Int - 是否必填:否 -
|
|
21996
21990
|
0: 未知 1: 低负载
|
|
@@ -23191,7 +23185,7 @@ jar: Jar包
|
|
|
23191
23185
|
initservice: 启动服务
|
|
23192
23186
|
planTask:计划任务
|
|
23193
23187
|
env:环境变量
|
|
23194
|
-
|
|
23188
|
+
coremodule:内核模块
|
|
23195
23189
|
:type Types: list of AssetKeyVal
|
|
23196
23190
|
:param _RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
23197
23191
|
:type RequestId: str
|
|
@@ -23797,8 +23791,8 @@ class DescribeAssetUserListRequest(AbstractModel):
|
|
|
23797
23791
|
<li>OsType - String - 是否必填:否 - windows或linux</li>
|
|
23798
23792
|
<li>Status - uint64 - 是否必填:否 - 账号状态:0-禁用;1-启用</li>
|
|
23799
23793
|
<li>UserType - uint64 - 是否必填:否 - 账号类型:0访客用户,1标准用户,2管理员用户 仅windows</li>
|
|
23800
|
-
<li>IsDomain - uint64 - 是否必填:否 - 是否域账号:0 不是,1是 仅windows
|
|
23801
|
-
<li>IsRoot - uint64 - 是否必填:否 - 是否Root权限:0 不是,1是 仅linux
|
|
23794
|
+
<li>IsDomain - uint64 - 是否必填:否 - 是否域账号:0 不是,1是 仅windows</li>
|
|
23795
|
+
<li>IsRoot - uint64 - 是否必填:否 - 是否Root权限:0 不是,1是 仅linux</li>
|
|
23802
23796
|
<li>IsSudo - uint64 - 是否必填:否 - 是否Sudo权限:0 不是,1是 仅linux</li>
|
|
23803
23797
|
<li>IsSshLogin - uint64 - 是否必填:否 - 是否ssh登录:0 不是,1是 仅linux</li>
|
|
23804
23798
|
<li>ShellLoginStatus - uint64 - 是否必填:否 - 是否shell登录性,0不是;1是 仅linux</li>
|
|
@@ -33777,7 +33771,7 @@ class DescribeFileTamperRulesRequest(AbstractModel):
|
|
|
33777
33771
|
r"""
|
|
33778
33772
|
:param _Filters: 过滤条件。
|
|
33779
33773
|
<li>RuleCategory- string- 规则类别 0=系统规则,1=用户规则</li>
|
|
33780
|
-
<li>Name- String -
|
|
33774
|
+
<li>Name- String - 规则名称</li>
|
|
33781
33775
|
:type Filters: list of Filters
|
|
33782
33776
|
:param _Offset: 偏移量,默认为0。
|
|
33783
33777
|
:type Offset: int
|
|
@@ -54621,7 +54615,7 @@ class ExportAssetCoreModuleListRequest(AbstractModel):
|
|
|
54621
54615
|
:type Quuid: str
|
|
54622
54616
|
:param _Filters: 过滤条件。
|
|
54623
54617
|
<li>Name- string - 是否必填:否 - 包名</li>
|
|
54624
|
-
<li>User- string - 是否必填:否 -
|
|
54618
|
+
<li>User- string - 是否必填:否 - 用户名</li>
|
|
54625
54619
|
:type Filters: list of AssetFilters
|
|
54626
54620
|
:param _Order: 排序方式,asc升序 或 desc降序
|
|
54627
54621
|
:type Order: str
|
|
@@ -55924,7 +55918,7 @@ class ExportAssetSystemPackageListRequest(AbstractModel):
|
|
|
55924
55918
|
<li>StartTime - String - 是否必填:否 - 安装开始时间</li>
|
|
55925
55919
|
<li>EndTime - String - 是否必填:否 - 安装开始时间</li>
|
|
55926
55920
|
<li>Type - int - 是否必填:否 - 安装包类型:
|
|
55927
|
-
1:
|
|
55921
|
+
1:rpm
|
|
55928
55922
|
2:dpkg
|
|
55929
55923
|
3:java
|
|
55930
55924
|
4:system</li>
|
|
@@ -730,7 +730,7 @@ class CompareOptions(AbstractModel):
|
|
|
730
730
|
|
|
731
731
|
def __init__(self):
|
|
732
732
|
r"""
|
|
733
|
-
:param _Method:
|
|
733
|
+
:param _Method: 对比方式:dataCheck(完整数据对比)、sampleDataCheck(抽样数据对比)、rowsCount(行数对比)
|
|
734
734
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
735
735
|
:type Method: str
|
|
736
736
|
:param _SampleRate: 抽样比例;范围0,100
|
|
@@ -157,7 +157,7 @@ class EssClient(AbstractClient):
|
|
|
157
157
|
"""该接口用于发起合同后,生成个人用户的批量签署链接, 暂时不支持企业端签署。
|
|
158
158
|
**注意:**
|
|
159
159
|
1. 该接口目前仅支持签署人类型是**个人签署方的批量签署场景**(ApproverType=1)。
|
|
160
|
-
2. 该接口可生成批量签署链接的C
|
|
160
|
+
2. 该接口可生成批量签署链接的C端签署人**必须仅有手写签名(控件类型为SIGN_SIGNATURE)和时间类型的签署控件**,**不支持填写控件** 。
|
|
161
161
|
3. 请确保C端签署人在批量签署合同中**为待签署状态**,如需顺序签署请待前一位参与人签署完成后,再创建该C端用户的签署链接。
|
|
162
162
|
4. 该签署链接**有效期为30分钟**,过期后将失效,如需签署可重新创建批量签署链接 。
|
|
163
163
|
5. 该接口返回的签署链接适用于APP集成的场景,支持APP打开或浏览器直接打开,**不支持微信小程序嵌入**。
|
|
@@ -563,6 +563,36 @@ class EssClient(AbstractClient):
|
|
|
563
563
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
564
564
|
|
|
565
565
|
|
|
566
|
+
def CreateFlowGroupSignReview(self, request):
|
|
567
|
+
"""提交合同组签署流程审批结果的适用场景包括:
|
|
568
|
+
|
|
569
|
+
1. 在使用[通过多文件创建合同组签署流程](https://qian.tencent.com/developers/companyApis/startFlows/CreateFlowGroupByFiles)或[通过多模板创建合同组签署流程](https://qian.tencent.com/developers/companyApis/startFlows/CreateFlowGroupByTemplates)创建合同组签署流程时,若指定了以下参数 为true,则可以调用此接口提交企业内部签署审批结果。即使是自动签署也需要进行审核通过才会进行签署。
|
|
570
|
+
- [FlowGroupInfo.NeedSignReview](https://qian.tencent.com/developers/companyApis/dataTypes/#flowgroupinfo)
|
|
571
|
+
- [ApproverInfo.ApproverNeedSignReview](https://qian.tencent.com/developers/companyApis/dataTypes/#approverinfo)
|
|
572
|
+
|
|
573
|
+
|
|
574
|
+
2. 同一合同组,同一签署人可以多次提交签署审批结果,签署时的最后一个“审批结果”有效。
|
|
575
|
+
|
|
576
|
+
:param request: Request instance for CreateFlowGroupSignReview.
|
|
577
|
+
:type request: :class:`tencentcloud.ess.v20201111.models.CreateFlowGroupSignReviewRequest`
|
|
578
|
+
:rtype: :class:`tencentcloud.ess.v20201111.models.CreateFlowGroupSignReviewResponse`
|
|
579
|
+
|
|
580
|
+
"""
|
|
581
|
+
try:
|
|
582
|
+
params = request._serialize()
|
|
583
|
+
headers = request.headers
|
|
584
|
+
body = self.call("CreateFlowGroupSignReview", params, headers=headers)
|
|
585
|
+
response = json.loads(body)
|
|
586
|
+
model = models.CreateFlowGroupSignReviewResponse()
|
|
587
|
+
model._deserialize(response["Response"])
|
|
588
|
+
return model
|
|
589
|
+
except Exception as e:
|
|
590
|
+
if isinstance(e, TencentCloudSDKException):
|
|
591
|
+
raise
|
|
592
|
+
else:
|
|
593
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
594
|
+
|
|
595
|
+
|
|
566
596
|
def CreateFlowReminds(self, request):
|
|
567
597
|
"""指定需要批量催办的签署流程ID,批量催办合同,最多100个。需要符合以下条件的合同才可被催办:
|
|
568
598
|
|
|
@@ -596,9 +626,36 @@ class EssClient(AbstractClient):
|
|
|
596
626
|
|
|
597
627
|
|
|
598
628
|
def CreateFlowSignReview(self, request):
|
|
599
|
-
"""
|
|
600
|
-
|
|
601
|
-
|
|
629
|
+
"""提交企业流程审批结果
|
|
630
|
+
**当前存在两种审核操作:**
|
|
631
|
+
<ul>
|
|
632
|
+
<li>签署审核
|
|
633
|
+
<ul>
|
|
634
|
+
<li>在通过接口<ul>
|
|
635
|
+
<li>CreateFlowByFiles</li>
|
|
636
|
+
<li>CreateFlow</li>
|
|
637
|
+
<li>CreateFlowGroupByTemplates</li>
|
|
638
|
+
<li>CreateFlowGroupByFiles</li>
|
|
639
|
+
<li>CreatePrepareFlow</li>
|
|
640
|
+
</ul>
|
|
641
|
+
发起签署流程时,通过指定NeedSignReview为true,则可以调用此接口,并指定operate=SignReview,以提交企业内部签署审批结果</li>
|
|
642
|
+
<li>在通过接口
|
|
643
|
+
<ul>
|
|
644
|
+
<li>CreateFlowByFiles</li>
|
|
645
|
+
<li>CreateFlow</li>
|
|
646
|
+
<li>CreateFlowGroupByTemplates</li>
|
|
647
|
+
<li>CreateFlowGroupByFiles</li>
|
|
648
|
+
</ul>
|
|
649
|
+
发起签署流程时,通过指定签署人ApproverNeedSignReview为true,则可以调用此接口,并指定operate=SignReview,并指定RecipientId,以提交企业内部签署审批结果</li>
|
|
650
|
+
</ul>
|
|
651
|
+
</li>
|
|
652
|
+
<li>发起审核
|
|
653
|
+
<ul>
|
|
654
|
+
<li>通过接口CreatePrepareFlow指定发起后需要审核,那么可以调用此接口,并指定operate=CreateReview,以提交企业内部审批结果。可以多次提交审批结果,但一旦审批通过,后续提交的结果将无效
|
|
655
|
+
</li>
|
|
656
|
+
</ul>
|
|
657
|
+
</li>
|
|
658
|
+
</ul>
|
|
602
659
|
|
|
603
660
|
:param request: Request instance for CreateFlowSignReview.
|
|
604
661
|
:type request: :class:`tencentcloud.ess.v20201111.models.CreateFlowSignReviewRequest`
|
|
@@ -994,11 +1051,10 @@ class EssClient(AbstractClient):
|
|
|
994
1051
|
跳转到小程序的实现,参考微信官方文档(分为<a href="https://developers.weixin.qq.com/miniprogram/dev/api/navigate/wx.navigateToMiniProgram.html">全屏</a>、<a href="https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/openEmbeddedMiniProgram.html">半屏</a>两种方式),如何配置也可以请参考: <a href="https://qian.tencent.com/developers/company/openwxminiprogram">跳转电子签小程序配置</a>
|
|
995
1052
|
|
|
996
1053
|
注:
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
`3. 如果需跳转详情页(即PathType值为1)进行填写或签署合同,需指定签署方信息:姓名、手机号码、企业名称等,才能生成正确的跳转链接`
|
|
1054
|
+
<ul><li>1. 如果签署人是在PC端扫码签署,可以通过生成跳转链接自主转换成二维码,让签署人在PC端扫码签署</li>
|
|
1055
|
+
<li>2. 签署链接的有效期为<font color="red">90天</font>,超过有效期链接不可用</li>
|
|
1056
|
+
<li>3. 如果需跳转详情页(即PathType值为1)进行填写或签署合同,需指定签署方信息:姓名、手机号码、企业名称等,才能生成正确的跳转链接</li>
|
|
1057
|
+
<li>4. <font color="red">生成的链路后面不能再增加参数</font>(会出现覆盖链接中已有参数导致错误)</li></ul>
|
|
1002
1058
|
|
|
1003
1059
|
其中小程序的原始Id如下,或者查看小程序信息自助获取。
|
|
1004
1060
|
|
|
@@ -273,7 +273,8 @@ class ApproverInfo(AbstractModel):
|
|
|
273
273
|
:type PreReadTime: int
|
|
274
274
|
:param _UserId: 签署人userId,仅支持本企业的员工userid, 可在控制台组织管理处获得
|
|
275
275
|
|
|
276
|
-
|
|
276
|
+
注:
|
|
277
|
+
如果传进来的<font color="red">UserId已经实名, 则忽略ApproverName,ApproverIdCardType,ApproverIdCardNumber,ApproverMobile这四个入参</font>(会用此UserId实名的身份证和登录的手机号覆盖)
|
|
277
278
|
:type UserId: str
|
|
278
279
|
:param _ApproverSource: 在企微场景下使用,需设置参数为**WEWORKAPP**,以表明合同来源于企微。
|
|
279
280
|
:type ApproverSource: str
|
|
@@ -2568,7 +2569,9 @@ class CreateBatchQuickSignUrlRequest(AbstractModel):
|
|
|
2568
2569
|
<li>**4**:系统签名</li></ul>
|
|
2569
2570
|
注:
|
|
2570
2571
|
<ul><li>默认情况下,签名类型为手写签名</li>
|
|
2571
|
-
<li>您可以传递多种值,表示可用多种签名类型。</li
|
|
2572
|
+
<li>您可以传递多种值,表示可用多种签名类型。</li>
|
|
2573
|
+
<li>该参数会覆盖您合同中的签名类型,若您在发起合同时限定了签名类型(赋值签名类型给ComponentTypeLimit),请将这些签名类型赋予此参数</li>
|
|
2574
|
+
</ul>
|
|
2572
2575
|
:type SignatureTypes: list of int
|
|
2573
2576
|
:param _ApproverSignTypes: 指定批量签署合同的认证校验方式,可传递以下值:
|
|
2574
2577
|
<ul><li>**1**:人脸认证(默认),需进行人脸识别成功后才能签署合同</li>
|
|
@@ -2922,13 +2925,17 @@ class CreateBatchSignUrlResponse(AbstractModel):
|
|
|
2922
2925
|
r"""
|
|
2923
2926
|
:param _SignUrl: 批量签署链接,以短链形式返回,短链的有效期参考回参中的 ExpiredTime。
|
|
2924
2927
|
|
|
2925
|
-
注:
|
|
2928
|
+
注:
|
|
2929
|
+
1. 非小程序和APP集成使用
|
|
2930
|
+
2. <font color="red">生成的链路后面不能再增加参数</font>(会出现覆盖链接中已有参数导致错误)
|
|
2926
2931
|
:type SignUrl: str
|
|
2927
2932
|
:param _ExpiredTime: 链接过期时间以 Unix 时间戳格式表示,默认生成链接时间起,往后7天有效期。过期后短链将失效,无法打开。
|
|
2928
2933
|
:type ExpiredTime: int
|
|
2929
2934
|
:param _MiniAppPath: 从客户小程序或者客户APP跳转至腾讯电子签小程序进行批量签署的跳转路径
|
|
2930
2935
|
|
|
2931
|
-
注:
|
|
2936
|
+
注:
|
|
2937
|
+
1. 小程序和APP集成使用
|
|
2938
|
+
2. <font color="red">生成的链路后面不能再增加参数</font>(会出现覆盖链接中已有参数导致错误)
|
|
2932
2939
|
:type MiniAppPath: str
|
|
2933
2940
|
:param _RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2934
2941
|
:type RequestId: str
|
|
@@ -3155,6 +3162,7 @@ class CreateDocumentRequest(AbstractModel):
|
|
|
3155
3162
|
:param _FormFields: 电子文档的填写控件的填充内容。具体方式可以参考[FormField](https://qian.tencent.com/developers/companyApis/dataTypes/#formfield)结构体的定义。
|
|
3156
3163
|
<ul>
|
|
3157
3164
|
<li>支持自动签传递印章,可通过指定自动签控件id,指定印章id来完成</li>
|
|
3165
|
+
<li>附件控件支持传入图片、文件资源id,并将内容合成到合同文件中。支持的文件类型有doc、docx、xls、xlsx、html、jpg、jpeg、png、bmp、txt、pdf。需要注意如果传入的资源类型都是图片类型,图片资源会放置在合同文件的末尾,如果传入的资源有非图片类型资源,会将资源放置在附件控件所在页面的下一页。</li>
|
|
3158
3166
|
</ul>
|
|
3159
3167
|
注:只有在控制台编辑模板时,<font color="red">归属给发起方</font>的填写控件(如下图)才能在创建文档的时候进行内容填充。
|
|
3160
3168
|

|
|
@@ -4660,6 +4668,145 @@ class CreateFlowGroupByTemplatesResponse(AbstractModel):
|
|
|
4660
4668
|
self._RequestId = params.get("RequestId")
|
|
4661
4669
|
|
|
4662
4670
|
|
|
4671
|
+
class CreateFlowGroupSignReviewRequest(AbstractModel):
|
|
4672
|
+
"""CreateFlowGroupSignReview请求参数结构体
|
|
4673
|
+
|
|
4674
|
+
"""
|
|
4675
|
+
|
|
4676
|
+
def __init__(self):
|
|
4677
|
+
r"""
|
|
4678
|
+
:param _Operator: 执行本接口操作的员工信息。
|
|
4679
|
+
注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
|
|
4680
|
+
:type Operator: :class:`tencentcloud.ess.v20201111.models.UserInfo`
|
|
4681
|
+
:param _FlowGroupId: 合同(流程)组的合同组Id,为32位字符串,通过接口[通过多文件创建合同组签署流程](https://qian.tencent.com/developers/companyApis/startFlows/CreateFlowGroupByFiles) 或[通过多模板创建合同组签署流程](https://qian.tencent.com/developers/companyApis/startFlows/CreateFlowGroupByTemplates)创建合同组签署流程时返回。
|
|
4682
|
+
:type FlowGroupId: str
|
|
4683
|
+
:param _ReviewType: 提交的审核结果,审核结果有下面三种情况
|
|
4684
|
+
<ul><li><b>PASS</b>: 审核通过,合同流程可以继续执行签署等操作</li>
|
|
4685
|
+
<li><b>REJECT</b>: 审核拒绝,合同流程不会变动</li>
|
|
4686
|
+
<li><b>SIGN_REJECT</b>:拒签,合同流程直接结束,合同状态变为**合同拒签**</li></ul>
|
|
4687
|
+
:type ReviewType: str
|
|
4688
|
+
:param _ApproverInfo: 需要进行签署审核的签署人的个人信息或企业信息,签署方的匹配方式按照以下规则:
|
|
4689
|
+
|
|
4690
|
+
个人:二选一(选择其中任意信息组合即可)
|
|
4691
|
+
<ul><li>姓名+证件类型+证件号</li>
|
|
4692
|
+
<li>姓名+手机号</li></ul>
|
|
4693
|
+
|
|
4694
|
+
企业:二选一 (选择其中任意信息组合即可)
|
|
4695
|
+
<ul><li>企业名+姓名+证件类型+证件号</li>
|
|
4696
|
+
<li>企业名+姓名+手机号</li></ul>
|
|
4697
|
+
:type ApproverInfo: :class:`tencentcloud.ess.v20201111.models.NeedReviewApproverInfo`
|
|
4698
|
+
:param _Agent: 代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId必填
|
|
4699
|
+
:type Agent: :class:`tencentcloud.ess.v20201111.models.Agent`
|
|
4700
|
+
:param _ReviewMessage: 审核不通过的原因,该字段的字符串长度不超过200个字符。
|
|
4701
|
+
|
|
4702
|
+
注:`当审核类型(ReviewType)为审核拒绝(REJECT)或拒签(SIGN_REJECT)时,审核结果原因字段必须填写`
|
|
4703
|
+
|
|
4704
|
+
:type ReviewMessage: str
|
|
4705
|
+
"""
|
|
4706
|
+
self._Operator = None
|
|
4707
|
+
self._FlowGroupId = None
|
|
4708
|
+
self._ReviewType = None
|
|
4709
|
+
self._ApproverInfo = None
|
|
4710
|
+
self._Agent = None
|
|
4711
|
+
self._ReviewMessage = None
|
|
4712
|
+
|
|
4713
|
+
@property
|
|
4714
|
+
def Operator(self):
|
|
4715
|
+
return self._Operator
|
|
4716
|
+
|
|
4717
|
+
@Operator.setter
|
|
4718
|
+
def Operator(self, Operator):
|
|
4719
|
+
self._Operator = Operator
|
|
4720
|
+
|
|
4721
|
+
@property
|
|
4722
|
+
def FlowGroupId(self):
|
|
4723
|
+
return self._FlowGroupId
|
|
4724
|
+
|
|
4725
|
+
@FlowGroupId.setter
|
|
4726
|
+
def FlowGroupId(self, FlowGroupId):
|
|
4727
|
+
self._FlowGroupId = FlowGroupId
|
|
4728
|
+
|
|
4729
|
+
@property
|
|
4730
|
+
def ReviewType(self):
|
|
4731
|
+
return self._ReviewType
|
|
4732
|
+
|
|
4733
|
+
@ReviewType.setter
|
|
4734
|
+
def ReviewType(self, ReviewType):
|
|
4735
|
+
self._ReviewType = ReviewType
|
|
4736
|
+
|
|
4737
|
+
@property
|
|
4738
|
+
def ApproverInfo(self):
|
|
4739
|
+
return self._ApproverInfo
|
|
4740
|
+
|
|
4741
|
+
@ApproverInfo.setter
|
|
4742
|
+
def ApproverInfo(self, ApproverInfo):
|
|
4743
|
+
self._ApproverInfo = ApproverInfo
|
|
4744
|
+
|
|
4745
|
+
@property
|
|
4746
|
+
def Agent(self):
|
|
4747
|
+
return self._Agent
|
|
4748
|
+
|
|
4749
|
+
@Agent.setter
|
|
4750
|
+
def Agent(self, Agent):
|
|
4751
|
+
self._Agent = Agent
|
|
4752
|
+
|
|
4753
|
+
@property
|
|
4754
|
+
def ReviewMessage(self):
|
|
4755
|
+
return self._ReviewMessage
|
|
4756
|
+
|
|
4757
|
+
@ReviewMessage.setter
|
|
4758
|
+
def ReviewMessage(self, ReviewMessage):
|
|
4759
|
+
self._ReviewMessage = ReviewMessage
|
|
4760
|
+
|
|
4761
|
+
|
|
4762
|
+
def _deserialize(self, params):
|
|
4763
|
+
if params.get("Operator") is not None:
|
|
4764
|
+
self._Operator = UserInfo()
|
|
4765
|
+
self._Operator._deserialize(params.get("Operator"))
|
|
4766
|
+
self._FlowGroupId = params.get("FlowGroupId")
|
|
4767
|
+
self._ReviewType = params.get("ReviewType")
|
|
4768
|
+
if params.get("ApproverInfo") is not None:
|
|
4769
|
+
self._ApproverInfo = NeedReviewApproverInfo()
|
|
4770
|
+
self._ApproverInfo._deserialize(params.get("ApproverInfo"))
|
|
4771
|
+
if params.get("Agent") is not None:
|
|
4772
|
+
self._Agent = Agent()
|
|
4773
|
+
self._Agent._deserialize(params.get("Agent"))
|
|
4774
|
+
self._ReviewMessage = params.get("ReviewMessage")
|
|
4775
|
+
memeber_set = set(params.keys())
|
|
4776
|
+
for name, value in vars(self).items():
|
|
4777
|
+
property_name = name[1:]
|
|
4778
|
+
if property_name in memeber_set:
|
|
4779
|
+
memeber_set.remove(property_name)
|
|
4780
|
+
if len(memeber_set) > 0:
|
|
4781
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
4782
|
+
|
|
4783
|
+
|
|
4784
|
+
|
|
4785
|
+
class CreateFlowGroupSignReviewResponse(AbstractModel):
|
|
4786
|
+
"""CreateFlowGroupSignReview返回参数结构体
|
|
4787
|
+
|
|
4788
|
+
"""
|
|
4789
|
+
|
|
4790
|
+
def __init__(self):
|
|
4791
|
+
r"""
|
|
4792
|
+
:param _RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
4793
|
+
:type RequestId: str
|
|
4794
|
+
"""
|
|
4795
|
+
self._RequestId = None
|
|
4796
|
+
|
|
4797
|
+
@property
|
|
4798
|
+
def RequestId(self):
|
|
4799
|
+
return self._RequestId
|
|
4800
|
+
|
|
4801
|
+
@RequestId.setter
|
|
4802
|
+
def RequestId(self, RequestId):
|
|
4803
|
+
self._RequestId = RequestId
|
|
4804
|
+
|
|
4805
|
+
|
|
4806
|
+
def _deserialize(self, params):
|
|
4807
|
+
self._RequestId = params.get("RequestId")
|
|
4808
|
+
|
|
4809
|
+
|
|
4663
4810
|
class CreateFlowOption(AbstractModel):
|
|
4664
4811
|
"""创建合同个性化参数
|
|
4665
4812
|
|
|
@@ -5258,23 +5405,18 @@ class CreateFlowSignReviewRequest(AbstractModel):
|
|
|
5258
5405
|
注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
|
|
5259
5406
|
:type Operator: :class:`tencentcloud.ess.v20201111.models.UserInfo`
|
|
5260
5407
|
:param _FlowId: 合同流程ID,为32位字符串。
|
|
5261
|
-
|
|
5262
|
-
|
|
5408
|
+
<ul><li>建议开发者妥善保存此流程ID,以便于顺利进行后续操作。</li>
|
|
5409
|
+
<li>可登录腾讯电子签控制台,在 "合同"->"合同中心" 中查看某个合同的FlowId(在页面中展示为合同ID)。</li></ul>
|
|
5263
5410
|
:type FlowId: str
|
|
5264
|
-
:param _ReviewType:
|
|
5265
|
-
<ul><li>PASS:
|
|
5266
|
-
<li>REJECT:
|
|
5411
|
+
:param _ReviewType: 企业内部审核结果
|
|
5412
|
+
<ul><li>PASS: 审核通过</li>
|
|
5413
|
+
<li>REJECT: 审核拒绝</li>
|
|
5414
|
+
<li>SIGN_REJECT:拒签(流程结束)</li></ul>
|
|
5267
5415
|
:type ReviewType: str
|
|
5268
|
-
:param _ReviewMessage: 审核结果原因,
|
|
5269
|
-
字符串长度不超过200
|
|
5270
|
-
当ReviewType 是拒绝(REJECT) 时此字段必填。
|
|
5271
|
-
|
|
5272
|
-
:type ReviewMessage: str
|
|
5273
5416
|
:param _Agent: 代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId必填
|
|
5274
5417
|
:type Agent: :class:`tencentcloud.ess.v20201111.models.Agent`
|
|
5275
|
-
:param _RecipientId:
|
|
5276
|
-
|
|
5277
|
-
如果签署审核节点是个人, 此参数必填。
|
|
5418
|
+
:param _RecipientId: 审核节点的签署人标志,用于指定当前审核的签署方
|
|
5419
|
+
<ul><li>**如果签署审核节点是个人, 此参数必填**。</li></ul>
|
|
5278
5420
|
:type RecipientId: str
|
|
5279
5421
|
:param _OperateType: 操作类型:(接口通过该字段区分不同的操作类型)
|
|
5280
5422
|
|
|
@@ -5283,14 +5425,21 @@ class CreateFlowSignReviewRequest(AbstractModel):
|
|
|
5283
5425
|
|
|
5284
5426
|
如果审核节点是个人,则操作类型只能为SignReview。
|
|
5285
5427
|
:type OperateType: str
|
|
5428
|
+
:param _ReviewMessage: 审核结果原因
|
|
5429
|
+
<ul><li>字符串长度不超过200</li>
|
|
5430
|
+
<li>当ReviewType 是拒绝(REJECT) 时此字段必填。</li>
|
|
5431
|
+
<li>当ReviewType 是拒绝(SIGN_REJECT) 时此字段必填。</li></ul>
|
|
5432
|
+
|
|
5433
|
+
|
|
5434
|
+
:type ReviewMessage: str
|
|
5286
5435
|
"""
|
|
5287
5436
|
self._Operator = None
|
|
5288
5437
|
self._FlowId = None
|
|
5289
5438
|
self._ReviewType = None
|
|
5290
|
-
self._ReviewMessage = None
|
|
5291
5439
|
self._Agent = None
|
|
5292
5440
|
self._RecipientId = None
|
|
5293
5441
|
self._OperateType = None
|
|
5442
|
+
self._ReviewMessage = None
|
|
5294
5443
|
|
|
5295
5444
|
@property
|
|
5296
5445
|
def Operator(self):
|
|
@@ -5316,14 +5465,6 @@ class CreateFlowSignReviewRequest(AbstractModel):
|
|
|
5316
5465
|
def ReviewType(self, ReviewType):
|
|
5317
5466
|
self._ReviewType = ReviewType
|
|
5318
5467
|
|
|
5319
|
-
@property
|
|
5320
|
-
def ReviewMessage(self):
|
|
5321
|
-
return self._ReviewMessage
|
|
5322
|
-
|
|
5323
|
-
@ReviewMessage.setter
|
|
5324
|
-
def ReviewMessage(self, ReviewMessage):
|
|
5325
|
-
self._ReviewMessage = ReviewMessage
|
|
5326
|
-
|
|
5327
5468
|
@property
|
|
5328
5469
|
def Agent(self):
|
|
5329
5470
|
return self._Agent
|
|
@@ -5348,6 +5489,14 @@ class CreateFlowSignReviewRequest(AbstractModel):
|
|
|
5348
5489
|
def OperateType(self, OperateType):
|
|
5349
5490
|
self._OperateType = OperateType
|
|
5350
5491
|
|
|
5492
|
+
@property
|
|
5493
|
+
def ReviewMessage(self):
|
|
5494
|
+
return self._ReviewMessage
|
|
5495
|
+
|
|
5496
|
+
@ReviewMessage.setter
|
|
5497
|
+
def ReviewMessage(self, ReviewMessage):
|
|
5498
|
+
self._ReviewMessage = ReviewMessage
|
|
5499
|
+
|
|
5351
5500
|
|
|
5352
5501
|
def _deserialize(self, params):
|
|
5353
5502
|
if params.get("Operator") is not None:
|
|
@@ -5355,12 +5504,12 @@ class CreateFlowSignReviewRequest(AbstractModel):
|
|
|
5355
5504
|
self._Operator._deserialize(params.get("Operator"))
|
|
5356
5505
|
self._FlowId = params.get("FlowId")
|
|
5357
5506
|
self._ReviewType = params.get("ReviewType")
|
|
5358
|
-
self._ReviewMessage = params.get("ReviewMessage")
|
|
5359
5507
|
if params.get("Agent") is not None:
|
|
5360
5508
|
self._Agent = Agent()
|
|
5361
5509
|
self._Agent._deserialize(params.get("Agent"))
|
|
5362
5510
|
self._RecipientId = params.get("RecipientId")
|
|
5363
5511
|
self._OperateType = params.get("OperateType")
|
|
5512
|
+
self._ReviewMessage = params.get("ReviewMessage")
|
|
5364
5513
|
memeber_set = set(params.keys())
|
|
5365
5514
|
for name, value in vars(self).items():
|
|
5366
5515
|
property_name = name[1:]
|
|
@@ -7845,6 +7994,9 @@ class CreateSchemeUrlResponse(AbstractModel):
|
|
|
7845
7994
|
<ul><li>如果EndPoint是**APP**,得到的链接类似于`pages/guide?from=default&where=mini&id=yDwJSUUirqauh***7jNSxwdirTSGuH&to=CONTRACT_DETAIL&name=&phone=&shortKey=yDw***k1xFc5`, 用法可以参加接口描述中的"跳转到小程序的实现"</li>
|
|
7846
7995
|
<li>如果EndPoint是**HTTP**,得到的链接类似于 `https://res.ess.tencent.cn/cdn/h5-activity/jump-mp.html?where=mini&from=SFY&id=yDwfEUUw**4rV6Avz&to=MVP_CONTRACT_COVER&name=%E9%83%**5%86%9B`,点击后会跳转到腾讯电子签小程序进行签署</li>
|
|
7847
7996
|
<li>如果EndPoint是**HTTP_SHORT_URL**,得到的链接类似于 `https://essurl.cn/2n**42Nd`,点击后会跳转到腾讯电子签小程序进行签署</li></ul>
|
|
7997
|
+
|
|
7998
|
+
|
|
7999
|
+
注: <font color="red">生成的链路后面不能再增加参数</font>
|
|
7848
8000
|
:type SchemeUrl: str
|
|
7849
8001
|
:param _SchemeQrcodeUrl: 二维码,在生成动态签署人跳转封面页链接时返回
|
|
7850
8002
|
:type SchemeQrcodeUrl: str
|
|
@@ -13394,27 +13546,24 @@ class FlowApproverUrlInfo(AbstractModel):
|
|
|
13394
13546
|
|
|
13395
13547
|
def __init__(self):
|
|
13396
13548
|
r"""
|
|
13397
|
-
:param _SignUrl:
|
|
13549
|
+
:param _SignUrl: 签署短链接。
|
|
13398
13550
|
注意:
|
|
13399
|
-
|
|
13400
|
-
|
|
13401
|
-
|
|
13551
|
+
1. 该链接有效期为<b>30分钟</b>,同时需要注意保密,不要外泄给无关用户。
|
|
13552
|
+
2. 该链接不支持小程序嵌入,仅支持<b>移动端浏览器</b>打开。
|
|
13553
|
+
3. <font color="red">生成的链路后面不能再增加参数</font>(会出现覆盖链接中已有参数导致错误)
|
|
13402
13554
|
:type SignUrl: str
|
|
13403
13555
|
:param _ApproverType: 签署人类型。
|
|
13404
13556
|
- **1**: 个人
|
|
13405
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
13406
13557
|
:type ApproverType: int
|
|
13407
13558
|
:param _ApproverName: 签署人姓名。
|
|
13408
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
13409
13559
|
:type ApproverName: str
|
|
13410
13560
|
:param _ApproverMobile: 签署人手机号。
|
|
13411
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
13412
13561
|
:type ApproverMobile: str
|
|
13413
|
-
:param _LongUrl:
|
|
13562
|
+
:param _LongUrl: 签署长链接。
|
|
13414
13563
|
注意:
|
|
13415
|
-
|
|
13416
|
-
|
|
13417
|
-
|
|
13564
|
+
1. 该链接有效期为**30分钟**,同时需要注意保密,不要外泄给无关用户。
|
|
13565
|
+
2. 该链接不支持小程序嵌入,仅支持**移动端浏览器**打开。
|
|
13566
|
+
3. <font color="red">生成的链路后面不能再增加参数</font>(会出现覆盖链接中已有参数导致错误)
|
|
13418
13567
|
:type LongUrl: str
|
|
13419
13568
|
"""
|
|
13420
13569
|
self._SignUrl = None
|
|
@@ -14562,7 +14711,8 @@ class FormField(AbstractModel):
|
|
|
14562
14711
|
}
|
|
14563
14712
|
```
|
|
14564
14713
|
|
|
14565
|
-
当控件的 ComponentType='ATTACHMENT'时,FormField.ComponentValue
|
|
14714
|
+
当控件的 ComponentType='ATTACHMENT'时,FormField.ComponentValue支持填入附件图片或者文件的资源ID列表,以逗号分隔,单个附件控件最多支持6个资源ID;
|
|
14715
|
+
支持的文件类型包括doc、docx、xls、xlsx、html、jpg、jpeg、png、bmp、txt、pdf
|
|
14566
14716
|
|
|
14567
14717
|
```
|
|
14568
14718
|
FormField输入示例:
|
|
@@ -15938,6 +16088,114 @@ class ModifyIntegrationRoleResponse(AbstractModel):
|
|
|
15938
16088
|
self._RequestId = params.get("RequestId")
|
|
15939
16089
|
|
|
15940
16090
|
|
|
16091
|
+
class NeedReviewApproverInfo(AbstractModel):
|
|
16092
|
+
"""需要进行签署审核的签署人信息
|
|
16093
|
+
|
|
16094
|
+
"""
|
|
16095
|
+
|
|
16096
|
+
def __init__(self):
|
|
16097
|
+
r"""
|
|
16098
|
+
:param _ApproverType: 签署方经办人的类型,支持以下类型
|
|
16099
|
+
<ul><li> ORGANIZATION 企业(含企业自动签)</li>
|
|
16100
|
+
<li>PERSON 个人(含个人自动签)</li></ul>
|
|
16101
|
+
:type ApproverType: str
|
|
16102
|
+
:param _ApproverName: 签署方经办人的姓名。 经办人的姓名将用于身份认证和电子签名,请确保填写的姓名为签署方的真实姓名,而非昵称等代名。
|
|
16103
|
+
:type ApproverName: str
|
|
16104
|
+
:param _ApproverMobile: 签署方经办人手机号码, 支持国内手机号11位数字(无需加+86前缀或其他字符)。 请确认手机号所有方为此合同签署方。
|
|
16105
|
+
:type ApproverMobile: str
|
|
16106
|
+
:param _ApproverIdCardType: 签署方经办人的证件类型,支持以下类型
|
|
16107
|
+
<ul><li>ID_CARD 居民身份证 (默认值)</li>
|
|
16108
|
+
<li>HONGKONG_AND_MACAO 港澳居民来往内地通行证</li>
|
|
16109
|
+
<li>HONGKONG_MACAO_AND_TAIWAN 港澳台居民居住证(格式同居民身份证)</li>
|
|
16110
|
+
<li>OTHER_CARD_TYPE 其他证件</li></ul>
|
|
16111
|
+
|
|
16112
|
+
注: `其他证件类型为白名单功能,使用前请联系对接的客户经理沟通。`
|
|
16113
|
+
:type ApproverIdCardType: str
|
|
16114
|
+
:param _ApproverIdCardNumber: 签署方经办人的证件号码,应符合以下规则
|
|
16115
|
+
<ul><li>居民身份证号码应为18位字符串,由数字和大写字母X组成(如存在X,请大写)。</li>
|
|
16116
|
+
<li>港澳居民来往内地通行证号码应为9位字符串,第1位为“C”,第2位为英文字母(但“I”、“O”除外),后7位为阿拉伯数字。</li>
|
|
16117
|
+
<li>港澳台居民居住证号码编码规则与中国大陆身份证相同,应为18位字符串。</li></ul>
|
|
16118
|
+
:type ApproverIdCardNumber: str
|
|
16119
|
+
:param _OrganizationName: 组织机构名称。
|
|
16120
|
+
请确认该名称与企业营业执照中注册的名称一致。
|
|
16121
|
+
如果名称中包含英文括号(),请使用中文括号()代替。
|
|
16122
|
+
如果签署方是企业签署方(approverType = 0 或者 approverType = 3), 则企业名称必填。
|
|
16123
|
+
|
|
16124
|
+
:type OrganizationName: str
|
|
16125
|
+
"""
|
|
16126
|
+
self._ApproverType = None
|
|
16127
|
+
self._ApproverName = None
|
|
16128
|
+
self._ApproverMobile = None
|
|
16129
|
+
self._ApproverIdCardType = None
|
|
16130
|
+
self._ApproverIdCardNumber = None
|
|
16131
|
+
self._OrganizationName = None
|
|
16132
|
+
|
|
16133
|
+
@property
|
|
16134
|
+
def ApproverType(self):
|
|
16135
|
+
return self._ApproverType
|
|
16136
|
+
|
|
16137
|
+
@ApproverType.setter
|
|
16138
|
+
def ApproverType(self, ApproverType):
|
|
16139
|
+
self._ApproverType = ApproverType
|
|
16140
|
+
|
|
16141
|
+
@property
|
|
16142
|
+
def ApproverName(self):
|
|
16143
|
+
return self._ApproverName
|
|
16144
|
+
|
|
16145
|
+
@ApproverName.setter
|
|
16146
|
+
def ApproverName(self, ApproverName):
|
|
16147
|
+
self._ApproverName = ApproverName
|
|
16148
|
+
|
|
16149
|
+
@property
|
|
16150
|
+
def ApproverMobile(self):
|
|
16151
|
+
return self._ApproverMobile
|
|
16152
|
+
|
|
16153
|
+
@ApproverMobile.setter
|
|
16154
|
+
def ApproverMobile(self, ApproverMobile):
|
|
16155
|
+
self._ApproverMobile = ApproverMobile
|
|
16156
|
+
|
|
16157
|
+
@property
|
|
16158
|
+
def ApproverIdCardType(self):
|
|
16159
|
+
return self._ApproverIdCardType
|
|
16160
|
+
|
|
16161
|
+
@ApproverIdCardType.setter
|
|
16162
|
+
def ApproverIdCardType(self, ApproverIdCardType):
|
|
16163
|
+
self._ApproverIdCardType = ApproverIdCardType
|
|
16164
|
+
|
|
16165
|
+
@property
|
|
16166
|
+
def ApproverIdCardNumber(self):
|
|
16167
|
+
return self._ApproverIdCardNumber
|
|
16168
|
+
|
|
16169
|
+
@ApproverIdCardNumber.setter
|
|
16170
|
+
def ApproverIdCardNumber(self, ApproverIdCardNumber):
|
|
16171
|
+
self._ApproverIdCardNumber = ApproverIdCardNumber
|
|
16172
|
+
|
|
16173
|
+
@property
|
|
16174
|
+
def OrganizationName(self):
|
|
16175
|
+
return self._OrganizationName
|
|
16176
|
+
|
|
16177
|
+
@OrganizationName.setter
|
|
16178
|
+
def OrganizationName(self, OrganizationName):
|
|
16179
|
+
self._OrganizationName = OrganizationName
|
|
16180
|
+
|
|
16181
|
+
|
|
16182
|
+
def _deserialize(self, params):
|
|
16183
|
+
self._ApproverType = params.get("ApproverType")
|
|
16184
|
+
self._ApproverName = params.get("ApproverName")
|
|
16185
|
+
self._ApproverMobile = params.get("ApproverMobile")
|
|
16186
|
+
self._ApproverIdCardType = params.get("ApproverIdCardType")
|
|
16187
|
+
self._ApproverIdCardNumber = params.get("ApproverIdCardNumber")
|
|
16188
|
+
self._OrganizationName = params.get("OrganizationName")
|
|
16189
|
+
memeber_set = set(params.keys())
|
|
16190
|
+
for name, value in vars(self).items():
|
|
16191
|
+
property_name = name[1:]
|
|
16192
|
+
if property_name in memeber_set:
|
|
16193
|
+
memeber_set.remove(property_name)
|
|
16194
|
+
if len(memeber_set) > 0:
|
|
16195
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
16196
|
+
|
|
16197
|
+
|
|
16198
|
+
|
|
15941
16199
|
class OccupiedSeal(AbstractModel):
|
|
15942
16200
|
"""持有的电子印章信息
|
|
15943
16201
|
|