Commit 96f08451 authored by Hsinli's avatar Hsinli

addd

parent a240560a
Pipeline #19685 passed with stage
in 2 seconds
......@@ -15,7 +15,7 @@ module.exports = app => {
//预售楼盘-搜索历史
router.get('/presell/search_history', loginAuth, 'cd.presellSearchHistory.getSearchHistory');
//预售楼盘-清除搜索历史
router.put('/presell/search_history', loginAuth, 'cd.presellSearchHistory.getSearchHistory');
router.put('/presell/search_history', loginAuth, 'cd.presellSearchHistory.cleanSearchHistory');
//预售楼盘-列表
router.post('/presell/list', 'cd.presellHouse.getPresellHouseList');
......
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