// 开营通知相关接口 const api = { // 开营通知-查询开营通知列表 queryNoticeList: { url: '/notice/queryNoticeList', method: 'GET', auth: true, }, // 开营通知-查询开营通知详情 queryNoticeById: { url: '/notice/queryNoticeById', method: 'GET', auth: true, }, } export default api