一文搞懂eggjs中上傳文件

1、基本的配置 在eggjs中上傳文件的官方文檔html 一、配置上傳的路由git module.exports = (app) => { const { router, controller } = app; router.resources('file', '/api/v1/file', controller.file); }; 二、在config/config.default.js中
相關文章
相關標籤/搜索