forked from nsjcy/frontEnd/nsjcy

liuwh
2020-02-24 febf1743bfa473d7a00eaec206e833c9bd4ee5e5
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
};