mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-12-29 09:54:44 +08:00
feat(wxapi): 随官方更新视频号小店获取订单详情接口模型
This commit is contained in:
@@ -291,6 +291,15 @@ namespace SKIT.FlurlHttpClient.Wechat.Api.Models
|
||||
[Newtonsoft.Json.JsonProperty("voucher_list")]
|
||||
[System.Text.Json.Serialization.JsonPropertyName("voucher_list")]
|
||||
public Types.Voucher[]? VoucherList { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 获取或设置是否为赠品。
|
||||
/// </summary>
|
||||
[Newtonsoft.Json.JsonProperty("is_free_gift")]
|
||||
[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.Common.NumericalBooleanConverter))]
|
||||
[System.Text.Json.Serialization.JsonPropertyName("is_free_gift")]
|
||||
[System.Text.Json.Serialization.JsonConverter(typeof(System.Text.Json.Serialization.Common.NumericalBooleanConverter))]
|
||||
public bool? IsFreeGift { get; set; }
|
||||
}
|
||||
|
||||
public class Payment
|
||||
|
||||
Reference in New Issue
Block a user