Browse Source

update

master
shenjiachi 3 days ago
parent
commit
909eadeb51
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      app/hdl/institutional_management/egg_energy/hdl_basic.go
  2. +1
    -1
      app/md/institutional_management/egg_energy/md_basic.go

+ 1
- 1
app/hdl/institutional_management/egg_energy/hdl_basic.go View File

@@ -245,7 +245,7 @@ func GetEggEnergyVipSetting(c *gin.Context) {
list[i].VipLevelName = levelsMap[utils.StrToInt(settingStruct.VipLevelId)]
list[i].ExchangeAccountBalanceFee = settingStruct.ExchangeAccountBalanceFee
list[i].DividendRatio = settingStruct.DividendRatio
list[i].VipID = settingStruct.VipLevelId
list[i].VipLevelID = settingStruct.VipLevelId
}

resp := md.GetEggEnergyVipSettingResp{


+ 1
- 1
app/md/institutional_management/egg_energy/md_basic.go View File

@@ -70,7 +70,7 @@ type UpdateEggEnergyBasicReq struct {
}

type VipEquitySettingNode struct {
VipID string `json:"vip_id"` // 会员等级ID
VipLevelID string `json:"vip_level_id"` // 会员等级ID
VipLevelName string `json:"vip_level_name"` // 会员等级名称
ExchangeAccountBalanceFee string `json:"exchange_account_balance_fee"` //兑换余额手续费
DividendRatio string `json:"dividend_ratio"` //分红比例


Loading…
Cancel
Save