크리에이터 라이브 정산 페이지 추가
This commit is contained in:
@@ -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 }
|
||||
|
Reference in New Issue
Block a user