SunshineIns/src/fetch/index.js
@@ -80,6 +80,10 @@ 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'; export default { domain, @@ -163,5 +167,9 @@ entrySave, entryQuery, attachmentDownload, entryAudit entryAudit, questionFindById, saveQuestionTemp, questionQuery, questionAudit };