tencentcloud-sdk-nodejs-essbasic 4.1.241 → 4.1.244

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-essbasic",
3
- "version": "4.1.241",
3
+ "version": "4.1.244",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -168,7 +168,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
168
168
  /**
169
169
  * 指定需要批量催办的签署流程ID,批量催办合同,最多100个。需要符合以下条件的合同才可被催办
170
170
  1. 合同中当前状态为 **待签署** 的签署人是催办的对象
171
- 2. **每个合同只能催办一次**
171
+ 2. **每个合同每个人只能催办一次**
172
172
 
173
173
  **催办的效果**: 对方会收到如下的短信通知
174
174
 
@@ -216,7 +216,7 @@ class Client extends TencentCloudCommon.AbstractClient {
216
216
  /**
217
217
  * 指定需要批量催办的签署流程ID,批量催办合同,最多100个。需要符合以下条件的合同才可被催办
218
218
  1. 合同中当前状态为 **待签署** 的签署人是催办的对象
219
- 2. **每个合同只能催办一次**
219
+ 2. **每个合同每个人只能催办一次**
220
220
 
221
221
  **催办的效果**: 对方会收到如下的短信通知
222
222