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