|
@@ -252,8 +252,10 @@ func WithdrawApply(c *gin.Context) { |
|
|
|
|
|
|
|
|
//4、新增提现记录 |
|
|
//4、新增提现记录 |
|
|
now := time.Now() |
|
|
now := time.Now() |
|
|
|
|
|
id := utils.StrToInt64(utils.OrderUUID(int(user.Id))) |
|
|
finWithdrawApplyDb := implement.NewFinWithdrawApplyDb(db.Db) |
|
|
finWithdrawApplyDb := implement.NewFinWithdrawApplyDb(db.Db) |
|
|
finWithdrawApply := &model.FinWithdrawApply{ |
|
|
finWithdrawApply := &model.FinWithdrawApply{ |
|
|
|
|
|
Id: id, |
|
|
Uid: user.Id, |
|
|
Uid: user.Id, |
|
|
AdmId: 0, |
|
|
AdmId: 0, |
|
|
Amount: req.Amount, |
|
|
Amount: req.Amount, |
|
|