This commit is contained in:
@@ -185,6 +185,7 @@ $routes->group('', ['namespace' => 'App\Controllers\V2'], static function ($rout
|
||||
*/
|
||||
$routes->get('m708a/getResultList', 'M708::getResultList');
|
||||
$routes->get('m708a/excel', 'M708::excel');
|
||||
$routes->post('m708a/rotateImage', 'M708::rotateImage'); // 이미지 회전
|
||||
$routes->get('m708a/getArticleInfo', 'M708::getArticleInfo'); // 매물검색
|
||||
$routes->post('m708a/saveNotArticle', 'M708::saveNotArticle'); // 홍보확인서 아님 저장
|
||||
$routes->post('m708a/saveDuplImgs', 'M708::saveDuplImgs'); // 중복으로 저장
|
||||
@@ -197,6 +198,28 @@ $routes->group('', ['namespace' => 'App\Controllers\V2'], static function ($rout
|
||||
|
||||
});
|
||||
|
||||
/**
|
||||
* 모바일 추가 서류
|
||||
*/
|
||||
$routes->group('m709', static function ($routes) {
|
||||
$routes->get('m709a/lists', 'M709::lists');
|
||||
$routes->get('m709a/detail/(:num)', 'M709::detail/$1');
|
||||
|
||||
/**
|
||||
* 모바일 추가 서류 - API
|
||||
*/
|
||||
$routes->get('m709a/getResultList', 'M709::getResultList');
|
||||
$routes->get('m709a/excel', 'M709::excel');
|
||||
$routes->post('m709a/rotateImage', 'M709::rotateImage'); // 이미지 회전
|
||||
$routes->get('m709a/getArticleInfo', 'M709::getArticleInfo'); // 매물검색
|
||||
$routes->post('m709a/saveNotArticle', 'M709::saveNotArticle'); // 홍보확인서 아님 저장
|
||||
$routes->post('m709a/saveDuplImgs', 'M709::saveDuplImgs'); // 중복으로 저장
|
||||
$routes->post('m709a/saveAddress', 'M709::saveAddress'); // 정보 저장
|
||||
$routes->post('m709a/saveImageArticle', 'M709::saveImageArticle'); // 확인결과저장
|
||||
$routes->post('m709a/getNextFaxImgs', 'M709::getNextFaxImgs'); // 다음매물
|
||||
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user