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