From 6e41ce0ab4300758ebd77ea257c3d9532e3df7e0 Mon Sep 17 00:00:00 2001
From: zhangxiaoxu123456 <zxx19900626>
Date: 星期二, 10 五月 2022 11:58:22 +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