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:
@@ -56,6 +56,14 @@ namespace SKIT.FlurlHttpClient.Wechat.Api.Models
|
||||
[System.Text.Json.Serialization.JsonPropertyName("feed_pay_gmv")]
|
||||
[System.Text.Json.Serialization.JsonNumberHandling(System.Text.Json.Serialization.JsonNumberHandling.AllowReadingFromString)]
|
||||
public long FeedPayGMV { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 获取或设置商品点击人数。
|
||||
/// </summary>
|
||||
[Newtonsoft.Json.JsonProperty("product_click_uv")]
|
||||
[System.Text.Json.Serialization.JsonPropertyName("product_click_uv")]
|
||||
[System.Text.Json.Serialization.JsonNumberHandling(System.Text.Json.Serialization.JsonNumberHandling.AllowReadingFromString)]
|
||||
public int ProductClickUV { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
"pay_uv": "8",
|
||||
"pay_order_cnt": "10",
|
||||
"pay_refund_gmv": "81",
|
||||
"product_click_uv": "11",
|
||||
"live_pay_gmv": "0",
|
||||
"feed_pay_gmv": "0"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user