From 7f3bd68b67a4f8ae0565b19433299c5e6336f951 Mon Sep 17 00:00:00 2001 From: 付延余 <f-yanyu@outlook.com> Date: 星期四, 19 五月 2022 14:46:07 +0800 Subject: [PATCH] 其他业务 --- src/api/businessPolicy.js | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/src/api/businessPolicy.js b/src/api/businessPolicy.js index d49322f..044d79a 100644 --- a/src/api/businessPolicy.js +++ b/src/api/businessPolicy.js @@ -4,3 +4,13 @@ export const getCount = params=> { return postRequest('/ybg/webservice/app/policy/getCount.do',params) } + +//38.鏌ヨ钀ュ晢鏀跨瓥鍜岀浉鍏虫姤閬撳垪琛ㄦ帴鍙� +export const getList = (params) => { + return postRequest('/ybg/webservice/app/policy/getList.do',params) +} + +//39.鏌ヨ钀ュ晢鏀跨瓥璇︽儏鎺ュ彛 +export const getDetail = (params) => { + return postRequest('/ybg/webservice/app/policy/getDetail.do',params) +} -- Gitblit v1.9.1