From 09f41d210c0d38bb9058f1de7605e6a8d445bd21 Mon Sep 17 00:00:00 2001 From: 付延余 <f-yanyu@outlook.com> Date: 星期二, 26 四月 2022 10:43:18 +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