소스 검색

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{


불러오는 중...
취소
저장