tencentcloud-sdk-nodejs-essbasic 4.1.218 → 4.1.222

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.218",
3
+ "version": "4.1.222",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -6009,6 +6009,15 @@ FormField输入示例:
6009
6009
  "ComponentValue": "选择的内容"
6010
6010
  }
6011
6011
  ```
6012
+ 多选用“、”分割
6013
+ ```
6014
+ FormField输入示例:
6015
+ {
6016
+ "ComponentId": "componentId1",
6017
+ "ComponentValue": "选择的内容1、选择的内容2"
6018
+ }
6019
+ ```
6020
+
6012
6021
 
6013
6022
  当控件的 ComponentType='DATE'时,FormField.ComponentValue填入日期内容;
6014
6023