mirror of
http://git.mhez-qa.uplus.co.kr/hubez/hubez-admin.git
synced 2025-12-07 08:06:38 +09:00
어드민 수정건 수정
This commit is contained in:
@@ -17,6 +17,10 @@ const apprDetail = (params) => {
|
||||
return httpClient.post('/api/v1/bo/sendNumMgt/apprDetail', params, {withCredentials: false});
|
||||
}
|
||||
|
||||
const deleteNumber = (params) => {
|
||||
return httpClient.post('/api/v1/bo/sendNumMgt/deleteNumber', params, {withCredentials: false});
|
||||
}
|
||||
|
||||
// 사업자가 등록 요청.
|
||||
const insertNumber = (adminId, custNm, bRegNo, nmineeDivCd, numberInputs, bizrAuthYn, custSeq) => {
|
||||
let formData = new FormData();
|
||||
@@ -113,4 +117,5 @@ export default {
|
||||
insertNumber2,
|
||||
apprDetail,
|
||||
updateAppr,
|
||||
deleteNumber,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user