diff --git a/src/SKIT.FlurlHttpClient.Wechat.Api/Models/Channels/ECLeague/HeadSupplier/Order/ChannelsECLeagueHeadSupplierOrderGetResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Api/Models/Channels/ECLeague/HeadSupplier/Order/ChannelsECLeagueHeadSupplierOrderGetResponse.cs index 208400d9..0e4272d0 100644 --- a/src/SKIT.FlurlHttpClient.Wechat.Api/Models/Channels/ECLeague/HeadSupplier/Order/ChannelsECLeagueHeadSupplierOrderGetResponse.cs +++ b/src/SKIT.FlurlHttpClient.Wechat.Api/Models/Channels/ECLeague/HeadSupplier/Order/ChannelsECLeagueHeadSupplierOrderGetResponse.cs @@ -80,6 +80,20 @@ namespace SKIT.FlurlHttpClient.Wechat.Api.Models [System.Text.Json.Serialization.JsonPropertyName("nickname")] public string Nickname { get; set; } = default!; + /// + /// 获取或设置达人头像 URL。 + /// + [Newtonsoft.Json.JsonProperty("head_img_url")] + [System.Text.Json.Serialization.JsonPropertyName("head_img_url")] + public string HeadImageUrl { get; set; } = default!; + + /// + /// 获取或设置视频号 OpenFinderId。 + /// + [Newtonsoft.Json.JsonProperty("openfinderid")] + [System.Text.Json.Serialization.JsonPropertyName("openfinderid")] + public string? OpenFinderId { get; set; } + /// /// 获取或设置佣金费率(单位:万分数)。 /// @@ -111,12 +125,19 @@ namespace SKIT.FlurlHttpClient.Wechat.Api.Models [System.Text.Json.Serialization.JsonPropertyName("nickname")] public string Nickname { get; set; } = default!; + /// + /// 获取或设置推客头像 URL。 + /// + [Newtonsoft.Json.JsonProperty("head_img_url")] + [System.Text.Json.Serialization.JsonPropertyName("head_img_url")] + public string HeadImageUrl { get; set; } = default!; + /// /// 获取或设置推客 OpenSharerId。 /// [Newtonsoft.Json.JsonProperty("opensharerid")] [System.Text.Json.Serialization.JsonPropertyName("opensharerid")] - public string OpenSharerId { get; set; } = default!; + public string? OpenSharerId { get; set; } /// /// 获取或设置佣金(单位:分)。 @@ -149,12 +170,19 @@ namespace SKIT.FlurlHttpClient.Wechat.Api.Models [System.Text.Json.Serialization.JsonPropertyName("nickname")] public string Nickname { get; set; } = default!; + /// + /// 获取或设置达人平台头像 URL。 + /// + [Newtonsoft.Json.JsonProperty("head_img_url")] + [System.Text.Json.Serialization.JsonPropertyName("head_img_url")] + public string HeadImageUrl { get; set; } = default!; + /// /// 获取或设置带货达人 OpenTalentId。 /// [Newtonsoft.Json.JsonProperty("opentalentid")] [System.Text.Json.Serialization.JsonPropertyName("opentalentid")] - public string OpenTalentId { get; set; } = default!; + public string? OpenTalentId { get; set; } /// /// 获取或设置佣金(单位:分)。 @@ -176,8 +204,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Api.Models /// /// 获取或设置机构 AppId。 /// - [Newtonsoft.Json.JsonProperty("sharer_appid")] - [System.Text.Json.Serialization.JsonPropertyName("sharer_appid")] + [Newtonsoft.Json.JsonProperty("appid")] + [System.Text.Json.Serialization.JsonPropertyName("appid")] public string AgencyAppId { get; set; } = default!; /// @@ -187,6 +215,13 @@ namespace SKIT.FlurlHttpClient.Wechat.Api.Models [System.Text.Json.Serialization.JsonPropertyName("nickname")] public string Nickname { get; set; } = default!; + /// + /// 获取或设置帮卖机构头像 URL。 + /// + [Newtonsoft.Json.JsonProperty("head_img_url")] + [System.Text.Json.Serialization.JsonPropertyName("head_img_url")] + public string HeadImageUrl { get; set; } = default!; + /// /// 获取或设置结算时间戳。 /// @@ -234,7 +269,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Api.Models /// [Newtonsoft.Json.JsonProperty("openfinderid")] [System.Text.Json.Serialization.JsonPropertyName("openfinderid")] - public string OpenFinderId { get; set; } = default!; + public string? OpenFinderId { get; set; } } public class TalentInfo @@ -258,7 +293,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Api.Models /// [Newtonsoft.Json.JsonProperty("opentalentid")] [System.Text.Json.Serialization.JsonPropertyName("opentalentid")] - public string OpenTalentId { get; set; } = default!; + public string? OpenTalentId { get; set; } } public class MpInfo diff --git a/src/SKIT.FlurlHttpClient.Wechat.Api/Models/Channels/ECLeague/HeadSupplier/SubItem/ChannelsECLeagueHeadSupplierSubItemListGetResponse.cs b/src/SKIT.FlurlHttpClient.Wechat.Api/Models/Channels/ECLeague/HeadSupplier/SubItem/ChannelsECLeagueHeadSupplierSubItemListGetResponse.cs index aabb5190..b9715ba0 100644 --- a/src/SKIT.FlurlHttpClient.Wechat.Api/Models/Channels/ECLeague/HeadSupplier/SubItem/ChannelsECLeagueHeadSupplierSubItemListGetResponse.cs +++ b/src/SKIT.FlurlHttpClient.Wechat.Api/Models/Channels/ECLeague/HeadSupplier/SubItem/ChannelsECLeagueHeadSupplierSubItemListGetResponse.cs @@ -43,6 +43,13 @@ namespace SKIT.FlurlHttpClient.Wechat.Api.Models [Newtonsoft.Json.JsonProperty("ratio_to_service_rate")] [System.Text.Json.Serialization.JsonPropertyName("ratio_to_service_rate")] public int RatioToServiceRate { get; set; } + + /// + /// 获取或设置达人精确佣金率(单位:万分数)。 + /// + [Newtonsoft.Json.JsonProperty("ratio_ext")] + [System.Text.Json.Serialization.JsonPropertyName("ratio_ext")] + public int RatioExt { get; set; } } }