mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2026-02-18 06:06:20 +08:00
test(work): 适配新的模型测试
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"start_time": 1536508800,
|
||||
"end_time": 1536940800,
|
||||
"offset": 0,
|
||||
"limit": 100
|
||||
}
|
||||
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"record": [
|
||||
{
|
||||
"call_time": 1536508800,
|
||||
"total_duration": 10,
|
||||
"call_type": 1,
|
||||
"caller": {
|
||||
"userid": "tony",
|
||||
"duration": 10
|
||||
},
|
||||
"callee": [
|
||||
{
|
||||
"phone": 138000800,
|
||||
"duration": 10
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"call_time": 1536940800,
|
||||
"total_duration": 20,
|
||||
"call_type": 2,
|
||||
"caller": {
|
||||
"userid": "tony",
|
||||
"duration": 10
|
||||
},
|
||||
"callee": [
|
||||
{
|
||||
"phone": 138000800,
|
||||
"duration": 5
|
||||
},
|
||||
{
|
||||
"userid": "tom",
|
||||
"duration": 5
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user