test(work): 适配新的模型测试

This commit is contained in:
Fu Diwei
2021-06-04 01:10:54 +08:00
parent be687f5ffb
commit 31f9425171
130 changed files with 1875 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
{
"start_time": 1536508800,
"end_time": 1536940800,
"offset": 0,
"limit": 100
}

View File

@@ -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
}
]
}
]
}