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