From 167fdbfd686ecf73e04537b85097f0593d80902e Mon Sep 17 00:00:00 2001 From: shenjiachi Date: Tue, 17 Dec 2024 16:03:29 +0800 Subject: [PATCH] update --- app/md/financial_center/md_withdraw.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/md/financial_center/md_withdraw.go b/app/md/financial_center/md_withdraw.go index 667cd97..96d2d02 100644 --- a/app/md/financial_center/md_withdraw.go +++ b/app/md/financial_center/md_withdraw.go @@ -75,7 +75,7 @@ type GetWithdrawApplyListReq struct { type WithdrawApplyAuditReq struct { WithdrawApplyId int64 `json:"withdraw_apply_id" binding:"required"` // 提现申请id AuditState int `json:"audit_state" binding:"required"` // 审核状态(1:同意 2:拒绝) - Reason int `json:"reason" binding:"required"` // 审核失败(驳回理由) + Reason int `json:"reason"` // 审核失败(驳回理由) } type WithdrawApplyInfo struct {