Browse Source

update

master
shenjiachi 1 day ago
parent
commit
167fdbfd68
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/md/financial_center/md_withdraw.go

+ 1
- 1
app/md/financial_center/md_withdraw.go View File

@@ -75,7 +75,7 @@ type GetWithdrawApplyListReq struct {
type WithdrawApplyAuditReq struct { type WithdrawApplyAuditReq struct {
WithdrawApplyId int64 `json:"withdraw_apply_id" binding:"required"` // 提现申请id WithdrawApplyId int64 `json:"withdraw_apply_id" binding:"required"` // 提现申请id
AuditState int `json:"audit_state" binding:"required"` // 审核状态(1:同意 2:拒绝) AuditState int `json:"audit_state" binding:"required"` // 审核状态(1:同意 2:拒绝)
Reason int `json:"reason" binding:"required"` // 审核失败(驳回理由)
Reason int `json:"reason"` // 审核失败(驳回理由)
} }


type WithdrawApplyInfo struct { type WithdrawApplyInfo struct {


Loading…
Cancel
Save