xuxiuxi
2017-04-26 ecbe68b56e1ed965395d6716818e2aef148bbb8e
VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/service/VisitMng.java
@@ -27,7 +27,7 @@
        }
        RequestParams params = new RequestParams(AppApi.BASE_URL +AppApi.Query.VISIT_QUERY);
        params.addBodyParameter(VisitQueryCondition.FieldNames.username, searchText);
        params.addBodyParameter(CommonVariables.Page.PAGE_SIZE, "5");
        params.addBodyParameter(CommonVariables.Page.PAGE_SIZE, "20");
        params.addBodyParameter(CommonVariables.Page.PAGE_NUM, pageNum+"");
        x.http().post(params, new BaseCommonCallBack() {
            public void success() {