增加UPLOAD_FILE_TYPE_ENUM
parent
fb23358944
commit
26a57f7147
|
|
@ -145,6 +145,7 @@ export declare const UPLOAD_FILE_TYPE_ENUM: {
|
|||
1000: 1000; // template_task - 模板任务附件
|
||||
1001: 1001; // task_fill - 任务填写附件
|
||||
1002: 1002; // app_attachment - app附件
|
||||
1003: 1003; // app_banner_image - app banner图片
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
@ -294,4 +295,5 @@ export declare const UPLOAD_FILE_PATH_ENUM: {
|
|||
1000: "template_task";
|
||||
1001: "task_fill";
|
||||
1002: "app_attachment";
|
||||
1003: "app_banner_image";
|
||||
};
|
||||
|
|
|
|||
|
|
@ -145,6 +145,7 @@ export const UPLOAD_FILE_TYPE_ENUM = {
|
|||
1000: 1000, // template_task - 模板任务附件
|
||||
1001: 1001, // task_fill - 任务填写附件
|
||||
1002: 1002, // app_attachment - app附件
|
||||
1003: 1003, // app_banner_image - app banner图片
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
@ -294,4 +295,5 @@ export const UPLOAD_FILE_PATH_ENUM = {
|
|||
1000: "template_task",
|
||||
1001: "task_fill",
|
||||
1002: "app_attachment",
|
||||
1003: "app_banner_image",
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue