tencentcloud-sdk-nodejs-ess 4.1.243 → 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-ess",
3
- "version": "4.1.243",
3
+ "version": "4.1.244",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -384,7 +384,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
384
384
 
385
385
  1. 发起合同时,**签署人的NotifyType需设置为sms**
386
386
  2. 合同中当前状态为 **待签署** 的签署人是催办的对象
387
- 3. **每个合同只能催办一次**
387
+ 3. **每个合同的每个签署方只能催办一次**
388
388
 
389
389
  **催办的效果**: 对方会收到如下的短信通知
390
390
 
@@ -470,7 +470,7 @@ class Client extends TencentCloudCommon.AbstractClient {
470
470
 
471
471
  1. 发起合同时,**签署人的NotifyType需设置为sms**
472
472
  2. 合同中当前状态为 **待签署** 的签署人是催办的对象
473
- 3. **每个合同只能催办一次**
473
+ 3. **每个合同的每个签署方只能催办一次**
474
474
 
475
475
  **催办的效果**: 对方会收到如下的短信通知
476
476