mirror of
http://git.mhez-qa.uplus.co.kr/hubez/hubez-admin.git
synced 2025-12-07 12:28:26 +09:00
유치채널관리 수정 / 정산관리 추가,수정 / 채널관리 수정 / 고객관리 수정 / 모니터링 추가 / 리스크관리 수정 / 발신번호관리
추가,수정 / 서비스관리 수정 / 발송통계 수정
This commit is contained in:
16
frontend/src/modules/mntrng/service/mntrngApi.js
Normal file
16
frontend/src/modules/mntrng/service/mntrngApi.js
Normal file
@@ -0,0 +1,16 @@
|
||||
import httpClient from '@/common/http-client';
|
||||
|
||||
// HUBEZ_BO_API - 일별 통계 목록 조회.
|
||||
const sendList = (params) => {
|
||||
return httpClient.post('/api/v1/bo/mntrng/sendList', params, { withCredentials: false });
|
||||
}
|
||||
|
||||
// HUBEZ_BO_API - 월별 통계 목록 조회.
|
||||
const liveSendSttus = (params) => {
|
||||
return httpClient.post('/api/v1/bo/mntrng/liveSendSttus', params, { withCredentials: false });
|
||||
}
|
||||
|
||||
export default {
|
||||
sendList,
|
||||
liveSendSttus,
|
||||
}
|
||||
Reference in New Issue
Block a user