Authored by 郭成尧

Merge branch 'hotfix/delbocai' into 'master'

Hotfix/delbocai



See merge request !1238
... ... @@ -132,11 +132,15 @@ router.get('/invite/shareover', invite.shareover);
router.get('/invite/over', invite.over);
router.get('/vip-day', vipDay.index);
router.get('/vip-day/crazy-wheel', vipDay.beforeIn, vipDay.crazyWheel);
// 涉嫌博彩,要求下线 180129
// router.get('/vip-day/crazy-wheel', vipDay.beforeIn, vipDay.crazyWheel);
router.post('/vip-day/crazy-wheel/award.json', vipDay.beforeIn, vipDay.wheelResult);
router.post('/vip-day/crazy-luck/award.json', vipDay.beforeIn, vipDay.luckResult);
router.get('/vip-day/crazy-luck/award-list.json', vipDay.beforeIn, vipDay.luckResultCollect);
router.get('/vip-day/crazy-luck', vipDay.beforeIn, vipDay.crazyLuck);
// 涉嫌博彩,要求下线 180129
// router.get('/vip-day/crazy-luck', vipDay.beforeIn, vipDay.crazyLuck);
router.post('/vip-day/signin.json', vipDay.beforeIn, vipDay.signin);
router.post('/vip-day/msg/save.json', vipDay.beforeIn, vipDay.saveMsg);
router.get('/vip-day/msg/fetch.json', vipDay.fetchMsg);
... ... @@ -155,11 +159,15 @@ router.get('/share', share.getShareContent);
// 102828会员日
router.get('/vip-day1028', vipDay1028.index);
router.get('/vip-day1028/crazy-wheel', vipDay1028.beforeIn, vipDay1028.crazyWheel);
// 涉嫌博彩,要求下线 180129
// router.get('/vip-day1028/crazy-wheel', vipDay1028.beforeIn, vipDay1028.crazyWheel);
router.post('/vip-day1028/crazy-wheel/award.json', vipDay1028.beforeIn, vipDay1028.wheelResult);
router.post('/vip-day1028/crazy-luck/award.json', vipDay1028.beforeIn, vipDay1028.luckResult);
router.get('/vip-day1028/crazy-luck/award-list.json', vipDay1028.beforeIn, vipDay1028.luckResultCollect);
router.get('/vip-day1028/crazy-luck', vipDay1028.beforeIn, vipDay1028.crazyLuck);
// 涉嫌博彩,要求下线 180129
// router.get('/vip-day1028/crazy-luck', vipDay1028.beforeIn, vipDay1028.crazyLuck);
router.post('/vip-day1028/signin.json', vipDay1028.beforeIn, vipDay1028.signin);
router.post('/vip-day1028/isStudent', vipDay1028.beforeIn, vipDay1028.checkIsStudent);
... ...