Skip to content

Commit

Permalink
6
Browse files Browse the repository at this point in the history
  • Loading branch information
Linwenxuan authored and Linwenxuan committed Oct 9, 2023
1 parent 14ed5d8 commit 2c070e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lagrange.Core/Internal/Context/HighwayContext.cs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public async Task<bool> UploadSrcByStreamAsync(int commonId, uint uin, Stream da
{
bool success = true;
var upBlocks = new List<UpBlock>();
var uri = new Uri($"https://sslv6.htdata.qq.com:443/cgi-bin/httpconn?htcmd=0x6FF0087&uin={uin}");
var uri = new Uri($"http://htdata3.qq.com:80/cgi-bin/httpconn?htcmd=0x6FF0087&uin={uin}");

long fileSize = data.Length;
int offset = 0;
Expand Down

0 comments on commit 2c070e0

Please sign in to comment.