最低一秒钟的消息

This commit is contained in:
2022-02-24 15:11:10 +08:00
parent 3cd11c5863
commit eae895f181
2 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
"name" : "ZH-HEALTH",
"appid" : "__UNI__C29473D",
"description" : "ZH-HEALTH您手上的健康管理专家",
"versionName" : "1.0.16",
"versionName" : "1.0.17",
"versionCode" : 100,
"transformPx" : false,
/* 5+App */

View File

@@ -127,7 +127,7 @@ const sentVoice = (conversationType, targetId, voiceUrl, time, user, callback) =
content: {
objectName: 'RC:HQVCMsg',
local: 'file:///' + plus.io.convertLocalFileSystemURL(voiceUrl),
duration: time,
duration: time == 0 ? 1 : time,
userInfo: user
}
}