| | |
| | | public enum FilePathEnum {
|
| | | // 用户相关
|
| | | userPortrait("/user/img/portrait/", "用户头像"),
|
| | | userPreview("/user/img/preview/", "用户预览头像"),
|
| | | userWXPortrait("/user/img/portrait_wx/", "用户微信头像"),
|
| | | userERcode("/user/img/ercode/", "用户上传微信二维码"),
|
| | | userComplaint("/user/img/user_complaint/", "用户吐槽图片"),
|
| | |
| | | ercode("/user/img/invite/", "分享邀请图二维码图片"),
|
| | | shareGoods("/user/img/sharegoods/", "分享商品图片"),
|
| | | shareXCX("/user/img/sharegoods_xcx/", "分享小程序图片"),
|
| | |
|
| | | vipApply("/usr/img/vip/apply/","会员申请用户上传图片"),
|
| | | elmeShare("/usr/img/elme/share/","饿了么分享图生成"),
|
| | | activityShare("/usr/img/activity/share/","活动分享图生成"),
|
| | | // 编辑相关
|
| | | apk("/editor/apk/", "上传Apk安装包"), // -- /img/admin/
|
| | | section("/editor/upload_imgs/", "后台上传图片路径"), // -- /img/admin/
|
| | |
| | | specialCard("/editor/img/special_card/", "专题管理图片"),
|
| | | special("/editor/img/special/", "专题图片"),
|
| | | swiper("/editor/img/swiper_pic/", "轮播图片"),
|
| | | activityUser("/editor/img/activityUser/", "动态用户"),
|
| | | goodsEvaluate("/editor/img/evaluate/", "动态发圈"),
|
| | | banLiShopClass("/editor/img/shop/goods_class/", "板栗商城分类图片"),
|
| | | banLiShopGoods("/editor/img/shop/goods/", "板栗商城商品图片");
|
| | | |
| | |
|
| | |
|
| | | private final String path;
|
| | | private final String desc;
|