Commit 6c514815 authored by Hsinli's avatar Hsinli

add

parent 0d0f383e
Pipeline #19281 passed with stage
in 1 minute 1 second
...@@ -4,7 +4,7 @@ module.exports = app => { ...@@ -4,7 +4,7 @@ module.exports = app => {
const router = app.router.namespace(app.config.projectRootPath + '/duxiaoman'); const router = app.router.namespace(app.config.projectRootPath + '/duxiaoman');
const loginAuth = app.middleware.loginAuth({ type: 'new' });//登录中间件 const loginAuth = app.middleware.loginAuth({ type: 'new' });//登录中间件
router.get('/phone', loginAuth, 'duxiaoman.check.getUserHidePhone'); router.get('/user/phone', loginAuth, 'duxiaoman.check.getUserHidePhone');
router.get('/result', loginAuth, 'duxiaoman.check.getCheck'); router.get('/check', loginAuth, 'duxiaoman.check.getCheck');
}; };
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