上传照片

This commit is contained in:
2025-03-01 15:02:16 +08:00
parent be53dce5da
commit ee6489d21c
2 changed files with 22 additions and 1 deletions

View File

@ -3,4 +3,5 @@ package com.ycwl.basic.constant;
public class StorageConstant {
public static final String VLOG_PATH = "vlog";
public static final String VIDEO_PIECE_PATH = "source_video";
public static final String PHOTO_PATH = "source_photo";
}