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

rollback router fix

parent f133d874
Pipeline #10246 passed with stage
in 5 seconds
......@@ -4,7 +4,7 @@ module.exports = app => {
const router = app.router.namespace(app.config.projectRootPath + '/house');
const loginAuth = app.middleware.loginAuth({ type: 'new' });//登录中间件
/***********1.0接口关闭
router.get('/tool/:house_style/:area_code/:level', 'house.tool.getMapPoint');//购房计划地图点位
router.post('/tool/plan', 'house.tool.generateBuyHousePlan');//生成购房计划
router.get('/tool/:type/:area_code', 'house.tool.getHousePriceFeature');//房价指数 房价涨跌 购房资格、贷款额度问答
......@@ -44,7 +44,7 @@ module.exports = app => {
//我的
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