크리에이터 기준 콘텐츠, 커뮤니티 합계 정산 페이지 추가
This commit is contained in:
@@ -45,6 +45,18 @@ async function getCalculateLiveByCreator(startDate, endDate, page, size) {
|
||||
)
|
||||
}
|
||||
|
||||
async function getCalculateContentByCreator(startDate, endDate, page, size) {
|
||||
return Vue.axios.get('/admin/calculate/content-by-creator?startDateStr=' +
|
||||
startDate + '&endDateStr=' + endDate + '&page=' + (page - 1) + '&size=' + size
|
||||
)
|
||||
}
|
||||
|
||||
async function getCalculateCommunityByCreator(startDate, endDate, page, size) {
|
||||
return Vue.axios.get('/admin/calculate/community-by-creator?startDateStr=' +
|
||||
startDate + '&endDateStr=' + endDate + '&page=' + (page - 1) + '&size=' + size
|
||||
)
|
||||
}
|
||||
|
||||
export {
|
||||
getCalculateLive,
|
||||
getCalculateContent,
|
||||
@@ -53,5 +65,7 @@ export {
|
||||
getCalculateCommunityPost,
|
||||
getSettlementRatio,
|
||||
createCreatorSettlementRatio,
|
||||
getCalculateLiveByCreator
|
||||
getCalculateLiveByCreator,
|
||||
getCalculateContentByCreator,
|
||||
getCalculateCommunityByCreator
|
||||
}
|
||||
|
Reference in New Issue
Block a user