增加UPLOAD_FILE_TYPE_ENUM

2.0
LiuJiaNan 2026-08-18 15:34:12 +08:00
parent 66b72cb085
commit 24cd36b2fc
2 changed files with 4 additions and 0 deletions

View File

@ -147,6 +147,7 @@ export declare const UPLOAD_FILE_TYPE_ENUM: {
1002: 1002; // app_attachment - app附件
1003: 1003; // app_banner_image - app banner图片
1004: 1004; // cover_safety_circle - 安全圈封面
1005: 1005; // ai_upload_file - ai上传文件
};
/**
@ -298,4 +299,5 @@ export declare const UPLOAD_FILE_PATH_ENUM: {
1002: "app_attachment";
1003: "app_banner_image";
1004: "cover_safety_circle";
1005: "ai_upload_file";
};

View File

@ -147,6 +147,7 @@ export const UPLOAD_FILE_TYPE_ENUM = {
1002: 1002, // app_attachment - app附件
1003: 1003, // app_banner_image - app banner图片
1004: 1004, // cover_safety_circle - 安全圈封面
1005: 1005, // ai_upload_file - ai上传文件
};
/**
@ -298,4 +299,5 @@ export const UPLOAD_FILE_PATH_ENUM = {
1002: "app_attachment",
1003: "app_banner_image",
1004: "cover_safety_circle",
1005: "ai_upload_file",
};