|
|
@@ -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{ |
|
|
|