This commit is contained in:
张成
2025-11-28 14:22:26 +08:00
parent 647b3d9f31
commit ab8179713c
6 changed files with 21 additions and 26 deletions

View File

@@ -100,13 +100,8 @@ module.exports = {
},
'POST /file/upload_file_to_oss_by_auto_work': async (ctx) => {
const file =ctx.request.files.file ;
const result = await ossToolService.uploadFile(file, 'work_boss');
return ctx.success(result);
}
}