go-common/app/job/main/passport-game-data/http/stat.go
2019-04-22 18:49:16 +08:00

11 lines
188 B
Go

package http
// import (
// wctx "go-common/library/net/http/context"
// )
// func compareProcStat(c wctx.Context) {
// res := c.Result()
// res["data"] = srv.CompareProcStat(c)
// }