Commit 80af1c67 authored by Hsinli's avatar Hsinli

addd

parent bfbd0267
Pipeline #19279 passed with stage
in 7 seconds
'use strict';
module.exports = app => {
const router = app.router.namespace(app.config.projectRootPath + '/duxiaoman/check');
const router = app.router.namespace(app.config.projectRootPath + '/duxiaoman');
router.get('/phone', 'duxiaoman.check.getUserHidePhone');
router.get('/result', '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