| | |
| | | |
| | | |
| | | // 首页接口 |
| | | // 18. 查询首页养老保险参保人数,社保卡人数接口 |
| | | export const getInsured = (params) => { |
| | | return postRequest('/ybg/webservice/app/homepage/getInsured.do',params) |
| | | } |
| | | // 19. 查询首页市直单位数据接口 |
| | | export const getInstitution = (params) => { |
| | | return postRequest('/ybg/webservice/app/homepage/getInstitution.do',params) |
| | | } |
| | | // 20. 查询人均可支配收入数据接口 |
| | | export const getIncome = (params) => { |
| | | return postRequest('/ybg/webservice/app/homepage/getIncome.do', params) |
| | | } |
| | | // 21. 查询欠薪追缴数据接口 |
| | | export const getMigrant = (params) => { |
| | | return postRequest('/ybg/webservice/app/homepage/getMigrant.do', params) |
| | | } |
| | | // 22. 查询创业担保贷款数据接口 |
| | | export const getLoan = (params) => { |
| | | return postRequest('/ybg/webservice/app/homepage/getLoan.do', params) |
| | | } |
| | | // 23. 查询人才建设数据接口 |
| | | export const getPersonnel = (params) => { |
| | | return postRequest('/ybg/webservice/app/homepage/getPersonnel.do', params) |
| | | } |
| | | // 24. 查询首页就业数据表格接口 |
| | | export const getLabourTable = (params) => { |
| | | return postRequest('/ybg/webservice/app/homepage/getLabourTable.do', params) |
| | | } |
| | | // 25. 查询首页就业数据折线图接口 |
| | | export const getLabourChart = (params) => { |
| | | return postRequest('/ybg/webservice/app/homepage/getLabourChart.do', params) |
| | | } |