mirror of
https://gitee.com/dromara/electron-egg.git
synced 2026-05-23 16:58:09 +08:00
auto launch
This commit is contained in:
@@ -51,7 +51,7 @@ class ExampleController extends BaseController {
|
||||
// const uploadRes = await service.example.uploadFileToSMMS(fileStream);
|
||||
// }
|
||||
const file = ctx.request.files[0];
|
||||
this.app.logger.info('file:', file);
|
||||
//this.app.logger.info('file:', file);
|
||||
|
||||
try {
|
||||
let tmpFile = fs.readFileSync(file.filepath)
|
||||
|
||||
Reference in New Issue
Block a user