Skip to content

Commit

Permalink
更新readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jeasonlzy committed Sep 5, 2016
1 parent 99bf848 commit db046af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ OkHttpUtils.get(Urls.URL_METHOD) // 请求方式和请求url, get请求不需要
}

@Override
public void onSuccess(ServerModel ServerModel, Call call, Response response) {
public void onSuccess(ServerModel serverModel, Call call, Response response) {
// UI 线程,请求成功后回调
// ServerModel 返回泛型约定的实体类型参数
// call 本次网络的请求信息,如果需要查看请求头或请求参数可以从此对象获取
Expand Down

0 comments on commit db046af

Please sign in to comment.