Commit 5e17380f authored by Hsinli's avatar Hsinli

add

parent b930196a
Pipeline #19672 passed with stage
in 2 seconds
...@@ -7,14 +7,17 @@ module.exports = app => { ...@@ -7,14 +7,17 @@ module.exports = app => {
//贷款计算器 //贷款计算器
router.post('third', '/caculator', 'cd.loanCaculator.caculator'); router.post('third', '/caculator', 'cd.loanCaculator.caculator');
//资讯详细内容 //资讯-详细内容
router.get('third', '/news/:id', 'cd.news.getNews'); router.get('third', '/news/:id', 'cd.news.getNews');
//资讯-列表
router.post('third', '/news/list', 'cd.news.getNewsList'); router.post('third', '/news/list', 'cd.news.getNewsList');
//预售楼盘搜索历史 //预售楼盘-搜索历史
router.get('/presell/search_history', loginAuth, 'cd.presellSearchHistory.getSearchHistory'); 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.getSearchHistory');
//预售楼盘-列表
router.post('third', '/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