This commit is contained in:
1-6
2023-07-28 10:38:27 +08:00
parent cdfce0a8b6
commit a1de3097c8
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ func (sg *SillyGirlService) SenderGetUserId(ctx context.Context, req *srpc.Sende
if err != nil {
return nil, err
}
return &srpc.Default{Value: s.GetChatID()}, nil
return &srpc.Default{Value: s.GetUserID()}, nil
}
func (sg *SillyGirlService) SenderGetUserName(ctx context.Context, req *srpc.SenderRequest) (*srpc.Default, error) {