mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-19 18:22:24 +08:00
test(wxapi): 适配新的模型测试
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"metric": "1000006:4",
|
||||
"granularity": 24,
|
||||
"start_time": 1601568000,
|
||||
"end_time": 1601654400,
|
||||
"filter_list": [
|
||||
{
|
||||
"dimension": "5",
|
||||
"value": "1"
|
||||
}
|
||||
],
|
||||
"group_list": [
|
||||
"3"
|
||||
]
|
||||
}
|
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"data_list": [
|
||||
{
|
||||
"timestamp": 1601568000,
|
||||
"time_label": "2020-10-02",
|
||||
"group_dimension_list": [
|
||||
{
|
||||
"value": "-9999",
|
||||
"label": "全部"
|
||||
}
|
||||
],
|
||||
"metric_value": 52
|
||||
},
|
||||
{
|
||||
"timestamp": 1601568000,
|
||||
"time_label": "2020-10-02",
|
||||
"group_dimension_list": [
|
||||
{
|
||||
"value": "1",
|
||||
"label": "iPhone"
|
||||
}
|
||||
],
|
||||
"metric_value": 25
|
||||
},
|
||||
{
|
||||
"timestamp": 1601568000,
|
||||
"time_label": "2020-10-02",
|
||||
"group_dimension_list": [
|
||||
{
|
||||
"value": "2",
|
||||
"label": "Android"
|
||||
}
|
||||
],
|
||||
"metric_value": 27
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user