|
|
@@ -355,22 +355,22 @@ public class MobileAuthPresenter implements IMobileAuthContract.Presenter {
|
|
|
}
|
|
|
else {
|
|
|
// 실패
|
|
|
-// countFailWithPopup();
|
|
|
+ countFailWithPopup();
|
|
|
|
|
|
// fixme 일단 무조건 성공
|
|
|
- LifeplusAPIBean bean = new LifeplusAPIBean(LifeplusAPIBean.RETURN_SUCCESS, "");
|
|
|
- doSomeWhenConfirmSuccess(bean);
|
|
|
+// LifeplusAPIBean bean = new LifeplusAPIBean(LifeplusAPIBean.RETURN_SUCCESS, "");
|
|
|
+// doSomeWhenConfirmSuccess(bean);
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@Override
|
|
|
public void onApiError(String errorMessage) {
|
|
|
// 실패
|
|
|
-// countFailWithPopup();
|
|
|
+ countFailWithPopup();
|
|
|
|
|
|
// fixme 일단 무조건 성공
|
|
|
- LifeplusAPIBean bean = new LifeplusAPIBean(LifeplusAPIBean.RETURN_SUCCESS, "");
|
|
|
- doSomeWhenConfirmSuccess(bean);
|
|
|
+// LifeplusAPIBean bean = new LifeplusAPIBean(LifeplusAPIBean.RETURN_SUCCESS, "");
|
|
|
+// doSomeWhenConfirmSuccess(bean);
|
|
|
}
|
|
|
})
|
|
|
);
|