Explorar el Código

Merge branch 'index_tab' into debug

hsun hace 2 años
padre
commit
64cd9634b8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      logic/user/user.go

+ 1 - 1
logic/user/user.go

@@ -491,7 +491,7 @@ func PcSendEmailCode(email string) (err error, errMsg string) {
 		}
 		err = item.Create()
 	} else {
-		err = errors.New("发送失败,Err:" + err.Error())
+		err = errors.New("发送失败")
 	}
 
 	return