...
|
...
|
@@ -63,7 +63,7 @@ router.post('/autouserinfo/relateMobile', bind.relateMobile); |
|
|
/**
|
|
|
* 注册页面路由
|
|
|
*/
|
|
|
router.get('/reg/index', reg.index);
|
|
|
router.get('/reg', reg.index);
|
|
|
router.post('/reg/checkmobile', reg.checkMobileMiddleware, reg.checkMobile);
|
|
|
router.post('/reg/piccaptcha', reg.checkCode, reg.picCaptcha);
|
|
|
router.post('/reg/msgcaptcha', reg.checkMobileMiddleware, reg.msgCaptcha);
|
...
|
...
|
|