Skip to content

Commit 4f9f0fa

Browse files
committed
[Core] Fixed Url for HighwayUrls
1 parent d072c31 commit 4f9f0fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lagrange.Core/Internal/Services/System/HighwaySessionService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ protected override ValueTask<HighwaySessionEventResp> Parse(ReadOnlyMemory<byte>
4343
var addresses = new List<string>();
4444
foreach (var addr in srvAddr.Addrs)
4545
{
46-
addresses.Add($"{ProtocolHelper.UInt32ToIPV4Addr(addr.Ip)}:{addr.Port}");
46+
addresses.Add($"{ProtocolHelper.UInt32ToIPV4Addr(addr.Ip)}:{addr.Port}/cgi-bin/httpconn?htcmd=0x6FF0087&uin={context.Keystore.Uin}");
4747
}
4848

4949
servers[srvAddr.ServiceType] = addresses;

0 commit comments

Comments
 (0)