tencentcloud-sdk-nodejs-lke 4.1.78 → 4.1.80
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
|
@@ -4541,11 +4541,11 @@ export interface RateMsgRecordRequest {
|
|
|
4541
4541
|
*/
|
|
4542
4542
|
RecordId: string;
|
|
4543
4543
|
/**
|
|
4544
|
-
* 1
|
|
4544
|
+
* 1: 点赞, 2: 点踩
|
|
4545
4545
|
*/
|
|
4546
4546
|
Score: number;
|
|
4547
4547
|
/**
|
|
4548
|
-
*
|
|
4548
|
+
* 原因,只有Score参数为2即点踩的时候才需要输入
|
|
4549
4549
|
*/
|
|
4550
4550
|
Reasons?: Array<string>;
|
|
4551
4551
|
}
|