mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-12-29 01:44:42 +08:00
feat(wxapi): 随官方更新微信小店商品相关接口模型
This commit is contained in:
@@ -229,6 +229,13 @@ namespace SKIT.FlurlHttpClient.Wechat.Api.Models
|
||||
[Newtonsoft.Json.JsonProperty("damage_guarantee")]
|
||||
[System.Text.Json.Serialization.JsonPropertyName("damage_guarantee")]
|
||||
public int? DamageGuarantee { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 获取或设置是否支持换货。
|
||||
/// </summary>
|
||||
[Newtonsoft.Json.JsonProperty("exchange_support")]
|
||||
[System.Text.Json.Serialization.JsonPropertyName("exchange_support")]
|
||||
public int? ExchangeSupport { get; set; }
|
||||
}
|
||||
|
||||
public class Aftersale
|
||||
|
||||
@@ -177,6 +177,13 @@ namespace SKIT.FlurlHttpClient.Wechat.Api.Models
|
||||
[Newtonsoft.Json.JsonProperty("damage_guarantee")]
|
||||
[System.Text.Json.Serialization.JsonPropertyName("damage_guarantee")]
|
||||
public int? DamageGuarantee { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 获取或设置是否支持换货。
|
||||
/// </summary>
|
||||
[Newtonsoft.Json.JsonProperty("exchange_support")]
|
||||
[System.Text.Json.Serialization.JsonPropertyName("exchange_support")]
|
||||
public int? ExchangeSupport { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -249,6 +249,13 @@ namespace SKIT.FlurlHttpClient.Wechat.Api.Models
|
||||
[Newtonsoft.Json.JsonProperty("damage_guarantee")]
|
||||
[System.Text.Json.Serialization.JsonPropertyName("damage_guarantee")]
|
||||
public int? DamageGuarantee { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 获取或设置是否支持换货。
|
||||
/// </summary>
|
||||
[Newtonsoft.Json.JsonProperty("exchange_support")]
|
||||
[System.Text.Json.Serialization.JsonPropertyName("exchange_support")]
|
||||
public int? ExchangeSupport { get; set; }
|
||||
}
|
||||
|
||||
public class Aftersale
|
||||
|
||||
Reference in New Issue
Block a user