jeasonlzy / okhttp-OkGo

OkGo - 3.0 震撼来袭,该库是基于 Http 协议,封装了 OkHttp 的网络请求框架,比 Retrofit 更简单易用,支持 RxJava,RxJava2,支持自定义缓存,支持批量断点下载管理和批量上传管理功能
Apache License 2.0
10.6k stars 2.55k forks source link

客户端token失效问题。 #707

Open zhongwen1 opened 6 years ago

zhongwen1 commented 6 years ago

如果token失效,服务端是通过code值返回来的,如何处理呢?

fangood commented 6 years ago

Application中初始化可以添加Interceptor方法拦截判断token是否过期。 builder.addInterceptor(new MyInterceptor(this));

zhongwen1 commented 6 years ago

我已经这样做了

ender115 commented 6 years ago

你解决了么 我现在也是这个问题

zhongwen1 commented 6 years ago

将OkGo里面的拦截器复制出来,然后自己处理超时问题