提交 5aeea7ba authored 作者: zyx's avatar zyx

通配上传接口

上级 26725c5d
......@@ -65,7 +65,7 @@ router.use('/v1/pay/wechat/*', _pr.use)
router.use('/get/wx-chart/*', _wxcsm.get)
router.use('/set/wx-chart/*', _wxcsm.set)
// 支持 ckeditor 图片上传
router.use('/form/ckeditor-upload', upload.any(), _cm.ckeditorUpload)
router.use('/form/ckeditor-upload*', upload.any(), _cm.ckeditorUpload)
router.use('/api/*', upload.any(), (req, res) => { res.send('暂无该接口') })
router.use('*', upload.any(), (req, res) => { res.send('接口未定义') })
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论