Commit cfa34b1b authored by 李尚科's avatar 李尚科

close house 1.0 router

parent c36d0ad4
Pipeline #9433 passed with stage
in 9 seconds
...@@ -4,6 +4,7 @@ module.exports = app => { ...@@ -4,6 +4,7 @@ module.exports = app => {
const router = app.router.namespace(app.config.projectRootPath + '/house'); const router = app.router.namespace(app.config.projectRootPath + '/house');
const loginAuth = app.middleware.loginAuth({ type: 'new' });//登录中间件 const loginAuth = app.middleware.loginAuth({ type: 'new' });//登录中间件
/******************关闭1.0接口
router.get('/tool/:house_style/:area_code/:level', 'house.tool.getMapPoint');//购房计划地图点位 router.get('/tool/:house_style/:area_code/:level', 'house.tool.getMapPoint');//购房计划地图点位
router.post('/tool/plan', 'house.tool.generateBuyHousePlan');//生成购房计划 router.post('/tool/plan', 'house.tool.generateBuyHousePlan');//生成购房计划
router.get('/tool/:type/:area_code', 'house.tool.getHousePriceFeature');//房价指数 房价涨跌 购房资格、贷款额度问答 router.get('/tool/:type/:area_code', 'house.tool.getHousePriceFeature');//房价指数 房价涨跌 购房资格、贷款额度问答
...@@ -43,7 +44,7 @@ module.exports = app => { ...@@ -43,7 +44,7 @@ module.exports = app => {
//我的 //我的
router.get('/mine', 'house.mine.getMineInfo');//获取用户的头像昵称和关注等信息 router.get('/mine', 'house.mine.getMineInfo');//获取用户的头像昵称和关注等信息
*************关闭1.0接口***********/
......
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