|
|
@@ -87,7 +87,7 @@ public class LoginPresenter extends BasePresenter<ILoginView> {
|
|
|
public void onFailure(int code, Throwable e, String errMsg) {
|
|
|
if (getView() != null) {
|
|
|
// 获取区域信息失败
|
|
|
- getView().onLoginResult(null, EdenError.REGION_GET_FAILED);
|
|
|
+ getView().onLoginResult(null, EdenError.REGION_INVALID);
|
|
|
}
|
|
|
}
|
|
|
});
|