This commit is contained in:
@@ -102,6 +102,7 @@ $routes->group('', ['namespace' => 'App\Controllers\V2'], static function ($rout
|
||||
* 홍보확인서현황 - API
|
||||
*/
|
||||
$routes->get('m703a/getResultList', 'M703::getResultList');
|
||||
$routes->get('m703a/excel', 'M703::excel');
|
||||
$routes->post('m703a/saveBunyang', 'M703::saveBunyang'); // 현장확인저장
|
||||
$routes->post('m703a/saveOthers', 'M703::saveOthers'); // 홍보확인서아님
|
||||
$routes->post('m703a/saveDuplicate', 'M703::saveDuplicate'); // 중복
|
||||
@@ -112,6 +113,23 @@ $routes->group('', ['namespace' => 'App\Controllers\V2'], static function ($rout
|
||||
$routes->post('m703a/saveResult', 'M703::saveResult'); // 결과저장
|
||||
});
|
||||
|
||||
/**
|
||||
* 전화확인매물현황
|
||||
*/
|
||||
$routes->group('m704', static function ($routes) {
|
||||
$routes->get('m704a/lists', 'M704::lists');
|
||||
$routes->get('m704a/detail/(:num)', 'M704::detail/$1');
|
||||
|
||||
/**
|
||||
* 전화확인매물현황 - API
|
||||
*/
|
||||
$routes->get('m704a/getResultList', 'M704::getResultList');
|
||||
$routes->get('m704a/excel', 'M704::excel');
|
||||
$routes->post('m704a/uploadFile', 'M704::uploadFile'); // 파일업로드
|
||||
$routes->post('m704a/saveMemo', 'M704::saveMemo'); // 메모저장
|
||||
$routes->post('m704a/getNextFaxImgs', 'M704::getNextFaxImgs'); // 다음매물확인
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user