From febf1743bfa473d7a00eaec206e833c9bd4ee5e5 Mon Sep 17 00:00:00 2001 From: liuwh <liuwh@hugeinfo.com.cn> Date: Mon, 24 Feb 2020 01:14:29 +0800 Subject: [PATCH] 修改 --- SunshineIns/src/fetch/index.js | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/SunshineIns/src/fetch/index.js b/SunshineIns/src/fetch/index.js index a2756b1..251a0e1 100644 --- a/SunshineIns/src/fetch/index.js +++ b/SunshineIns/src/fetch/index.js @@ -80,6 +80,7 @@ import entryQuery from './entryQuery'; import attachmentDownload from './attachmentDownload'; import entryAudit from './entryAudit'; +import signinfo from './signinfo'; export default { domain, @@ -163,5 +164,6 @@ entrySave, entryQuery, attachmentDownload, - entryAudit + entryAudit, + signinfo }; \ No newline at end of file -- Gitblit v1.8.0