6029
                    String rtnMsg = JsonUtils.getKeyResult(response, "rtnMsg");
6030
                    Toast.makeText(getApplicationContext(), rtnMsg, Toast.LENGTH_SHORT).show();
6031
                }
6032
            }
6033
        });
6034
    }
6035
6036
5968 6037
    private void switchRecommend() {
5969 6038
        OkHttpUtils.get().url(MainApplication.url + "/zhannew/basic/web/index.php/zhangonggao/switchindex").build().connTimeOut(3000).readTimeOut(3000)
5970 6039
                .execute(new StringCallback() {

Sign In - Gogs: Go Git Service

Sign In