콘텐츠 정산 페이지 추가
This commit is contained in:
@@ -4,4 +4,8 @@ async function getCalculateLive(startDate, endDate) {
|
||||
return Vue.axios.get('/admin/calculate/live?startDateStr=' + startDate + '&endDateStr=' + endDate);
|
||||
}
|
||||
|
||||
export { getCalculateLive }
|
||||
async function getCalculateContent(startDate, endDate) {
|
||||
return Vue.axios.get('/admin/calculate/content-list?startDateStr=' + startDate + '&endDateStr=' + endDate);
|
||||
}
|
||||
|
||||
export { getCalculateLive, getCalculateContent }
|
||||
|
Reference in New Issue
Block a user