Authored by Targaryen

actPath

... ... @@ -138,13 +138,6 @@ const file = {
};
}
if (!actPath) {
return ctx.body = {
code: 400,
message: '请指定上传路径'
};
}
let readable = fs.createReadStream(file.path);
let config = CDNCONFIG.main;
... ...