From 4ab7a3cb34854762d26fa61c5847087bcb100dcf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Mon, 12 Apr 2021 11:40:49 +0800 Subject: [PATCH] aa --- business/jxstore/cms/user2.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business/jxstore/cms/user2.go b/business/jxstore/cms/user2.go index bd5adacce..b62b0d1c7 100644 --- a/business/jxstore/cms/user2.go +++ b/business/jxstore/cms/user2.go @@ -192,7 +192,7 @@ func RegisterUserWithMobile(ctx *jxcontext.Context, user *model.User, mobileVeri // } } } else if inAuthInfo != nil { - user.Mobile = nil + // user.Mobile = nil } else { return nil, fmt.Errorf("短信验证码与其它认证方式至少要指定一种") }