mirror of
http://git.mhez-qa.uplus.co.kr/hubez/hubez-admin.git
synced 2025-12-12 01:47:50 +09:00
TC 수정 반영
This commit is contained in:
@@ -18,7 +18,7 @@ const deleteIntrcp = (params) => {
|
||||
return httpClient.post('/api/v1/bo/riskMgt/sendNum/deleteIntrcp', params, { withCredentials: false });
|
||||
}
|
||||
|
||||
const msgIntrcpList = (params) => {
|
||||
const msgInsertIntrcp = (params) => {
|
||||
return httpClient.post('/api/v1/bo/riskMgt/msg/insertIntrcp', params, { withCredentials: false });
|
||||
}
|
||||
|
||||
@@ -39,7 +39,7 @@ export default {
|
||||
intrcpDetail,
|
||||
insertIntrcp,
|
||||
deleteIntrcp,
|
||||
msgIntrcpList,
|
||||
msgInsertIntrcp,
|
||||
msgIntrcpDetail,
|
||||
deleteMsgIntrcp,
|
||||
updateMsgIntrcp
|
||||
|
||||
Reference in New Issue
Block a user