This commit is contained in:
suyl
2021-06-03 15:29:36 +08:00
parent 48be414a4f
commit 588f71abcf

View File

@@ -401,6 +401,7 @@ func CreateUser(user *model.User, creatorName string) (err error) {
if user.GetEmail() == "" {
user.Email = nil
}
//支付宝注册电话需要解密
if user.GetMobile() != "" && user.GetName() != "" && user.GetID2() != "" {
if user.LastLoginType != "" && user.LastLoginType == alipay.AuthType {
mobile := &alipayapi.KeyMobile{}