ソースを参照

update

master
dengbiao 2週間前
コミット
84972bd30c
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      app/hdl/financial_center/hdl_withdraw.go

+ 1
- 1
app/hdl/financial_center/hdl_withdraw.go ファイルの表示

@@ -515,7 +515,7 @@ func WithdrawApplyAudit(c *gin.Context) {
}

dealUserWalletReq := md3.DealUserWalletReq{
Direction: "sub",
Direction: "add",
Kind: int(enum.UserWithdrawBad),
Title: enum.UserWithdrawBad.String(),
Uid: finWithdrawApply.Uid,


読み込み中…
キャンセル
保存