Files
dtx_store/apis/interfaces/uploading.js
唐明明 1c6091371e init
2022-06-07 16:37:03 +08:00

18 lines
274 B
JavaScript

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