|
@@ -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 { |
|
|