Browse Source

微信提现先关闭

master
huangjiajun 11 hours ago
parent
commit
9b55888faf
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      app/hdl/hdl_wallet.go

+ 2
- 0
app/hdl/hdl_wallet.go View File

@@ -192,6 +192,8 @@ func WithdrawApply(c *gin.Context) {
openId = aliInfo.OpenId openId = aliInfo.OpenId
kind = int(enum.FinWithdrawApplyWithdrawKindForAli) kind = int(enum.FinWithdrawApplyWithdrawKindForAli)
} else if req.Kind == enum.FinWithdrawApplyWithdrawKindForWx.String() { } else if req.Kind == enum.FinWithdrawApplyWithdrawKindForWx.String() {
e.OutErr(c, 400, "温馨提示:请选择支付宝提现~")
return
wxUserInfoDb := implement.NewWxUserInfoDb(db.Db) wxUserInfoDb := implement.NewWxUserInfoDb(db.Db)
wxInfo, err := wxUserInfoDb.GetWxUserInfo(user.Id) wxInfo, err := wxUserInfoDb.GetWxUserInfo(user.Id)
if err != nil { if err != nil {


Loading…
Cancel
Save