Authored by zhangxiaoru

ali catch

... ... @@ -21,8 +21,8 @@ const aliCloudri = (req, res, next) => {
module: 'activity',
width750: true,
cloudRi: result
}).catch(next);
});
})
}).catch(next);
};
module.exports = {
... ...