Commit 6e68db24 authored by Hsinli's avatar Hsinli

add

parent 640b7af1
Pipeline #19703 passed with stage
in 2 seconds
...@@ -17,9 +17,9 @@ module.exports = app => { ...@@ -17,9 +17,9 @@ module.exports = app => {
//预售楼盘-清除搜索历史 //预售楼盘-清除搜索历史
router.put('/presell/search_history', loginAuth, 'cd.presellSearchHistory.cleanSearchHistory'); router.put('/presell/search_history', loginAuth, 'cd.presellSearchHistory.cleanSearchHistory');
//预售楼盘-列表 //预售楼盘-列表
router.post('/presell/list', 'cd.presellHouse.getPresellHouseList'); router.post('/presell/house/list', 'cd.presellHouse.getPresellHouseList');
//预售楼盘-详情 //预售楼盘-详情
router.get('/presell/:id', 'cd.presellHouse.getPresellHouse'); router.get('/presell/house/:id', 'cd.presellHouse.getPresellHouse');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment