Commit 62e7f555 authored by 李尚科's avatar 李尚科

house tool add calculate house price

parent 75b553c1
Pipeline #6055 passed with stage
in 53 seconds
This diff is collapsed.
......@@ -7,8 +7,8 @@ module.exports = app => {
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');//房价指数 房价涨跌 购房资格、贷款额度问答
router.get('/tool/calculate_price', 'house.tool.calculateHousePrice2');//房产估价
router.get('/tool/qfang_area_list', 'house.tool.getQFangAreaList');//房产估价
router.post('/tool/calculate_price', 'house.tool.calculateHousePrice');//房产估价
router.get('/tool/qfang_area_list', 'house.tool.getQFangAreaList');//房产估价模糊匹配到的小区列表
//租房
router.get('/rental_house/home', 'house.rentalHouse.home');//租房首页信息
......
......@@ -4,6 +4,7 @@
"description": "处理用户业务公共逻辑",
"private": true,
"dependencies": {
"cheerio": "^1.0.0-rc.3",
"dataloader": "^1.4.0",
"egg": "^2.2.1",
"egg-cors": "^2.1.1",
......@@ -21,7 +22,6 @@
"moment": "^2.22.2",
"mysql2": "^1.6.1",
"node-cache": "^4.2.0",
"node-spider": "^1.4.1",
"parameter": "^3.3.1",
"ramda": "^0.25.0",
"uuid": "^3.3.2"
......
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