mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-19 01:58:14 +08:00
fix(work): 修复获取客户数据统计接待人员明细数据接口模型定义错误
This commit is contained in:
@@ -130,8 +130,8 @@ namespace SKIT.FlurlHttpClient.Wechat.Work.Models
|
||||
/// <summary>
|
||||
/// 获取或设置统计日期时间戳。
|
||||
/// </summary>
|
||||
[Newtonsoft.Json.JsonProperty("stat_date")]
|
||||
[System.Text.Json.Serialization.JsonPropertyName("stat_date")]
|
||||
[Newtonsoft.Json.JsonProperty("stat_time")]
|
||||
[System.Text.Json.Serialization.JsonPropertyName("stat_time")]
|
||||
public long StatisticsTimestamp { get; set; }
|
||||
|
||||
/// <summary>
|
||||
|
@@ -3,7 +3,7 @@
|
||||
"errmsg": "ok",
|
||||
"statistic_list": [
|
||||
{
|
||||
"stat_date": 1645545600,
|
||||
"stat_time": 1645545600,
|
||||
"statistic": {
|
||||
"session_cnt": 1,
|
||||
"customer_cnt": 1,
|
||||
|
Reference in New Issue
Block a user