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