From d3429f26d341cd8047e79ada5f2f5468efe2947f Mon Sep 17 00:00:00 2001
From: liuwh <liuwh@hugeinfo.com.cn>
Date: Thu, 05 Mar 2020 18:54:42 +0800
Subject: [PATCH] 1
---
SunshineIns/src/fetch/index.js | 53 ++++++++++++++++++++++++++++++++++++++++++++++++++++-
1 files changed, 52 insertions(+), 1 deletions(-)
diff --git a/SunshineIns/src/fetch/index.js b/SunshineIns/src/fetch/index.js
index 07e9c2f..8f5026e 100644
--- a/SunshineIns/src/fetch/index.js
+++ b/SunshineIns/src/fetch/index.js
@@ -65,6 +65,32 @@
import unlocking from './unlocking';
import deleteUser from './deleteUser';
import getUserLog from './getUserLog';
+import test1 from './test1';
+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 questionFindById from './questionFindById';
+import saveQuestionTemp from './saveQuestionTemp';
+import questionQuery from './questionQuery';
+import questionAudit from './questionAudit';
+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,
getMenu,
@@ -132,5 +158,30 @@
getLog,
unlocking,
deleteUser,
- getUserLog
+ getUserLog,
+ test1,
+ finds,
+ importExcel,
+ Eexport,
+ auditPerson,
+ socialfind,
+ socialSave,
+ socialQuery,
+ socialUpdate,
+ socialDelete,
+ entryFind,
+ entrySave,
+ entryQuery,
+ attachmentDownload,
+ entryAudit,
+ questionFindById,
+ saveQuestionTemp,
+ questionQuery,
+ questionAudit,
+ signinfo,
+ addResult,
+ socialCompany,
+ socialCompanySave,
+ socialCompanyDetail,
+ socialCompanydelete
};
\ No newline at end of file
--
Gitblit v1.8.0