提交 375e31fa 编写于 作者: J jessyan

GlobeHttpResultHandler the name changes to GlobeHttpHandler

上级 72f8dd21
......@@ -101,7 +101,7 @@ public class WEApplication extends BaseApplication {
@Override
public Request onHttpRequestBefore(Interceptor.Chain chain, Request request) {
//如果需要再请求服务器之前做一些操作,则重新返回一个做操作的的requeat如增加header,不做操作则返回request
//如果需要再请求服务器之前做一些操作,则重新返回一个做操作的的requeat如增加header,不做操作则返回request
//return chain.request().newBuilder().header("token", tokenId)
// .build();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册