mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2026-03-10 00:13:36 +08:00
test(wxapi): 适配新的模型测试
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"time": {
|
||||
"end_timestamp": 1609689600,
|
||||
"begin_timestamp": 1609603200
|
||||
},
|
||||
"module": "10022",
|
||||
"params": [
|
||||
{
|
||||
"field": "networktype",
|
||||
"value": "wifi"
|
||||
},
|
||||
{
|
||||
"field": "device_level",
|
||||
"value": "1"
|
||||
},
|
||||
{
|
||||
"field": "device",
|
||||
"value": "1"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"data": {
|
||||
"body": {
|
||||
"tables": [
|
||||
{
|
||||
"id": "memorydiff",
|
||||
"lines": [
|
||||
{
|
||||
"fields": [
|
||||
{
|
||||
"refdate": "20210103",
|
||||
"value": "70.7778"
|
||||
},
|
||||
{
|
||||
"refdate": "20210104",
|
||||
"value": "72.0446"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"zh": "内存增长均值"
|
||||
},
|
||||
{
|
||||
"id": "memory",
|
||||
"lines": [
|
||||
{
|
||||
"fields": [
|
||||
{
|
||||
"refdate": "20210103",
|
||||
"value": "314"
|
||||
},
|
||||
{
|
||||
"refdate": "20210104",
|
||||
"value": "302.3218"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"zh": "内存均值"
|
||||
}
|
||||
],
|
||||
"count": 2
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user