协议调试:聊天

This commit is contained in:
chen wei bo
2025-09-10 17:37:47 +08:00
parent cb2b8e76ea
commit 54e6209e79
5 changed files with 104 additions and 4 deletions
@@ -6,7 +6,7 @@ import { HttpChatService } from "./HttpChatService";
import { MockChatService } from "./MockChatService";
// 模拟开关
const USE_MOCK = true;
const USE_MOCK = false;
export class ChatService implements IChatService {
private static _I: ChatService | null = null;