You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
301 B

'use strict';
const yujingguanli = require('../../controllers/patrolManage/yujingguanli');
module.exports = function (app, router, opts) {
app.fs.api.logAttr['POST/yujingguanli'] = { content: '下发预警邮件', visible: true };
router.post('/yujingguanli', yujingguanli.varfiyCode);
};