From 3fdd7cb635c582dd359979ce106b1d94444a6878 Mon Sep 17 00:00:00 2001 From: 付延余 <f-yanyu@outlook.com> Date: 星期二, 26 四月 2022 11:39:22 +0800 Subject: [PATCH] 首页数据 --- src/api/shehuiBaozhang.js | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/src/api/shehuiBaozhang.js b/src/api/shehuiBaozhang.js index 664ad87..04f0229 100644 --- a/src/api/shehuiBaozhang.js +++ b/src/api/shehuiBaozhang.js @@ -34,3 +34,8 @@ export const getAverageTable = (params) => { return postRequest('/ybg/webservice/app/social/getAverageTable.do', params) } + +//17.鏌ヨ绀句繚鍗℃寔鍗′汉鏁版暟鎹帴鍙� +export const getCardNumsTable = (params) => { + return postRequest('/ybg/webservice/app/social/getCardNumsTable.do',params) +} -- Gitblit v1.9.1