增加UPLOAD_FILE_TYPE_ENUM
parent
6e0447d31d
commit
8e3154065d
|
|
@ -146,6 +146,7 @@ export declare const UPLOAD_FILE_TYPE_ENUM: {
|
||||||
1001: 1001; // task_fill - 任务填写附件
|
1001: 1001; // task_fill - 任务填写附件
|
||||||
1002: 1002; // app_attachment - app附件
|
1002: 1002; // app_attachment - app附件
|
||||||
1003: 1003; // app_banner_image - app banner图片
|
1003: 1003; // app_banner_image - app banner图片
|
||||||
|
1004: 1004; // cover_safety_circle - 安全圈封面
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
@ -296,4 +297,5 @@ export declare const UPLOAD_FILE_PATH_ENUM: {
|
||||||
1001: "task_fill";
|
1001: "task_fill";
|
||||||
1002: "app_attachment";
|
1002: "app_attachment";
|
||||||
1003: "app_banner_image";
|
1003: "app_banner_image";
|
||||||
|
1004: "cover_safety_circle";
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -146,6 +146,7 @@ export const UPLOAD_FILE_TYPE_ENUM = {
|
||||||
1001: 1001, // task_fill - 任务填写附件
|
1001: 1001, // task_fill - 任务填写附件
|
||||||
1002: 1002, // app_attachment - app附件
|
1002: 1002, // app_attachment - app附件
|
||||||
1003: 1003, // app_banner_image - app banner图片
|
1003: 1003, // app_banner_image - app banner图片
|
||||||
|
1004: 1004, // cover_safety_circle - 安全圈封面
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
@ -296,4 +297,5 @@ export const UPLOAD_FILE_PATH_ENUM = {
|
||||||
1001: "task_fill",
|
1001: "task_fill",
|
||||||
1002: "app_attachment",
|
1002: "app_attachment",
|
||||||
1003: "app_banner_image",
|
1003: "app_banner_image",
|
||||||
|
1004: "cover_safety_circle",
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue