tencentcloud-sdk-nodejs-essbasic 4.1.310 → 4.1.311
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.
package/package.json
CHANGED
|
@@ -135,10 +135,10 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
135
135
|
*/
|
|
136
136
|
ChannelDeleteRoleUsers(req: ChannelDeleteRoleUsersRequest, cb?: (error: string, rep: ChannelDeleteRoleUsersResponse) => void): Promise<ChannelDeleteRoleUsersResponse>;
|
|
137
137
|
/**
|
|
138
|
-
*
|
|
138
|
+
* 本接口用于获取跳转至腾讯电子签小程序的签署链接,签署人点击链接后即可<font color="red">跳转到腾讯电子签小程序</font>完成合同的查看、填写与签署等操作。
|
|
139
139
|
|
|
140
140
|
### 1.1 适用场景
|
|
141
|
-
当需要签署人在贵方自有的 APP、小程序、H5
|
|
141
|
+
当需要签署人在贵方自有的 APP、小程序、H5、公众号等应用中发起或完成签署时,可通过此接口获取跳转至腾讯电子签小程序的签署链接,并结合企业自己的短信、页面按钮、二维码等方式触达签署人。
|
|
142
142
|
跳转到小程序的实现,参考微信官方文档(分为<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/partner/openwxminiprogram">跳转电子签小程序配置</a>
|
|
143
143
|
|
|
144
144
|
### 1.2 注意事项
|
|
@@ -155,7 +155,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
155
155
|
| 腾讯电子签(正式版) | wxa023b292fd19d41d | gh_da88f6188665 |
|
|
156
156
|
| 腾讯电子签Demo | wx371151823f6f3edf | gh_39a5d3de69fa |
|
|
157
157
|
|
|
158
|
-
<font color="red">注:如果客户在线上小程序环境中打开的是腾讯电子签的测试版本小程序(腾讯电子签Demo),需要联系其前端将跳转配置中小程序的 AppID 从
|
|
158
|
+
<font color="red">注:如果客户在线上小程序环境中打开的是腾讯电子签的测试版本小程序(腾讯电子签Demo),需要联系其前端将跳转配置中小程序的 AppID 从 腾讯电子签Demo 更换为 腾讯电子签(正式版)。</font>
|
|
159
159
|
|
|
160
160
|
### 1.4主要使用场景EndPoint分类
|
|
161
161
|
|
|
@@ -177,10 +177,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
177
177
|
return this.request("ChannelDeleteRoleUsers", req, cb);
|
|
178
178
|
}
|
|
179
179
|
/**
|
|
180
|
-
*
|
|
180
|
+
* 本接口用于获取跳转至腾讯电子签小程序的签署链接,签署人点击链接后即可<font color="red">跳转到腾讯电子签小程序</font>完成合同的查看、填写与签署等操作。
|
|
181
181
|
|
|
182
182
|
### 1.1 适用场景
|
|
183
|
-
当需要签署人在贵方自有的 APP、小程序、H5
|
|
183
|
+
当需要签署人在贵方自有的 APP、小程序、H5、公众号等应用中发起或完成签署时,可通过此接口获取跳转至腾讯电子签小程序的签署链接,并结合企业自己的短信、页面按钮、二维码等方式触达签署人。
|
|
184
184
|
跳转到小程序的实现,参考微信官方文档(分为<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/partner/openwxminiprogram">跳转电子签小程序配置</a>
|
|
185
185
|
|
|
186
186
|
### 1.2 注意事项
|
|
@@ -197,7 +197,7 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
197
197
|
| 腾讯电子签(正式版) | wxa023b292fd19d41d | gh_da88f6188665 |
|
|
198
198
|
| 腾讯电子签Demo | wx371151823f6f3edf | gh_39a5d3de69fa |
|
|
199
199
|
|
|
200
|
-
<font color="red">注:如果客户在线上小程序环境中打开的是腾讯电子签的测试版本小程序(腾讯电子签Demo),需要联系其前端将跳转配置中小程序的 AppID 从
|
|
200
|
+
<font color="red">注:如果客户在线上小程序环境中打开的是腾讯电子签的测试版本小程序(腾讯电子签Demo),需要联系其前端将跳转配置中小程序的 AppID 从 腾讯电子签Demo 更换为 腾讯电子签(正式版)。</font>
|
|
201
201
|
|
|
202
202
|
### 1.4主要使用场景EndPoint分类
|
|
203
203
|
|