mirror of
http://git.mhez-qa.uplus.co.kr/hubez/hubez-admin.git
synced 2025-12-07 00:03:51 +09:00
소스검증을 위한 수정 변경
This commit is contained in:
@@ -68,6 +68,11 @@ const updateAdminInfoTotal = (params) => {
|
||||
return httpClient.post('/api/v1/bo/custMgt/updateAdminInfoTotal', params);
|
||||
}
|
||||
|
||||
//insertTestId
|
||||
const insertTestId = (params) => {
|
||||
return httpClient.post('/api/v1/bo/custMgt/insertTestId', params);
|
||||
}
|
||||
|
||||
// 메모삭제
|
||||
const deleteMemo = (params) => {
|
||||
return httpClient.post('/api/v1/bo/custMgt/deleteMemo', params);
|
||||
@@ -111,4 +116,5 @@ export default {
|
||||
deleteUser,
|
||||
updateAdminInfoTotal,
|
||||
deleteMemo,
|
||||
insertTestId,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user