tencentcloud-sdk-python 3.0.1127__py2.py3-none-any.whl → 3.0.1129__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/aiart/v20221229/aiart_client.py +4 -11
- tencentcloud/aiart/v20221229/models.py +6 -5
- tencentcloud/antiddos/v20200309/models.py +13 -0
- tencentcloud/cdb/v20170320/cdb_client.py +46 -0
- tencentcloud/cdb/v20170320/errorcodes.py +3 -0
- tencentcloud/cdb/v20170320/models.py +360 -0
- tencentcloud/domain/v20180808/domain_client.py +46 -0
- tencentcloud/domain/v20180808/errorcodes.py +9 -0
- tencentcloud/domain/v20180808/models.py +269 -1
- tencentcloud/es/v20180416/models.py +12 -12
- tencentcloud/ess/v20201111/errorcodes.py +9 -0
- tencentcloud/ess/v20201111/ess_client.py +75 -3
- tencentcloud/ess/v20201111/models.py +354 -5
- tencentcloud/essbasic/v20210526/models.py +1 -2
- tencentcloud/faceid/v20180301/faceid_client.py +1 -1
- tencentcloud/faceid/v20180301/models.py +12 -0
- tencentcloud/hunyuan/v20230901/hunyuan_client.py +8 -8
- tencentcloud/hunyuan/v20230901/models.py +121 -30
- tencentcloud/iai/v20180301/models.py +1 -0
- tencentcloud/lke/__init__.py +0 -0
- tencentcloud/lke/v20231130/__init__.py +0 -0
- tencentcloud/lke/v20231130/errorcodes.py +30 -0
- tencentcloud/lke/v20231130/lke_client.py +1751 -0
- tencentcloud/lke/v20231130/models.py +13358 -0
- tencentcloud/mna/v20210119/errorcodes.py +12 -0
- tencentcloud/mna/v20210119/models.py +301 -5
- tencentcloud/monitor/v20180724/models.py +28 -0
- tencentcloud/redis/v20180412/models.py +1 -1
- tencentcloud/sms/v20210111/models.py +1 -0
- tencentcloud/sqlserver/v20180328/errorcodes.py +3 -0
- tencentcloud/sqlserver/v20180328/models.py +94 -0
- tencentcloud/sqlserver/v20180328/sqlserver_client.py +23 -0
- tencentcloud/tione/v20211111/models.py +48 -1
- tencentcloud/trtc/v20190722/models.py +72 -1
- tencentcloud/trtc/v20190722/trtc_client.py +3 -3
- tencentcloud/wedata/v20210820/models.py +345 -2088
- tencentcloud/wedata/v20210820/wedata_client.py +0 -253
- {tencentcloud_sdk_python-3.0.1127.dist-info → tencentcloud_sdk_python-3.0.1129.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1127.dist-info → tencentcloud_sdk_python-3.0.1129.dist-info}/RECORD +43 -38
- {tencentcloud_sdk_python-3.0.1127.dist-info → tencentcloud_sdk_python-3.0.1129.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1127.dist-info → tencentcloud_sdk_python-3.0.1129.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1127.dist-info → tencentcloud_sdk_python-3.0.1129.dist-info}/top_level.txt +0 -0
|
@@ -249,10 +249,9 @@ class ApproverInfo(AbstractModel):
|
|
|
249
249
|
:param _NotifyType: 通知签署方经办人的方式, 有以下途径:
|
|
250
250
|
<ul><li> **sms** : (默认)短信</li>
|
|
251
251
|
<li> **none** : 不通知</li></ul>
|
|
252
|
-
|
|
252
|
+
|
|
253
253
|
注意:
|
|
254
|
-
|
|
255
|
-
```
|
|
254
|
+
`如果使用的是通过文件发起合同(CreateFlowByFiles),NotifyType必须 是 sms 才会发送短信`
|
|
256
255
|
:type NotifyType: str
|
|
257
256
|
:param _ApproverRole: 收据场景设置签署人角色类型, 可以设置如下****类型****:
|
|
258
257
|
<ul><li> **1** :收款人</li>
|
|
@@ -1018,7 +1017,7 @@ class AutoSignConfig(AbstractModel):
|
|
|
1018
1017
|
<li>**贵方原生App -> 腾讯电子签H5 -> 贵方原生App** : JumpUrl格式: qianapp://YOUR_CUSTOM_URL,只需满足 qianapp:// 开头的URL即可。`APP实现方,需要拦截Webview地址跳转,发现url是qianapp:// 开头时跳转到原生页面。`APP拦截地址跳转可参考:<a href='https://stackoverflow.com/questions/41693263/android-webview-err-unknown-url-scheme'>Android</a>,<a href='https://razorpay.com/docs/payments/payment-gateway/web-integration/standard/webview/upi-intent-ios/'>IOS</a> </li></ul>
|
|
1019
1018
|
|
|
1020
1019
|
成功结果返回:
|
|
1021
|
-
若贵方需要在跳转回时通过链接query参数提示开通成功,JumpUrl中的query应携带如下参数:`appendResult=qian`。这样腾讯电子签H5会在跳转回的url后面会添加query
|
|
1020
|
+
若贵方需要在跳转回时通过链接query参数提示开通成功,JumpUrl中的query应携带如下参数:`appendResult=qian`。这样腾讯电子签H5会在跳转回的url后面会添加query参数提示贵方签署成功,例如: qianapp://YOUR_CUSTOM_URL?action=sign&result=success&from=tencent_ess
|
|
1022
1021
|
:type JumpUrl: str
|
|
1023
1022
|
"""
|
|
1024
1023
|
self._UserInfo = None
|
|
@@ -2692,6 +2691,148 @@ class CreateBatchCancelFlowUrlResponse(AbstractModel):
|
|
|
2692
2691
|
self._RequestId = params.get("RequestId")
|
|
2693
2692
|
|
|
2694
2693
|
|
|
2694
|
+
class CreateBatchOrganizationRegistrationTasksRequest(AbstractModel):
|
|
2695
|
+
"""CreateBatchOrganizationRegistrationTasks请求参数结构体
|
|
2696
|
+
|
|
2697
|
+
"""
|
|
2698
|
+
|
|
2699
|
+
def __init__(self):
|
|
2700
|
+
r"""
|
|
2701
|
+
:param _Operator: 执行本接口操作的员工信息。
|
|
2702
|
+
注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
|
|
2703
|
+
:type Operator: :class:`tencentcloud.ess.v20201111.models.UserInfo`
|
|
2704
|
+
:param _RegistrationOrganizations: 组织机构注册信息。
|
|
2705
|
+
一次最多支持10条认证流
|
|
2706
|
+
:type RegistrationOrganizations: list of RegistrationOrganizationInfo
|
|
2707
|
+
:param _Agent: 代理企业和员工的信息。
|
|
2708
|
+
在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
|
|
2709
|
+
:type Agent: :class:`tencentcloud.ess.v20201111.models.Agent`
|
|
2710
|
+
:param _Endpoint: 要生成链接的类型, 可以选择的值如下:
|
|
2711
|
+
|
|
2712
|
+
<ul>
|
|
2713
|
+
<li>(默认)PC: 生成PC端的链接</li>
|
|
2714
|
+
<li>SHORT_URL: H5跳转到电子签小程序链接的短链形式, 一般用于发送短信中带的链接, 打开后进入腾讯电子签小程序</li>
|
|
2715
|
+
<li>APP:生成小程序跳转链接</li>
|
|
2716
|
+
<li>H5:生成H5跳转长链接</li>
|
|
2717
|
+
<li>SHORT_H5:生成H5跳转短链</li>
|
|
2718
|
+
</ul>
|
|
2719
|
+
:type Endpoint: str
|
|
2720
|
+
"""
|
|
2721
|
+
self._Operator = None
|
|
2722
|
+
self._RegistrationOrganizations = None
|
|
2723
|
+
self._Agent = None
|
|
2724
|
+
self._Endpoint = None
|
|
2725
|
+
|
|
2726
|
+
@property
|
|
2727
|
+
def Operator(self):
|
|
2728
|
+
return self._Operator
|
|
2729
|
+
|
|
2730
|
+
@Operator.setter
|
|
2731
|
+
def Operator(self, Operator):
|
|
2732
|
+
self._Operator = Operator
|
|
2733
|
+
|
|
2734
|
+
@property
|
|
2735
|
+
def RegistrationOrganizations(self):
|
|
2736
|
+
return self._RegistrationOrganizations
|
|
2737
|
+
|
|
2738
|
+
@RegistrationOrganizations.setter
|
|
2739
|
+
def RegistrationOrganizations(self, RegistrationOrganizations):
|
|
2740
|
+
self._RegistrationOrganizations = RegistrationOrganizations
|
|
2741
|
+
|
|
2742
|
+
@property
|
|
2743
|
+
def Agent(self):
|
|
2744
|
+
return self._Agent
|
|
2745
|
+
|
|
2746
|
+
@Agent.setter
|
|
2747
|
+
def Agent(self, Agent):
|
|
2748
|
+
self._Agent = Agent
|
|
2749
|
+
|
|
2750
|
+
@property
|
|
2751
|
+
def Endpoint(self):
|
|
2752
|
+
return self._Endpoint
|
|
2753
|
+
|
|
2754
|
+
@Endpoint.setter
|
|
2755
|
+
def Endpoint(self, Endpoint):
|
|
2756
|
+
self._Endpoint = Endpoint
|
|
2757
|
+
|
|
2758
|
+
|
|
2759
|
+
def _deserialize(self, params):
|
|
2760
|
+
if params.get("Operator") is not None:
|
|
2761
|
+
self._Operator = UserInfo()
|
|
2762
|
+
self._Operator._deserialize(params.get("Operator"))
|
|
2763
|
+
if params.get("RegistrationOrganizations") is not None:
|
|
2764
|
+
self._RegistrationOrganizations = []
|
|
2765
|
+
for item in params.get("RegistrationOrganizations"):
|
|
2766
|
+
obj = RegistrationOrganizationInfo()
|
|
2767
|
+
obj._deserialize(item)
|
|
2768
|
+
self._RegistrationOrganizations.append(obj)
|
|
2769
|
+
if params.get("Agent") is not None:
|
|
2770
|
+
self._Agent = Agent()
|
|
2771
|
+
self._Agent._deserialize(params.get("Agent"))
|
|
2772
|
+
self._Endpoint = params.get("Endpoint")
|
|
2773
|
+
memeber_set = set(params.keys())
|
|
2774
|
+
for name, value in vars(self).items():
|
|
2775
|
+
property_name = name[1:]
|
|
2776
|
+
if property_name in memeber_set:
|
|
2777
|
+
memeber_set.remove(property_name)
|
|
2778
|
+
if len(memeber_set) > 0:
|
|
2779
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
2780
|
+
|
|
2781
|
+
|
|
2782
|
+
|
|
2783
|
+
class CreateBatchOrganizationRegistrationTasksResponse(AbstractModel):
|
|
2784
|
+
"""CreateBatchOrganizationRegistrationTasks返回参数结构体
|
|
2785
|
+
|
|
2786
|
+
"""
|
|
2787
|
+
|
|
2788
|
+
def __init__(self):
|
|
2789
|
+
r"""
|
|
2790
|
+
:param _TaskId: 生成注册链接的任务Id,
|
|
2791
|
+
根据这个id, 调用DescribeBatchOrganizationRegistrationUrls 获取生成的链接,进入认证流程
|
|
2792
|
+
:type TaskId: str
|
|
2793
|
+
:param _ErrorMessages: 批量生成企业认证链接的详细错误信息,
|
|
2794
|
+
顺序与输入参数保持一致。
|
|
2795
|
+
若企业认证均成功生成,则不返回错误信息;
|
|
2796
|
+
若存在任何错误,则返回具体的错误描述。
|
|
2797
|
+
:type ErrorMessages: list of str
|
|
2798
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2799
|
+
:type RequestId: str
|
|
2800
|
+
"""
|
|
2801
|
+
self._TaskId = None
|
|
2802
|
+
self._ErrorMessages = None
|
|
2803
|
+
self._RequestId = None
|
|
2804
|
+
|
|
2805
|
+
@property
|
|
2806
|
+
def TaskId(self):
|
|
2807
|
+
return self._TaskId
|
|
2808
|
+
|
|
2809
|
+
@TaskId.setter
|
|
2810
|
+
def TaskId(self, TaskId):
|
|
2811
|
+
self._TaskId = TaskId
|
|
2812
|
+
|
|
2813
|
+
@property
|
|
2814
|
+
def ErrorMessages(self):
|
|
2815
|
+
return self._ErrorMessages
|
|
2816
|
+
|
|
2817
|
+
@ErrorMessages.setter
|
|
2818
|
+
def ErrorMessages(self, ErrorMessages):
|
|
2819
|
+
self._ErrorMessages = ErrorMessages
|
|
2820
|
+
|
|
2821
|
+
@property
|
|
2822
|
+
def RequestId(self):
|
|
2823
|
+
return self._RequestId
|
|
2824
|
+
|
|
2825
|
+
@RequestId.setter
|
|
2826
|
+
def RequestId(self, RequestId):
|
|
2827
|
+
self._RequestId = RequestId
|
|
2828
|
+
|
|
2829
|
+
|
|
2830
|
+
def _deserialize(self, params):
|
|
2831
|
+
self._TaskId = params.get("TaskId")
|
|
2832
|
+
self._ErrorMessages = params.get("ErrorMessages")
|
|
2833
|
+
self._RequestId = params.get("RequestId")
|
|
2834
|
+
|
|
2835
|
+
|
|
2695
2836
|
class CreateBatchQuickSignUrlRequest(AbstractModel):
|
|
2696
2837
|
"""CreateBatchQuickSignUrl请求参数结构体
|
|
2697
2838
|
|
|
@@ -6903,6 +7044,37 @@ class CreateMultiFlowSignQRCodeResponse(AbstractModel):
|
|
|
6903
7044
|
self._RequestId = params.get("RequestId")
|
|
6904
7045
|
|
|
6905
7046
|
|
|
7047
|
+
class CreateOrganizationAuthUrlRequest(AbstractModel):
|
|
7048
|
+
"""CreateOrganizationAuthUrl请求参数结构体
|
|
7049
|
+
|
|
7050
|
+
"""
|
|
7051
|
+
|
|
7052
|
+
|
|
7053
|
+
class CreateOrganizationAuthUrlResponse(AbstractModel):
|
|
7054
|
+
"""CreateOrganizationAuthUrl返回参数结构体
|
|
7055
|
+
|
|
7056
|
+
"""
|
|
7057
|
+
|
|
7058
|
+
def __init__(self):
|
|
7059
|
+
r"""
|
|
7060
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
7061
|
+
:type RequestId: str
|
|
7062
|
+
"""
|
|
7063
|
+
self._RequestId = None
|
|
7064
|
+
|
|
7065
|
+
@property
|
|
7066
|
+
def RequestId(self):
|
|
7067
|
+
return self._RequestId
|
|
7068
|
+
|
|
7069
|
+
@RequestId.setter
|
|
7070
|
+
def RequestId(self, RequestId):
|
|
7071
|
+
self._RequestId = RequestId
|
|
7072
|
+
|
|
7073
|
+
|
|
7074
|
+
def _deserialize(self, params):
|
|
7075
|
+
self._RequestId = params.get("RequestId")
|
|
7076
|
+
|
|
7077
|
+
|
|
6906
7078
|
class CreateOrganizationBatchSignUrlRequest(AbstractModel):
|
|
6907
7079
|
"""CreateOrganizationBatchSignUrl请求参数结构体
|
|
6908
7080
|
|
|
@@ -6934,6 +7106,10 @@ UserId必须是传入合同(FlowId)中的签署人。
|
|
|
6934
7106
|
:param _Mobile: 员工手机号,必须与姓名一起使用。
|
|
6935
7107
|
如果UserId为空,则此字段不能为空。同时,姓名和手机号码必须与传入合同(FlowId)中的签署人信息一致。
|
|
6936
7108
|
:type Mobile: str
|
|
7109
|
+
:param _RecipientIds: 为签署方经办人在签署合同中的参与方ID,必须与参数FlowIds数组一一对应。
|
|
7110
|
+
您可以通过查询合同接口(DescribeFlowInfo)查询此参数。
|
|
7111
|
+
若传了此参数,则可以不传 UserId, Name, Mobile等参数
|
|
7112
|
+
:type RecipientIds: list of str
|
|
6937
7113
|
"""
|
|
6938
7114
|
self._Operator = None
|
|
6939
7115
|
self._FlowIds = None
|
|
@@ -6941,6 +7117,7 @@ UserId必须是传入合同(FlowId)中的签署人。
|
|
|
6941
7117
|
self._UserId = None
|
|
6942
7118
|
self._Name = None
|
|
6943
7119
|
self._Mobile = None
|
|
7120
|
+
self._RecipientIds = None
|
|
6944
7121
|
|
|
6945
7122
|
@property
|
|
6946
7123
|
def Operator(self):
|
|
@@ -6990,6 +7167,14 @@ UserId必须是传入合同(FlowId)中的签署人。
|
|
|
6990
7167
|
def Mobile(self, Mobile):
|
|
6991
7168
|
self._Mobile = Mobile
|
|
6992
7169
|
|
|
7170
|
+
@property
|
|
7171
|
+
def RecipientIds(self):
|
|
7172
|
+
return self._RecipientIds
|
|
7173
|
+
|
|
7174
|
+
@RecipientIds.setter
|
|
7175
|
+
def RecipientIds(self, RecipientIds):
|
|
7176
|
+
self._RecipientIds = RecipientIds
|
|
7177
|
+
|
|
6993
7178
|
|
|
6994
7179
|
def _deserialize(self, params):
|
|
6995
7180
|
if params.get("Operator") is not None:
|
|
@@ -7002,6 +7187,7 @@ UserId必须是传入合同(FlowId)中的签署人。
|
|
|
7002
7187
|
self._UserId = params.get("UserId")
|
|
7003
7188
|
self._Name = params.get("Name")
|
|
7004
7189
|
self._Mobile = params.get("Mobile")
|
|
7190
|
+
self._RecipientIds = params.get("RecipientIds")
|
|
7005
7191
|
memeber_set = set(params.keys())
|
|
7006
7192
|
for name, value in vars(self).items():
|
|
7007
7193
|
property_name = name[1:]
|
|
@@ -14742,7 +14928,7 @@ class FlowCreateApprover(AbstractModel):
|
|
|
14742
14928
|
:type ApproverIdCardNumber: str
|
|
14743
14929
|
:param _RecipientId: 签署方经办人在模板中配置的参与方ID,与控件绑定,是控件的归属方,ID为32位字符串。
|
|
14744
14930
|
|
|
14745
|
-
<b>模板发起合同时,该参数为必填项,可以通过[
|
|
14931
|
+
<b>模板发起合同时,该参数为必填项,可以通过[查询模板信息接口](https://qian.tencent.com/developers/companyApis/templatesAndFiles/DescribeFlowTemplates)获得。</b>
|
|
14746
14932
|
<b>文件发起合同时,该参数无需传值。</b>
|
|
14747
14933
|
|
|
14748
14934
|
如果开发者后续用合同模板发起合同,建议保存此值,在用合同模板发起合同中需此值绑定对应的签署经办人 。
|
|
@@ -18912,6 +19098,169 @@ class RegisterInfo(AbstractModel):
|
|
|
18912
19098
|
|
|
18913
19099
|
|
|
18914
19100
|
|
|
19101
|
+
class RegistrationOrganizationInfo(AbstractModel):
|
|
19102
|
+
"""企业认证信息参数, 需要保证这些参数跟营业执照中的信息一致。
|
|
19103
|
+
|
|
19104
|
+
"""
|
|
19105
|
+
|
|
19106
|
+
def __init__(self):
|
|
19107
|
+
r"""
|
|
19108
|
+
:param _OrganizationName: 组织机构名称。
|
|
19109
|
+
请确认该名称与企业营业执照中注册的名称一致。
|
|
19110
|
+
如果名称中包含英文括号(),请使用中文括号()代替。
|
|
19111
|
+
:type OrganizationName: str
|
|
19112
|
+
:param _UniformSocialCreditCode: 组织机构企业统一社会信用代码。
|
|
19113
|
+
请确认该企业统一社会信用代码与企业营业执照中注册的统一社会信用代码一致。
|
|
19114
|
+
:type UniformSocialCreditCode: str
|
|
19115
|
+
:param _LegalName: 组织机构法人的姓名。
|
|
19116
|
+
请确认该企业统一社会信用代码与企业营业执照中注册的法人姓名一致。
|
|
19117
|
+
:type LegalName: str
|
|
19118
|
+
:param _Address: 组织机构企业注册地址。
|
|
19119
|
+
请确认该企业注册地址与企业营业执照中注册的地址一致。
|
|
19120
|
+
:type Address: str
|
|
19121
|
+
:param _AdminName: 组织机构超管姓名。
|
|
19122
|
+
在注册流程中,必须是超管本人进行操作。
|
|
19123
|
+
如果法人做为超管管理组织机构,超管姓名就是法人姓名
|
|
19124
|
+
:type AdminName: str
|
|
19125
|
+
:param _AdminMobile: 组织机构超管姓名。
|
|
19126
|
+
在注册流程中,这个手机号必须跟操作人在电子签注册的个人手机号一致。
|
|
19127
|
+
:type AdminMobile: str
|
|
19128
|
+
:param _AuthorizationTypes: 可选的此企业允许的授权方式, 可以设置的方式有:
|
|
19129
|
+
1:上传授权书
|
|
19130
|
+
2:法人授权超管
|
|
19131
|
+
5:授权书+对公打款
|
|
19132
|
+
|
|
19133
|
+
|
|
19134
|
+
注:
|
|
19135
|
+
`1. 当前仅支持一种认证方式`
|
|
19136
|
+
`2. 如果当前的企业类型是政府/事业单位, 则只支持上传授权书+对公打款`
|
|
19137
|
+
`3. 如果当前操作人是法人,则是法人认证`
|
|
19138
|
+
:type AuthorizationTypes: list of int non-negative
|
|
19139
|
+
:param _AdminIdCardNumber: 认证人身份证号
|
|
19140
|
+
:type AdminIdCardNumber: str
|
|
19141
|
+
:param _AdminIdCardType: 认证人证件类型
|
|
19142
|
+
支持以下类型
|
|
19143
|
+
<ul><li>ID_CARD : 居民身份证 (默认值)</li>
|
|
19144
|
+
<li>HONGKONG_AND_MACAO : 港澳居民来往内地通行证</li>
|
|
19145
|
+
<li>HONGKONG_MACAO_AND_TAIWAN : 港澳台居民居住证(格式同居民身份证)</li></ul>
|
|
19146
|
+
|
|
19147
|
+
:type AdminIdCardType: str
|
|
19148
|
+
:param _BusinessLicense: 营业执照正面照(PNG或JPG) base64格式, 大小不超过5M
|
|
19149
|
+
:type BusinessLicense: str
|
|
19150
|
+
"""
|
|
19151
|
+
self._OrganizationName = None
|
|
19152
|
+
self._UniformSocialCreditCode = None
|
|
19153
|
+
self._LegalName = None
|
|
19154
|
+
self._Address = None
|
|
19155
|
+
self._AdminName = None
|
|
19156
|
+
self._AdminMobile = None
|
|
19157
|
+
self._AuthorizationTypes = None
|
|
19158
|
+
self._AdminIdCardNumber = None
|
|
19159
|
+
self._AdminIdCardType = None
|
|
19160
|
+
self._BusinessLicense = None
|
|
19161
|
+
|
|
19162
|
+
@property
|
|
19163
|
+
def OrganizationName(self):
|
|
19164
|
+
return self._OrganizationName
|
|
19165
|
+
|
|
19166
|
+
@OrganizationName.setter
|
|
19167
|
+
def OrganizationName(self, OrganizationName):
|
|
19168
|
+
self._OrganizationName = OrganizationName
|
|
19169
|
+
|
|
19170
|
+
@property
|
|
19171
|
+
def UniformSocialCreditCode(self):
|
|
19172
|
+
return self._UniformSocialCreditCode
|
|
19173
|
+
|
|
19174
|
+
@UniformSocialCreditCode.setter
|
|
19175
|
+
def UniformSocialCreditCode(self, UniformSocialCreditCode):
|
|
19176
|
+
self._UniformSocialCreditCode = UniformSocialCreditCode
|
|
19177
|
+
|
|
19178
|
+
@property
|
|
19179
|
+
def LegalName(self):
|
|
19180
|
+
return self._LegalName
|
|
19181
|
+
|
|
19182
|
+
@LegalName.setter
|
|
19183
|
+
def LegalName(self, LegalName):
|
|
19184
|
+
self._LegalName = LegalName
|
|
19185
|
+
|
|
19186
|
+
@property
|
|
19187
|
+
def Address(self):
|
|
19188
|
+
return self._Address
|
|
19189
|
+
|
|
19190
|
+
@Address.setter
|
|
19191
|
+
def Address(self, Address):
|
|
19192
|
+
self._Address = Address
|
|
19193
|
+
|
|
19194
|
+
@property
|
|
19195
|
+
def AdminName(self):
|
|
19196
|
+
return self._AdminName
|
|
19197
|
+
|
|
19198
|
+
@AdminName.setter
|
|
19199
|
+
def AdminName(self, AdminName):
|
|
19200
|
+
self._AdminName = AdminName
|
|
19201
|
+
|
|
19202
|
+
@property
|
|
19203
|
+
def AdminMobile(self):
|
|
19204
|
+
return self._AdminMobile
|
|
19205
|
+
|
|
19206
|
+
@AdminMobile.setter
|
|
19207
|
+
def AdminMobile(self, AdminMobile):
|
|
19208
|
+
self._AdminMobile = AdminMobile
|
|
19209
|
+
|
|
19210
|
+
@property
|
|
19211
|
+
def AuthorizationTypes(self):
|
|
19212
|
+
return self._AuthorizationTypes
|
|
19213
|
+
|
|
19214
|
+
@AuthorizationTypes.setter
|
|
19215
|
+
def AuthorizationTypes(self, AuthorizationTypes):
|
|
19216
|
+
self._AuthorizationTypes = AuthorizationTypes
|
|
19217
|
+
|
|
19218
|
+
@property
|
|
19219
|
+
def AdminIdCardNumber(self):
|
|
19220
|
+
return self._AdminIdCardNumber
|
|
19221
|
+
|
|
19222
|
+
@AdminIdCardNumber.setter
|
|
19223
|
+
def AdminIdCardNumber(self, AdminIdCardNumber):
|
|
19224
|
+
self._AdminIdCardNumber = AdminIdCardNumber
|
|
19225
|
+
|
|
19226
|
+
@property
|
|
19227
|
+
def AdminIdCardType(self):
|
|
19228
|
+
return self._AdminIdCardType
|
|
19229
|
+
|
|
19230
|
+
@AdminIdCardType.setter
|
|
19231
|
+
def AdminIdCardType(self, AdminIdCardType):
|
|
19232
|
+
self._AdminIdCardType = AdminIdCardType
|
|
19233
|
+
|
|
19234
|
+
@property
|
|
19235
|
+
def BusinessLicense(self):
|
|
19236
|
+
return self._BusinessLicense
|
|
19237
|
+
|
|
19238
|
+
@BusinessLicense.setter
|
|
19239
|
+
def BusinessLicense(self, BusinessLicense):
|
|
19240
|
+
self._BusinessLicense = BusinessLicense
|
|
19241
|
+
|
|
19242
|
+
|
|
19243
|
+
def _deserialize(self, params):
|
|
19244
|
+
self._OrganizationName = params.get("OrganizationName")
|
|
19245
|
+
self._UniformSocialCreditCode = params.get("UniformSocialCreditCode")
|
|
19246
|
+
self._LegalName = params.get("LegalName")
|
|
19247
|
+
self._Address = params.get("Address")
|
|
19248
|
+
self._AdminName = params.get("AdminName")
|
|
19249
|
+
self._AdminMobile = params.get("AdminMobile")
|
|
19250
|
+
self._AuthorizationTypes = params.get("AuthorizationTypes")
|
|
19251
|
+
self._AdminIdCardNumber = params.get("AdminIdCardNumber")
|
|
19252
|
+
self._AdminIdCardType = params.get("AdminIdCardType")
|
|
19253
|
+
self._BusinessLicense = params.get("BusinessLicense")
|
|
19254
|
+
memeber_set = set(params.keys())
|
|
19255
|
+
for name, value in vars(self).items():
|
|
19256
|
+
property_name = name[1:]
|
|
19257
|
+
if property_name in memeber_set:
|
|
19258
|
+
memeber_set.remove(property_name)
|
|
19259
|
+
if len(memeber_set) > 0:
|
|
19260
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
19261
|
+
|
|
19262
|
+
|
|
19263
|
+
|
|
18915
19264
|
class ReleasedApprover(AbstractModel):
|
|
18916
19265
|
"""解除协议的签署人,如不指定,默认使用原流程中的签署人。<br/>
|
|
18917
19266
|
`注意:不支持更换C端(个人身份类型)签署人,如果原流程中含有C端签署人,默认使用原流程中的该C端签署人。`<br/>
|
|
@@ -623,7 +623,7 @@ class AutoSignConfig(AbstractModel):
|
|
|
623
623
|
<li>**贵方原生App -> 腾讯电子签H5 -> 贵方原生App** : JumpUrl格式: qianapp://YOUR_CUSTOM_URL,只需满足 qianapp:// 开头的URL即可。`APP实现方,需要拦截Webview地址跳转,发现url是qianapp:// 开头时跳转到原生页面。`APP拦截地址跳转可参考:<a href='https://stackoverflow.com/questions/41693263/android-webview-err-unknown-url-scheme'>Android</a>,<a href='https://razorpay.com/docs/payments/payment-gateway/web-integration/standard/webview/upi-intent-ios/'>IOS</a> </li></ul>
|
|
624
624
|
|
|
625
625
|
成功结果返回:
|
|
626
|
-
若贵方需要在跳转回时通过链接query参数提示开通成功,JumpUrl中的query应携带如下参数:`appendResult=qian`。这样腾讯电子签H5会在跳转回的url后面会添加query
|
|
626
|
+
若贵方需要在跳转回时通过链接query参数提示开通成功,JumpUrl中的query应携带如下参数:`appendResult=qian`。这样腾讯电子签H5会在跳转回的url后面会添加query参数提示贵方签署成功,例如:qianapp://YOUR_CUSTOM_URL?action=sign&result=success&from=tencent_ess
|
|
627
627
|
:type JumpUrl: str
|
|
628
628
|
"""
|
|
629
629
|
self._UserInfo = None
|
|
@@ -6487,7 +6487,6 @@ class ChannelDescribeBillUsageDetailRequest(AbstractModel):
|
|
|
6487
6487
|
<li>**OrgEssAuth**: 签署企业实名</li>
|
|
6488
6488
|
<li>**FlowNotify**: 短信通知</li>
|
|
6489
6489
|
<li>**AuthService**: 企业工商信息查询</li>
|
|
6490
|
-
<li>**NoAuthSign**: 形式签</li>
|
|
6491
6490
|
</ul>
|
|
6492
6491
|
:type QuotaType: str
|
|
6493
6492
|
:param _Offset: 指定分页返回第几页的数据,如果不传默认返回第一页,页码从 0 开始,即首页为 0
|
|
@@ -579,7 +579,7 @@ class FaceidClient(AbstractClient):
|
|
|
579
579
|
|
|
580
580
|
|
|
581
581
|
def ImageRecognition(self, request):
|
|
582
|
-
"""
|
|
582
|
+
"""传入照片和身份信息,判断该照片与权威库的证件照是否属于同一个人(该接口已停止接入,新客户请使用<a href="https://cloud.tencent.com/document/product/1007/102203">照片人脸核身(V2.0)</a>接口)。
|
|
583
583
|
|
|
584
584
|
:param request: Request instance for ImageRecognition.
|
|
585
585
|
:type request: :class:`tencentcloud.faceid.v20180301.models.ImageRecognitionRequest`
|
|
@@ -7784,9 +7784,12 @@ class RuleIdConfig(AbstractModel):
|
|
|
7784
7784
|
0:问答模式,DetectAuth接口需要传入IntentionQuestions字段;
|
|
7785
7785
|
1:点头模式,DetectAuth接口需要传入IntentionActions字段;
|
|
7786
7786
|
:type IntentionType: int
|
|
7787
|
+
:param _MouthOpenRecognition: 用户语音回答过程中是否开启张嘴识别检测,默认不开启,仅在意愿核身问答模式中使用。
|
|
7788
|
+
:type MouthOpenRecognition: bool
|
|
7787
7789
|
"""
|
|
7788
7790
|
self._IntentionRecognition = None
|
|
7789
7791
|
self._IntentionType = None
|
|
7792
|
+
self._MouthOpenRecognition = None
|
|
7790
7793
|
|
|
7791
7794
|
@property
|
|
7792
7795
|
def IntentionRecognition(self):
|
|
@@ -7804,10 +7807,19 @@ class RuleIdConfig(AbstractModel):
|
|
|
7804
7807
|
def IntentionType(self, IntentionType):
|
|
7805
7808
|
self._IntentionType = IntentionType
|
|
7806
7809
|
|
|
7810
|
+
@property
|
|
7811
|
+
def MouthOpenRecognition(self):
|
|
7812
|
+
return self._MouthOpenRecognition
|
|
7813
|
+
|
|
7814
|
+
@MouthOpenRecognition.setter
|
|
7815
|
+
def MouthOpenRecognition(self, MouthOpenRecognition):
|
|
7816
|
+
self._MouthOpenRecognition = MouthOpenRecognition
|
|
7817
|
+
|
|
7807
7818
|
|
|
7808
7819
|
def _deserialize(self, params):
|
|
7809
7820
|
self._IntentionRecognition = params.get("IntentionRecognition")
|
|
7810
7821
|
self._IntentionType = params.get("IntentionType")
|
|
7822
|
+
self._MouthOpenRecognition = params.get("MouthOpenRecognition")
|
|
7811
7823
|
memeber_set = set(params.keys())
|
|
7812
7824
|
for name, value in vars(self).items():
|
|
7813
7825
|
property_name = name[1:]
|
|
@@ -27,11 +27,11 @@ class HunyuanClient(AbstractClient):
|
|
|
27
27
|
|
|
28
28
|
|
|
29
29
|
def ChatPro(self, request):
|
|
30
|
-
"""
|
|
30
|
+
"""腾讯混元大模型高级版是由腾讯研发的大语言模型,具备强大的中文创作能力,复杂语境下的逻辑推理能力,以及可靠的任务执行能力。本接口支持流式或非流式调用,当使用流式调用时为 SSE 协议。
|
|
31
31
|
|
|
32
|
-
1
|
|
33
|
-
2
|
|
34
|
-
3
|
|
32
|
+
1. 本接口暂不支持返回图片内容。
|
|
33
|
+
2. 默认单账号限制并发数为 5 路,如您有提高并发限制的需求请 [联系我们](https://cloud.tencent.com/act/event/Online_service) 。
|
|
34
|
+
3. 请使用 SDK 调用本接口,每种开发语言的 SDK Git 仓库 examples/hunyuan/v20230901/ 目录下有提供示例供参考。
|
|
35
35
|
|
|
36
36
|
:param request: Request instance for ChatPro.
|
|
37
37
|
:type request: :class:`tencentcloud.hunyuan.v20230901.models.ChatProRequest`
|
|
@@ -49,11 +49,11 @@ class HunyuanClient(AbstractClient):
|
|
|
49
49
|
|
|
50
50
|
|
|
51
51
|
def ChatStd(self, request):
|
|
52
|
-
"""
|
|
52
|
+
"""腾讯混元大模型标准版是由腾讯研发的大语言模型,具备强大的中文创作能力,复杂语境下的逻辑推理能力,以及可靠的任务执行能力。本接口支持流式或非流式调用,当使用流式调用时为 SSE 协议。
|
|
53
53
|
|
|
54
|
-
1
|
|
55
|
-
2
|
|
56
|
-
3
|
|
54
|
+
1. 本接口暂不支持返回图片内容。
|
|
55
|
+
2. 默认单账号限制并发数为 5 路,如您有提高并发限制的需求请 [联系我们](https://cloud.tencent.com/act/event/Online_service) 。
|
|
56
|
+
3. 请使用 SDK 调用本接口,每种开发语言的 SDK Git 仓库 examples/hunyuan/v20230901/ 目录下有提供示例供参考。
|
|
57
57
|
|
|
58
58
|
:param request: Request instance for ChatStd.
|
|
59
59
|
:type request: :class:`tencentcloud.hunyuan.v20230901.models.ChatStdRequest`
|