|
|
@@ -54,11 +54,11 @@ func GetWithdrawSetting(c *gin.Context) { |
|
|
|
if setting == nil { |
|
|
|
now := time.Now() |
|
|
|
frequency := md2.WithdrawFrequencySettingStruct{ |
|
|
|
Duration: 0, |
|
|
|
Duration: 1, |
|
|
|
Num: emptyNum, |
|
|
|
} |
|
|
|
withdrawFeeSet := md2.WithdrawFeeSetStruct{ |
|
|
|
Kind: 0, |
|
|
|
Kind: 1, |
|
|
|
Value: 0, |
|
|
|
} |
|
|
|
firstWithdrawSet := md2.FirstWithdrawSet{ |
|
|
|