Skip to content

Commit bb3dda4

Browse files
committed
[Core] Fix Highway up block AppId
1 parent b889147 commit bb3dda4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lagrange.Core/Internal/Context/HighwayContext.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public async Task<bool> UploadFile(Stream stream, int commandId, ReadOnlyMemory<
7171
Uin = _context.Keystore.Uin.ToString(),
7272
Command = "PicUp.DataUp",
7373
Seq = (uint)sequence,
74-
AppId = (uint)_context.AppInfo.SubAppId,
74+
AppId = (uint)_context.AppInfo.AppId,
7575
DataFlag = 16,
7676
CommandId = (uint)commandId,
7777
};

0 commit comments

Comments
 (0)