bug fixed

This commit is contained in:
bob
2025-04-30 09:43:36 +08:00
parent e357429d3d
commit 958be10181
3 changed files with 3 additions and 3 deletions

View File

@@ -45,7 +45,7 @@ export const msgFileUploadStatus = {
/**
* 消息撤回时间限制 10分钟
*/
export const MSG_REVOKE_TIME_LIMIT = 10 * 60 * 1000
export const MSG_REVOKE_TIME_LIMIT = 365 * 24 * 60 * 60 * 1000
/**
* 消息撤回后能重新编辑的时间限制 2分钟

View File

@@ -320,7 +320,7 @@ const parseContent = async (callbacks) => {
thumbFile: prehandleImageObj.thumbFile
}
const requestBody = {
storeType: 0,
storeType: 1,
md5,
fileName: file.name,
fileRawType: file.type,

View File

@@ -178,7 +178,7 @@ const uploadRecord = async () => {
originFile: file
}
const requestBody = {
storeType: 0,
storeType: 1,
md5,
fileName: file.name,
fileRawType: file.type,