dengbiao hace 8 horas
padre
commit
1efc428b8a
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      rule/egg_energy/md/egg_energy_green_energy.go

+ 2
- 2
rule/egg_energy/md/egg_energy_green_energy.go Ver fichero

@@ -34,8 +34,8 @@ type DestructionSettingStruct struct {
}

type WithdrawFrequencySettingStruct struct {
Duration int `json:"duration"` // 周期 (1.天 2.周 3.月)
Num []int `json:"num"` // 周期数
Duration int `json:"duration"` // 周期 (1.天 2.周 3.月)
Num []string `json:"num"` // 周期数
}

const DealUserCoinRequestIdPrefix = "egg_deal_user_coin:%d:uid:%d"


Cargando…
Cancelar
Guardar