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