Browse Source

update

master
shenjiachi 1 month ago
parent
commit
8616e370f5
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      app/hdl/financial_center/hdl_withdraw.go

+ 2
- 2
app/hdl/financial_center/hdl_withdraw.go View File

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


Loading…
Cancel
Save