Files
douhuo-h5/apis/interfaces/uploading.js
2023-05-15 13:18:38 +08:00

18 lines
290 B
JavaScript

/**
* Web唐明明
* 匆匆数载恍如梦,岁月迢迢华发增。
* 碌碌无为枉半生,一朝惊醒万事空。
* moduleName: 上传图片
*/
import { uploading as upd } from '../index'
const uploads = (paths, driver) => {
return upd(paths, driver)
}
export {
uploads
}