优化日志

This commit is contained in:
liuxiaobo 2025-05-31 09:36:23 +08:00
parent a3c5f7ec72
commit f18b8e4ec3

View File

@ -76,6 +76,7 @@ func (s *ChatService) OnInit() {
}
func (s *ChatService) CanStop() bool {
//log.Debug("chatService.CanStop")
return true
}