Skip to content

Commit

Permalink
asa
Browse files Browse the repository at this point in the history
  • Loading branch information
sisi0318 committed Oct 28, 2024
1 parent a7e8cf5 commit 0262416
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Lagrange.Core/Utility/Sign/SignProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,10 @@ public abstract class SignProvider
"OidbSvcTrpcTcp.0xf67_1",
"OidbSvcTrpcTcp.0xf67_5",
"OidbSvcTrpcTcp.0x6d9_4",
"QQLBSShareSvc.room_operation"
"QQLBSShareSvc.room_operation",
"OidbSvcTrpcTcp.0xdc2_34",
"QQAIOMediaSvc.share_trans_check",
"OidbSvcTrpcTcp.0x929b_0"
};

public abstract byte[]? Sign(string cmd, uint seq, byte[] body, out byte[]? ver, out string? token);
Expand Down

0 comments on commit 0262416

Please sign in to comment.