dengbiao 1 month ago
parent
commit
0057e61676
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      rule/egg_energy/md/egg_energy_green_energy.go

+ 4
- 0
rule/egg_energy/md/egg_energy_green_energy.go View File

@@ -37,6 +37,10 @@ type WithdrawFrequencySettingStruct struct {
Duration int `json:"duration"` // 周期 (1.天 2.周 3.月)
Num []string `json:"num"` // 周期数
}
type WithdrawFeeSetStruct struct {
Kind int `json:"duration"` // 类型 (1.固定金额 2.固定比例)
Value int `json:"value"` //具体值
}

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



Loading…
Cancel
Save