app/src/main/java/com/hdl/photovoltaic/other/HdlAccountLogic.java
@@ -123,8 +123,9 @@ @Override public void onSuccess(String str) { if (cloudCallBeak != null) { boolean isBoolean = !TextUtils.isEmpty(str); cloudCallBeak.onSuccess(isBoolean); // boolean isBoolean =!TextUtils.isEmpty(str); // cloudCallBeak.onSuccess(isBoolean); cloudCallBeak.onSuccess(true); } }