This commit is contained in:
hrxiang
2022-10-31 10:27:54 +08:00
parent b8ee9276a2
commit d758f3fca1
5 changed files with 22 additions and 4 deletions

View File

@@ -742,11 +742,11 @@ class MessageManager {
.invokeMethod(
'findMessageList',
_buildParam({
'searchParams': searchParams.map((e) => e.toJson()),
'searchParams': searchParams.map((e) => e.toJson()).toList(),
'operationID': Utils.checkOperationID(operationID),
}))
.then((value) =>
Utils.toObj(value, (map) => SearchResult.fromJson(value)));
Utils.toObj(value, (map) => SearchResult.fromJson(map)));
/// 富文本消息
/// [text] 输入内容