From 10c65da3d2af7056f48d9301e83f53f102f76e18 Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期一, 30 十月 2023 14:52:11 +0800
Subject: [PATCH] fix

---
 model/response/common.go |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/model/response/common.go b/model/response/common.go
index 6bd6284..dae30ae 100644
--- a/model/response/common.go
+++ b/model/response/common.go
@@ -64,3 +64,8 @@
 	CountDownMinute int64 //鍊掕鏃� 鍒�
 	ShowCountDown   bool  //鏄惁灞曠ず鍊掕鏃�
 }
+
+type Message struct {
+	Event string
+	Data  interface{}
+}

--
Gitblit v1.8.0