Skip to content

Commit

Permalink
bugfix 修正 ADDCARTGIFT 命令
Browse files Browse the repository at this point in the history
  • Loading branch information
chr233 committed Mar 21, 2024
1 parent 364357b commit cbe73dd
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions ASFEnhance/Data/IAccountCartService/AddItemsToCartRequest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,22 @@ public sealed record ItemData
/// <summary>
///
/// </summary>
[JsonPropertyName("packageid")]
public uint? PackageId { get; set; }
/// <summary>
///
/// </summary>
[JsonPropertyName("bundleid")]
public uint? BundleId { get; set; }
/// <summary>
///
/// </summary>
[JsonPropertyName("gift_info")]
public GiftInfoData? GIftInfo { get; set; }
/// <summary>
///
/// </summary>
[JsonPropertyName("flags")]
public FlagsData? Flags { get; set; }
}
}
2 changes: 1 addition & 1 deletion ArchiSteamFarm
Submodule ArchiSteamFarm updated 158 files
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<Version>2.1.2.1</Version>
<Version>2.1.2.2</Version>
</PropertyGroup>

<PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion wiki
Submodule wiki updated from d3c1e9 to c73a94

0 comments on commit cbe73dd

Please sign in to comment.