瀏覽代碼

update

master
shenjiachi 1 月之前
父節點
當前提交
8616e370f5
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. +2
    -2
      app/hdl/financial_center/hdl_withdraw.go

+ 2
- 2
app/hdl/financial_center/hdl_withdraw.go 查看文件

@@ -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…
取消
儲存