蛋蛋星球-制度模式
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

12 righe
173 B

  1. package md
  2. const (
  3. UserEcpmCacheKey = "user:%d:ecpm"
  4. UserEcpmCacheTime = 60 * 30
  5. )
  6. type DealUserEcpmReq struct {
  7. Uid int64 `json:"uid"`
  8. Ecpm string `json:"ecpm"`
  9. }