From ed96dab91fbac7159525fe557af2ecdd135c791d Mon Sep 17 00:00:00 2001 From: liuwh <liuwh@hugeinfo.com.cn> Date: Mon, 23 Mar 2020 14:21:40 +0800 Subject: [PATCH] 1 --- SunshineIns/src/fetch/index.js | 14 +++++++++++++- 1 files changed, 13 insertions(+), 1 deletions(-) diff --git a/SunshineIns/src/fetch/index.js b/SunshineIns/src/fetch/index.js index 89a0774..f69802e 100644 --- a/SunshineIns/src/fetch/index.js +++ b/SunshineIns/src/fetch/index.js @@ -93,6 +93,12 @@ import tipoffQuery from './tipoffQuery'; import getTipoffDetail from './getTipoffDetail'; import tipoffReply from './tipoffReply'; +import appointment from './appointment'; +import appointmentDetail from './appointmentDetail'; +import searchLaw from './searchLaw'; +import searchLawFind from './searchLawFind'; +import searchLawSave from './searchLawSave'; +import searchLawDelete from './searchLawDelete'; export default { domain, @@ -189,5 +195,11 @@ socialCompanydelete, tipoffQuery, getTipoffDetail, - tipoffReply + tipoffReply, + appointment, + appointmentDetail, + searchLaw, + searchLawFind, + searchLawSave, + searchLawDelete }; \ No newline at end of file -- Gitblit v1.8.0