tencentcloud-sdk-nodejs-lke 4.1.129 → 4.1.136
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
|
@@ -5215,10 +5215,11 @@ export interface RateMsgRecordRequest {
|
|
|
5215
5215
|
*/
|
|
5216
5216
|
RecordId: string;
|
|
5217
5217
|
/**
|
|
5218
|
-
* 1: 点赞; 2: 点踩;
|
|
5218
|
+
* 0: 取消前置状态 ; 1: 点赞; 2: 点踩;
|
|
5219
5219
|
注:
|
|
5220
5220
|
(1) 评测端不支持点赞、点踩
|
|
5221
5221
|
(2) 消息回复类型为欢迎语、并发超限、实时文档,不支持点赞、点踩
|
|
5222
|
+
(3) 点赞或者点踩之后,如果想要取消状态,传值为0即可
|
|
5222
5223
|
*/
|
|
5223
5224
|
Score: number;
|
|
5224
5225
|
/**
|