req.checkBody({
        'name': {
            notEmpty: {
                options: [true],
                errorMessage: '节点名称不能为空'