From 9b55888faf7a4f72dfd5d7f1a4c4c843e615b881 Mon Sep 17 00:00:00 2001 From: huangjiajun <582604932@qq.com> Date: Sun, 22 Dec 2024 14:52:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E4=BF=A1=E6=8F=90=E7=8E=B0=E5=85=88?= =?UTF-8?q?=E5=85=B3=E9=97=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/hdl/hdl_wallet.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/hdl/hdl_wallet.go b/app/hdl/hdl_wallet.go index c25b1c0..7e26d09 100644 --- a/app/hdl/hdl_wallet.go +++ b/app/hdl/hdl_wallet.go @@ -192,6 +192,8 @@ func WithdrawApply(c *gin.Context) { openId = aliInfo.OpenId kind = int(enum.FinWithdrawApplyWithdrawKindForAli) } else if req.Kind == enum.FinWithdrawApplyWithdrawKindForWx.String() { + e.OutErr(c, 400, "温馨提示:请选择支付宝提现~") + return wxUserInfoDb := implement.NewWxUserInfoDb(db.Db) wxInfo, err := wxUserInfoDb.GetWxUserInfo(user.Id) if err != nil {