String rtnMsg = JsonUtils.getKeyResult(response, "rtnMsg");
Toast.makeText(getApplicationContext(), rtnMsg, Toast.LENGTH_SHORT).show();
}
}
});
}
private void switchRecommend() {
OkHttpUtils.get().url(MainApplication.url + "/zhannew/basic/web/index.php/zhangonggao/switchindex").build().connTimeOut(3000).readTimeOut(3000)
.execute(new StringCallback() {