| | |
| | | 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'; |
| | | import tipoffQuery from './tipoffQuery'; |
| | | import getTipoffDetail from './getTipoffDetail'; |
| | | import tipoffReply from './tipoffReply'; |
| | | import appointment from './appointment'; |
| | | import appointmentDetail from './appointmentDetail'; |
| | | import searchLaw from './searchLaw'; |
| | | import searchLawFind from './searchLawFind'; |
| | | import searchLawSave from './searchLawSave'; |
| | | import searchLawDelete from './searchLawDelete'; |
| | | import questionFindPersonById from './questionFindPersonById'; |
| | | import getAnswer from './getAnswer'; |
| | | import entryDelete from './entryDelete'; |
| | | import findImage from './findImage'; |
| | | |
| | | export default { |
| | | domain, |
| | |
| | | entrySave, |
| | | entryQuery, |
| | | attachmentDownload, |
| | | entryAudit |
| | | entryAudit, |
| | | questionFindById, |
| | | saveQuestionTemp, |
| | | questionQuery, |
| | | questionAudit, |
| | | signinfo, |
| | | addResult, |
| | | socialCompany, |
| | | socialCompanySave, |
| | | socialCompanyDetail, |
| | | socialCompanydelete, |
| | | tipoffQuery, |
| | | getTipoffDetail, |
| | | tipoffReply, |
| | | appointment, |
| | | appointmentDetail, |
| | | searchLaw, |
| | | searchLawFind, |
| | | searchLawSave, |
| | | searchLawDelete, |
| | | questionFindPersonById, |
| | | getAnswer, |
| | | entryDelete, |
| | | findImage, |
| | | }; |