Commit f70ee324 authored by linfeng's avatar linfeng

佣金修改

parent a024de48
......@@ -89,6 +89,8 @@ public class ApiConfig {
public static String HTTP_URL_INCOME_RECORD = RvFrameConfig.HOST + "/api/admin/sellingwater/page";
public static String HTTP_URL_INCOME_RECORDA = RvFrameConfig.HOST + "/api/admin/sellingwater/pagea";
public static String HTTP_URL_INVITE_LIST = RvFrameConfig.HOST + "/api/admin/relation/pages";
public static String HTTP_URL_CONSUME_LIST = RvFrameConfig.HOST + "/api/admin/walletDetail/page";
......
......@@ -113,7 +113,7 @@ public class CommisionAllFragment extends BaseFragment<CommonPresenter> implemen
Map<String, Object> map = new HashMap<>();
map.put("pageNo", currentPage);
map.put("pageSize", pageSize);
mPresenter.getData(RvFrameConfig.HOST, 0, ApiConfig.HTTP_URL_INCOME_RECORD, IncomeRecordsBean.class, map, header, true);
mPresenter.getData(RvFrameConfig.HOST, 0, ApiConfig.HTTP_URL_INCOME_RECORDA, IncomeRecordsBean.class, map, header, true);
}
}
}
......@@ -111,7 +111,7 @@ public class CommisionFinishFragment extends BaseFragment<CommonPresenter> imple
map.put("pageNo", currentPage);
map.put("pageSize", pageSize);
map.put("type", 1);
mPresenter.getData(RvFrameConfig.HOST, 0, ApiConfig.HTTP_URL_INCOME_RECORD, IncomeRecordsBean.class, map, header, true);
mPresenter.getData(RvFrameConfig.HOST, 0, ApiConfig.HTTP_URL_INCOME_RECORDA, IncomeRecordsBean.class, map, header, true);
}
}
}
......@@ -111,7 +111,7 @@ public class CommisionUnFinishFragment extends BaseFragment<CommonPresenter> imp
map.put("pageNo", currentPage);
map.put("pageSize", pageSize);
map.put("type", 0);
mPresenter.getData(RvFrameConfig.HOST, 0, ApiConfig.HTTP_URL_INCOME_RECORD, IncomeRecordsBean.class, map, header, true);
mPresenter.getData(RvFrameConfig.HOST, 0, ApiConfig.HTTP_URL_INCOME_RECORDA, IncomeRecordsBean.class, map, header, true);
}
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment