mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-24 13:03:43 +08:00
feat(wxapi): 随官方更新视频号小店订单相关接口模型
This commit is contained in:
@@ -589,6 +589,27 @@ namespace SKIT.FlurlHttpClient.Wechat.Api.Models
|
||||
[Newtonsoft.Json.JsonProperty("confirm_receipt_time")]
|
||||
[System.Text.Json.Serialization.JsonPropertyName("confirm_receipt_time")]
|
||||
public long? ConfirmReceiptTimestamp { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 获取或设置视频号 ID。
|
||||
/// </summary>
|
||||
[Newtonsoft.Json.JsonProperty("finder_id")]
|
||||
[System.Text.Json.Serialization.JsonPropertyName("finder_id")]
|
||||
public string? FinderId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 获取或设置直播 ID。
|
||||
/// </summary>
|
||||
[Newtonsoft.Json.JsonProperty("live_id")]
|
||||
[System.Text.Json.Serialization.JsonPropertyName("live_id")]
|
||||
public string? LiveId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 获取或设置单场景。
|
||||
/// </summary>
|
||||
[Newtonsoft.Json.JsonProperty("order_scene")]
|
||||
[System.Text.Json.Serialization.JsonPropertyName("order_scene")]
|
||||
public int? OrderScene { get; set; }
|
||||
}
|
||||
|
||||
public class Settlement
|
||||
@@ -658,6 +679,13 @@ namespace SKIT.FlurlHttpClient.Wechat.Api.Models
|
||||
[Newtonsoft.Json.JsonProperty("share_scene")]
|
||||
[System.Text.Json.Serialization.JsonPropertyName("share_scene")]
|
||||
public int ShareScene { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 获取或设置解析完成度。
|
||||
/// </summary>
|
||||
[Newtonsoft.Json.JsonProperty("handling_progress")]
|
||||
[System.Text.Json.Serialization.JsonPropertyName("handling_progress")]
|
||||
public int HandlingProgress { get; set; }
|
||||
}
|
||||
|
||||
public class SKUSharer : Sharer
|
||||
|
Reference in New Issue
Block a user