소스 검색

update

master
dengbiao 1 일 전
부모
커밋
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,


불러오는 중...
취소
저장