Skip to content

Commit

Permalink
feat(wxapi): 随官方标记视频号小店商品相关部分字段为废弃
Browse files Browse the repository at this point in the history
  • Loading branch information
fudiwei committed Aug 15, 2024
1 parent d841ef9 commit 0f79ace
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ public class ExtraService
/// <summary>
/// 获取或设置先用后付类型。
/// </summary>
[Obsolete("相关接口或字段于 2024-08-05 下线。")]
[Newtonsoft.Json.JsonProperty("pay_after_use")]
[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.Common.NumericalBooleanConverter))]
[System.Text.Json.Serialization.JsonPropertyName("pay_after_use")]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
using System;

namespace SKIT.FlurlHttpClient.Wechat.Api.Models
{
/// <summary>
Expand Down Expand Up @@ -215,6 +217,7 @@ public class ExtraService
/// <summary>
/// 获取或设置先用后付类型。
/// </summary>
[Obsolete("相关接口或字段于 2024-08-05 下线。")]
[Newtonsoft.Json.JsonProperty("pay_after_use")]
[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.Common.NumericalBooleanConverter))]
[System.Text.Json.Serialization.JsonPropertyName("pay_after_use")]
Expand Down

0 comments on commit 0f79ace

Please sign in to comment.