module.exports = (router) => {
router.get('/jsjxy', require('./jsjxy'));
router.get('/xyxw', require('./xyxw'));
};