From 2bcd556961208b80af1cb157633c594faab1eca2 Mon Sep 17 00:00:00 2001 From: liuwh <liuwh@hugeinfo.com.cn> Date: Mon, 24 Feb 2020 00:11:18 +0800 Subject: [PATCH] 小程序代码 --- SunshineIns/src/fetch/index.js | 26 +++++++++++++++++++++++++- 1 files changed, 25 insertions(+), 1 deletions(-) diff --git a/SunshineIns/src/fetch/index.js b/SunshineIns/src/fetch/index.js index f3bb872..251a0e1 100644 --- a/SunshineIns/src/fetch/index.js +++ b/SunshineIns/src/fetch/index.js @@ -69,6 +69,18 @@ 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'; export default { domain, @@ -141,5 +153,17 @@ test1, finds, importExcel, - Eexport + Eexport, + auditPerson, + socialfind, + socialSave, + socialQuery, + socialUpdate, + socialDelete, + entryFind, + entrySave, + entryQuery, + attachmentDownload, + entryAudit, + signinfo }; \ No newline at end of file -- Gitblit v1.8.0