前后端差不多
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
import { api } from './index'
|
||||
|
||||
export const scheduleApi = {
|
||||
|
||||
getEvents(params = {}) {
|
||||
return api.post('/schedule/getevents', params)
|
||||
},
|
||||
|
||||
|
||||
addEvent(data) {
|
||||
return api.post('/schedule/addevent', data)
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user