From d828320e6384df831839bde49f09cf2ad1c49899 Mon Sep 17 00:00:00 2001
From: liuwh <liuwh@hugeinfo.com.cn>
Date: Thu, 27 Feb 2020 08:43:55 +0800
Subject: [PATCH] 提交

---
 SunshineIns/src/fetch/index.js |   36 +++++++++++++++++++++++++++++++++++-
 1 files changed, 35 insertions(+), 1 deletions(-)

diff --git a/SunshineIns/src/fetch/index.js b/SunshineIns/src/fetch/index.js
index f3bb872..2c4e035 100644
--- a/SunshineIns/src/fetch/index.js
+++ b/SunshineIns/src/fetch/index.js
@@ -69,6 +69,23 @@
 import finds from './finds';
 import importExcel from './importExcel';
 import Eexport from './export';
+import auditPerson from './auditPerson';
+import socialfind from './socialfind';
+import socialSave from './socialSave';
+import socialQuery from './socialQuery';
+import socialUpdate from './socialUpdate';
+import socialDelete from './socialDelete';
+import entryFind from './entryFind';
+import entrySave from './entrySave';
+import entryQuery from './entryQuery';
+import attachmentDownload from './attachmentDownload';
+import entryAudit from './entryAudit';
+import signinfo from './signinfo';
+import addResult from './addResult';
+import socialCompany from './socialCompany';
+import socialCompanySave from './socialCompanySave';
+import socialCompanyDetail from './socialCompanyDetail';
+import socialCompanydelete from './socialCompanydelete';
 
 export default {
   domain,
@@ -141,5 +158,22 @@
   test1,
   finds,
   importExcel,
-  Eexport
+  Eexport,
+  auditPerson,
+  socialfind,
+  socialSave,
+  socialQuery,
+  socialUpdate,
+  socialDelete,
+  entryFind,
+  entrySave,
+  entryQuery,
+  attachmentDownload,
+  entryAudit,
+  signinfo,
+  addResult,
+  socialCompany,
+  socialCompanySave,
+  socialCompanyDetail,
+  socialCompanydelete
 };
\ No newline at end of file

--
Gitblit v1.8.0