This commit is contained in:
hrxiang
2022-06-21 18:40:28 +08:00
parent 599c25b099
commit cce41e0991
3 changed files with 6 additions and 3 deletions

View File

@@ -124,7 +124,7 @@ class IMManager {
}
} else if (call.method == ListenerType.advancedMsgListener) {
var type = call.arguments['type'];
var id = call.arguments['data']['id'];
// var id = call.arguments['data']['id'];
switch (type) {
case 'onRecvNewMessage':
var value = call.arguments['data']['newMessage'];