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:
@@ -1,3 +1,5 @@
|
|||||||
|
using System;
|
||||||
|
|
||||||
namespace SKIT.FlurlHttpClient.Wechat.Api.Models
|
namespace SKIT.FlurlHttpClient.Wechat.Api.Models
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
@@ -15,6 +17,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Api.Models
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// 获取或设置是否对订单进行脱敏。
|
/// 获取或设置是否对订单进行脱敏。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
[Obsolete("相关接口或字段于 2025-07-15 下线。")]
|
||||||
[Newtonsoft.Json.JsonProperty("encode_sensitive_info")]
|
[Newtonsoft.Json.JsonProperty("encode_sensitive_info")]
|
||||||
[System.Text.Json.Serialization.JsonPropertyName("encode_sensitive_info")]
|
[System.Text.Json.Serialization.JsonPropertyName("encode_sensitive_info")]
|
||||||
public bool? RequireEncodeSensitiveInfo { get; set; }
|
public bool? RequireEncodeSensitiveInfo { get; set; }
|
||||||
|
|||||||
@@ -1365,6 +1365,13 @@ namespace SKIT.FlurlHttpClient.Wechat.Api.Models
|
|||||||
[System.Text.Json.Serialization.JsonPropertyName("is_present")]
|
[System.Text.Json.Serialization.JsonPropertyName("is_present")]
|
||||||
public bool IsPresent { get; set; }
|
public bool IsPresent { get; set; }
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// 获取或设置礼物订单类型。
|
||||||
|
/// </summary>
|
||||||
|
[Newtonsoft.Json.JsonProperty("present_send_type")]
|
||||||
|
[System.Text.Json.Serialization.JsonPropertyName("present_send_type")]
|
||||||
|
public int? PresentSendType { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 获取或设置礼物订单 ID。
|
/// 获取或设置礼物订单 ID。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|||||||
@@ -251,6 +251,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Api.Models
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
[Newtonsoft.Json.JsonProperty("after_sale_address_id")]
|
[Newtonsoft.Json.JsonProperty("after_sale_address_id")]
|
||||||
[System.Text.Json.Serialization.JsonPropertyName("after_sale_address_id")]
|
[System.Text.Json.Serialization.JsonPropertyName("after_sale_address_id")]
|
||||||
|
[System.Text.Json.Serialization.JsonNumberHandling(System.Text.Json.Serialization.JsonNumberHandling.AllowReadingFromString)]
|
||||||
public long? AftersaleAddressId { get; set; }
|
public long? AftersaleAddressId { get; set; }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user