Bläddra i källkod

update

adv_callback
dengbiao 1 månad sedan
förälder
incheckning
095adc6f82
1 ändrade filer med 2 tillägg och 0 borttagningar
  1. +2
    -0
      app/hdl/hdl_wallet.go

+ 2
- 0
app/hdl/hdl_wallet.go Visa fil

@@ -252,8 +252,10 @@ func WithdrawApply(c *gin.Context) {

//4、新增提现记录
now := time.Now()
id := utils.StrToInt64(utils.OrderUUID(int(user.Id)))
finWithdrawApplyDb := implement.NewFinWithdrawApplyDb(db.Db)
finWithdrawApply := &model.FinWithdrawApply{
Id: id,
Uid: user.Id,
AdmId: 0,
Amount: req.Amount,


Laddar…
Avbryt
Spara