zhangqian
2023-10-12 2ac81143c893d45a498b0a24617f1c1809e1b805
model/response/common.go
@@ -64,3 +64,8 @@
   CountDownMinute int64 //倒计时 分
   ShowCountDown   bool  //是否展示倒计时
}
type Message struct {
   Event string
   Data  interface{}
}