修复提现订单状态问题

fix/release
mofangmin 1 year ago
parent c47c1381de
commit 4a8fd4009a
  1. 1
      call/pay.go

@ -405,6 +405,7 @@ func ReturnBackWithdraw(or *common.WithdrawOrder, originStatus, status uint8, pa
}
if status == common.StatusROrderFail {
status = common.StatusROrderCreate
u["status"] = status
u["callback_time"] = 0
}
if len(payChannel) > 0 {

Loading…
Cancel
Save