From 6e41ce0ab4300758ebd77ea257c3d9532e3df7e0 Mon Sep 17 00:00:00 2001 From: zhangxiaoxu123456 <zxx19900626> Date: 星期二, 10 五月 2022 11:58:22 +0800 Subject: [PATCH] 接口对接 --- src/api/shehuiBaozhang.js | 20 +++++++++++++++----- 1 files changed, 15 insertions(+), 5 deletions(-) diff --git a/src/api/shehuiBaozhang.js b/src/api/shehuiBaozhang.js index 04f0229..3885dfb 100644 --- a/src/api/shehuiBaozhang.js +++ b/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) } @@ -39,3 +44,8 @@ export const getCardNumsTable = (params) => { return postRequest('/ybg/webservice/app/social/getCardNumsTable.do',params) } + +// 35. 鏌ヨ鍘嗗勾绀句繚鍩洪噾鏁版嵁鍒嗘瀽鍥炬暟鎹帴鍙� +export const getStatisticsChart = (params) => { + return postRequest('/ybg/webservice/app/social/getStatisticsChart.do',params) +} -- Gitblit v1.9.1