mirror of
https://gitee.com/lijingbo-2021/open-anylink-web.git
synced 2025-12-30 02:52:26 +00:00
bug fixed
This commit is contained in:
@@ -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分钟
|
||||
|
||||
@@ -320,7 +320,7 @@ const parseContent = async (callbacks) => {
|
||||
thumbFile: prehandleImageObj.thumbFile
|
||||
}
|
||||
const requestBody = {
|
||||
storeType: 0,
|
||||
storeType: 1,
|
||||
md5,
|
||||
fileName: file.name,
|
||||
fileRawType: file.type,
|
||||
|
||||
@@ -178,7 +178,7 @@ const uploadRecord = async () => {
|
||||
originFile: file
|
||||
}
|
||||
const requestBody = {
|
||||
storeType: 0,
|
||||
storeType: 1,
|
||||
md5,
|
||||
fileName: file.name,
|
||||
fileRawType: file.type,
|
||||
|
||||
Reference in New Issue
Block a user