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