mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2026-02-11 10:16:20 +08:00
feat(wxapi): 随官方标记视频号小店商品相关部分字段为废弃
This commit is contained in:
@@ -197,6 +197,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Api.Models
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// 获取或设置先用后付类型。
|
/// 获取或设置先用后付类型。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
[Obsolete("相关接口或字段于 2024-08-05 下线。")]
|
||||||
[Newtonsoft.Json.JsonProperty("pay_after_use")]
|
[Newtonsoft.Json.JsonProperty("pay_after_use")]
|
||||||
[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.Common.NumericalBooleanConverter))]
|
[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.Common.NumericalBooleanConverter))]
|
||||||
[System.Text.Json.Serialization.JsonPropertyName("pay_after_use")]
|
[System.Text.Json.Serialization.JsonPropertyName("pay_after_use")]
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
using System;
|
||||||
|
|
||||||
namespace SKIT.FlurlHttpClient.Wechat.Api.Models
|
namespace SKIT.FlurlHttpClient.Wechat.Api.Models
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
@@ -215,6 +217,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Api.Models
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// 获取或设置先用后付类型。
|
/// 获取或设置先用后付类型。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
[Obsolete("相关接口或字段于 2024-08-05 下线。")]
|
||||||
[Newtonsoft.Json.JsonProperty("pay_after_use")]
|
[Newtonsoft.Json.JsonProperty("pay_after_use")]
|
||||||
[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.Common.NumericalBooleanConverter))]
|
[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.Common.NumericalBooleanConverter))]
|
||||||
[System.Text.Json.Serialization.JsonPropertyName("pay_after_use")]
|
[System.Text.Json.Serialization.JsonPropertyName("pay_after_use")]
|
||||||
|
|||||||
Reference in New Issue
Block a user