会话过期优化
This commit is contained in:
parent
a6c8b475f4
commit
cf8f710a38
|
|
@ -118,10 +118,9 @@ class ResponseHandle extends Interceptor {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
/*if(data['code'] != 200){
|
if(data['code'] != 200){
|
||||||
ToastUtils.showError(data['message']);
|
ToastUtils.showError(data['message']);
|
||||||
}*/
|
}
|
||||||
ToastUtils.showError(data['message']);
|
|
||||||
|
|
||||||
super.onResponse(response, handler);
|
super.onResponse(response, handler);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue