mirror of
http://git.mhez-qa.uplus.co.kr/hubez/hubez-admin.git
synced 2025-12-07 10:03:55 +09:00
공지사항 삭제 기능 추가
This commit is contained in:
@@ -15,6 +15,11 @@ const updateNotice = (params) => {
|
||||
return httpClient.post('/api/v1/bo/homeMgt/updateNotice', params, { withCredentials: false });
|
||||
};
|
||||
|
||||
// 공지사항 삭제
|
||||
const deleteNotice = (params) => {
|
||||
return httpClient.post('/api/v1/bo/homeMgt/deleteNotice', params, { withCredentials: false });
|
||||
};
|
||||
|
||||
const getImageUrl = (params) => {
|
||||
return httpClient.post('/api/v1/bo/homeMgt/getImageUrl', params, {
|
||||
headers: {
|
||||
@@ -56,6 +61,7 @@ const fileDownload = (params) => {
|
||||
export default {
|
||||
insertNotice,
|
||||
updateNotice,
|
||||
deleteNotice,
|
||||
fileDownload,
|
||||
getImageUrl,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user