zhangxiaoxu123456
2022-04-29 af63b044b26ddf2a381b28e7a7f413ddeb31e1e9
src/api/shehuiBaozhang.js
@@ -10,27 +10,32 @@
  return postRequest('/ybg/webservice/app/social/getPersonTable.do', params)
}
//14.查询职工养老保险参保人数数据接口
//34.查询社会保障基金统计表数据接口
export const getStatisticsTable = (params) => {
  return postRequest('/ybg/webservice/app/social/getStatisticsTable.do', params)
}
//12.查询职工养老保险参保人数数据接口
export const getSecurityTable = (params) => {
  return postRequest('/ybg/webservice/app/social/getSecurityTable.do', params)
}
//15.查询近一年职工养老保险参保人数折线图数据接口
//13.查询近一年职工养老保险参保人数折线图数据接口
export const getSecurityDetailChart = (params) => {
  return postRequest('/ybg/webservice/app/social/getSecurityDetailChart.do', params)
}
//16.查询社会保险参保人数表格数据接口
//14.查询社会保险参保人数表格数据接口
export const getInsuranceTable = (params) => {
  return postRequest('/ybg/webservice/app/social/getInsuranceTable.do', params)
}
//17.查询社保征缴收入明细总览表格数据接口
//15.查询社保征缴收入明细总览表格数据接口
export const getFundincomeTable = (params) => {
  return postRequest('/ybg/webservice/app/social/getFundincomeTable.do', params)
}
//18.查询社保征缴收入和参保人数平均值表格数据接口
//16.查询社保征缴收入和参保人数平均值表格数据接口
export const getAverageTable = (params) => {
  return postRequest('/ybg/webservice/app/social/getAverageTable.do', params)
}