Browse Source

fix:bug

token_replace
Tooooommy 4 years ago
parent
commit
bc8231404b
  1. 4
      hdws/ws/http.go

4
hdws/ws/http.go

@ -10,11 +10,9 @@ type MessageCtl struct {
core.Controller
}
var now = time.Now()
func (t *MessageCtl) Checkin() {
t.DisplayByData(map[string]interface{}{
"version": now,
"version": "1.0.0",
"status": "success",
})
}

Loading…
Cancel
Save