From 30cb3a7ac37c48c29e59d05c613e54de68415b77 Mon Sep 17 00:00:00 2001 From: liyi Date: Wed, 16 Jul 2025 18:01:07 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=81=A2=E5=A4=8D=E5=AF=B9=E8=AE=B2?= =?UTF-8?q?=E8=AF=B7=E6=B1=82=E6=B6=88=E6=81=AFpayload=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/talk/starChart/command/message_command.dart | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/lib/talk/starChart/command/message_command.dart b/lib/talk/starChart/command/message_command.dart index 71abb50e..25e3eb18 100644 --- a/lib/talk/starChart/command/message_command.dart +++ b/lib/talk/starChart/command/message_command.dart @@ -174,10 +174,7 @@ class MessageCommand { required String ToPeerId, int? MessageId, }) { - final talkReq = TalkReq( - callerName: 'app', - callerType: TalkReq_CallerTypeE.App, - ); + final talkReq = TalkReq(); final payload = talkReq.writeToBuffer(); ScpMessage message = ScpMessage( ProtocolFlag: ProtocolFlagConstant.scp01,