parent
8a966ac5ae
commit
06e4bb93c7
@ -174,6 +174,12 @@ class Handler {
|
||||
fileBase64Str: 'no'
|
||||
}
|
||||
};
|
||||
if (operation.operationType == CMD.Conversation.CMD_Conversation_Group_Text_Chat.value) { // 兼容新会话接口
|
||||
step2.description = `选中:${operation.params.groupName},点击录制语音`;
|
||||
operation2.params.id = operation.params.id;
|
||||
operation3.operationType = CMD.Conversation.CMD_Conversation_Group_Audio_Base64.value;
|
||||
operation3.params.id = operation.params.id;
|
||||
}
|
||||
const step3 = {
|
||||
description: `请说出“${operation.params.content}”后,再次点击发送语音!`,
|
||||
memberId: stepInfo.memberId,
|
||||
|
Loading…
Reference in New Issue
Block a user