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

to 1.0

parent e449ce6a
Pipeline #9630 passed with stage
in 10 seconds
...@@ -4,7 +4,7 @@ module.exports = app => { ...@@ -4,7 +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');//房价指数 房价涨跌 购房资格、贷款额度问答
...@@ -44,7 +44,7 @@ module.exports = app => { ...@@ -44,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