最低一秒钟的消息
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
"name" : "ZH-HEALTH",
|
"name" : "ZH-HEALTH",
|
||||||
"appid" : "__UNI__C29473D",
|
"appid" : "__UNI__C29473D",
|
||||||
"description" : "ZH-HEALTH,您手上的健康管理专家",
|
"description" : "ZH-HEALTH,您手上的健康管理专家",
|
||||||
"versionName" : "1.0.16",
|
"versionName" : "1.0.17",
|
||||||
"versionCode" : 100,
|
"versionCode" : 100,
|
||||||
"transformPx" : false,
|
"transformPx" : false,
|
||||||
/* 5+App特有相关 */
|
/* 5+App特有相关 */
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ const getMessageList = (conversationType, targetId, timeStamp, count, isForward,
|
|||||||
'RC:ReferenceMsg',
|
'RC:ReferenceMsg',
|
||||||
'RC:CombineMsg',
|
'RC:CombineMsg',
|
||||||
'RC:GrpNtf',
|
'RC:GrpNtf',
|
||||||
'RC:InfoNtf',
|
'RC:InfoNtf',
|
||||||
'RC:RcNtf'
|
'RC:RcNtf'
|
||||||
]
|
]
|
||||||
|
|
||||||
@@ -127,7 +127,7 @@ const sentVoice = (conversationType, targetId, voiceUrl, time, user, callback) =
|
|||||||
content: {
|
content: {
|
||||||
objectName: 'RC:HQVCMsg',
|
objectName: 'RC:HQVCMsg',
|
||||||
local: 'file:///' + plus.io.convertLocalFileSystemURL(voiceUrl),
|
local: 'file:///' + plus.io.convertLocalFileSystemURL(voiceUrl),
|
||||||
duration: time,
|
duration: time == 0 ? 1 : time,
|
||||||
userInfo: user
|
userInfo: user
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user