|
@@ -515,7 +515,7 @@ func WithdrawApplyAudit(c *gin.Context) { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
dealUserWalletReq := md3.DealUserWalletReq{ |
|
|
dealUserWalletReq := md3.DealUserWalletReq{ |
|
|
Direction: "sub", |
|
|
|
|
|
|
|
|
Direction: "add", |
|
|
Kind: int(enum.UserWithdrawBad), |
|
|
Kind: int(enum.UserWithdrawBad), |
|
|
Title: enum.UserWithdrawBad.String(), |
|
|
Title: enum.UserWithdrawBad.String(), |
|
|
Uid: finWithdrawApply.Uid, |
|
|
Uid: finWithdrawApply.Uid, |
|
|