src/main/java/com/everyday/word/utils/AliyunOneKeyLoginUtil.java
@@ -28,8 +28,7 @@
            GetMobileResponse response = client.getAcsResponse(request);
            System.out.println(new Gson().toJson(response));
            if (response.getGetMobileResultDTO() != null) {
                String mobile = response.getGetMobileResultDTO().getMobile();
                return mobile;
                return response.getGetMobileResultDTO().getMobile();
            }
            System.out.println(new Gson().toJson(response));
        } catch (ServerException e) {