Commit f496b2fc authored by Hsinli's avatar Hsinli

ad

parent 87767a5d
Pipeline #19755 passed with stage
in 2 seconds
......@@ -23,8 +23,11 @@ module.exports = app => {
//摇号-楼盘名字模糊匹配
router.post('/lottery/name', loginAuth, 'cd.lotteryPublicise.getHouseName');
//摇号-用户查询
router.post('/lottery/publicise', loginAuth, 'cd.lotteryPublicise.getLotteryPublicise');
//摇号-用户查询历史
router.get('/lottery/query/list', loginAuth, 'cd.lotteryPublicise.getUserQueryList');
//摇号-用户根据查询历史重新查询
router.post('/lottery/review', loginAuth, 'cd.lotteryPublicise.getUserQueryList');
......
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