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