From c79f4fea5045445c40cd417c3bdcf78c843f87ae Mon Sep 17 00:00:00 2001
From: liuwh <liuwh@hugeinfo.com.cn>
Date: Thu, 05 Mar 2020 17:38:01 +0800
Subject: [PATCH] 1

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

diff --git a/SunshineIns/src/fetch/index.js b/SunshineIns/src/fetch/index.js
index a2756b1..8f5026e 100644
--- a/SunshineIns/src/fetch/index.js
+++ b/SunshineIns/src/fetch/index.js
@@ -80,6 +80,16 @@
 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,
@@ -163,5 +173,15 @@
   entrySave,
   entryQuery,
   attachmentDownload,
-  entryAudit
+  entryAudit,
+  questionFindById,
+  saveQuestionTemp,
+  questionQuery,
+  questionAudit,
+  signinfo,
+  addResult,
+  socialCompany,
+  socialCompanySave,
+  socialCompanyDetail,
+  socialCompanydelete
 };
\ No newline at end of file

--
Gitblit v1.8.0