|
|
@@ -131,11 +131,11 @@ func WithdrawalDoing(c *gin.Context) { |
|
|
|
masterListCfgDb.Set() |
|
|
|
withdrawalBili := masterListCfgDb.MasterListCfgGetOneData(puid, "withdrawal_bili") |
|
|
|
invoiceBili := masterListCfgDb.MasterListCfgGetOneData(puid, "invoice_bili") |
|
|
|
withdrawalDay := masterListCfgDb.MasterListCfgGetOneData(puid, "withdrawal_day") |
|
|
|
if time.Now().Day() != utils.StrToInt(withdrawalDay) && utils.StrToInt(withdrawalDay) > 0 { |
|
|
|
e.OutErr(c, 400, e.NewErr(400, "每月"+withdrawalDay+"号提现")) |
|
|
|
return |
|
|
|
} |
|
|
|
//withdrawalDay := masterListCfgDb.MasterListCfgGetOneData(puid, "withdrawal_day") |
|
|
|
//if time.Now().Day() != utils.StrToInt(withdrawalDay) && utils.StrToInt(withdrawalDay) > 0 { |
|
|
|
// e.OutErr(c, 400, e.NewErr(400, "每月"+withdrawalDay+"号提现")) |
|
|
|
// return |
|
|
|
//} |
|
|
|
var fee float64 = 0 |
|
|
|
if utils.StrToFloat64(withdrawalBili) > 0 { |
|
|
|
bili := utils.StrToFloat64(withdrawalBili) / 100 |
|
|
|