From c9730c386d0550e9d6fe156b74b12d68480832f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8C=83=E4=BF=8A=E6=88=90?= Date: Tue, 10 Oct 2023 14:05:45 +0800 Subject: [PATCH] =?UTF-8?q?=E7=8A=B6=E6=80=81=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- controller/recycle_card.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/controller/recycle_card.go b/controller/recycle_card.go index d8263de..04b41a5 100644 --- a/controller/recycle_card.go +++ b/controller/recycle_card.go @@ -491,8 +491,8 @@ func RecycleCardSubmitOrderEvaluation(c *gin.Context) { //uc = &auth.UserClaims{Uid: 63192613} user := model.GetUserByUid(uc.Uid) if user.Tel == "" { - logger.Error("GetUserByUid err:") - RespJson(c, status.InternalServerError, nil) + logger.Error("GetUserByUid err:", user) + RespJson(c, status.NeedBindTel, nil) return } smExternal := &xianmai.SmExternal{