协议增加:请求排行榜数据

This commit is contained in:
chen wei bo
2025-10-08 15:48:22 +08:00
parent 8b4f2d7262
commit 558b9ca240
9 changed files with 182 additions and 9 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ export class GirlChatData extends BaseData {
this.id = 0;
this.chatTotalCount = 0;
this.chatRemainCount = 0;
this.chatRecord = new Map<string, proto.cs.IChatMsg>(),
this.chatRecord = new Map<string, proto.cs.IChatMsg>();
this.chatRecordIds = [];
}