크리에이터 라이브 정산 페이지 추가

This commit is contained in:
Yu Sung
2023-10-03 18:19:15 +09:00
parent a22fbca9fd
commit 9464bf55e0
3 changed files with 11 additions and 11 deletions

View File

@@ -1,7 +1,7 @@
import Vue from 'vue';
async function getCalculateCreator(startDate, endDate) {
return Vue.axios.get('/admin/calculate/creator?startDateStr=' + startDate + '&endDateStr=' + endDate);
async function getCalculateLive(startDate, endDate) {
return Vue.axios.get('/admin/calculate/live?startDateStr=' + startDate + '&endDateStr=' + endDate);
}
export { getCalculateCreator }
export { getCalculateLive }