package md const ( UserEcpmCacheKey = "user:%d:ecpm" UserEcpmCacheTime = 60 * 30 ) type DealUserEcpmReq struct { Uid int64 `json:"uid"` Ecpm string `json:"ecpm"` }