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

This commit is contained in:
Fu Diwei
2021-06-05 16:38:28 +08:00
parent 0d6feba1df
commit d70996c8fc
66 changed files with 664 additions and 1 deletions

View File

@@ -0,0 +1,21 @@
{
"errcode": 0,
"errmsg": "ok",
"living_info": {
"theme": "直角三角形讲解",
"living_start": 1586405229,
"living_duration": 1800,
"anchor_userid": "zhangsan",
"living_range": {
"partyids": [ 1, 4, 9 ],
"group_names": [
"group_name1",
"group_name2"
]
},
"viewer_num": 100,
"comment_num": 110,
"open_replay": 1,
"push_stream_url": "https://www.qq.test.com"
}
}

View File

@@ -0,0 +1,4 @@
{
"livingid": "livingid1",
"next_key": "NEXT_KEY"
}

View File

@@ -0,0 +1,25 @@
{
"errcode": 0,
"errmsg": "ok",
"ending": 1,
"next_key": "NEXT_KEY",
"stat_info": {
"students": [
{
"student_userid": "zhansan_child",
"parent_userid": "zhangsan",
"partyids": [
10,
11
]
},
{
"student_userid": "lisi_child",
"parent_userid": "lisi",
"partyids": [
5
]
}
]
}
}

View File

@@ -0,0 +1,4 @@
{
"livingid": "livingid1",
"next_key": "NEXT_KEY"
}

View File

@@ -0,0 +1,50 @@
{
"errcode": 0,
"errmsg": "ok",
"ending": 1,
"next_key": "NEXT_KEY",
"stat_infoes": {
"students": [
{
"student_userid": "zhansan_child",
"parent_userid": "zhangsan",
"partyids": [
10,
11
],
"watch_time": 30,
"enter_time": 1586433904,
"leave_time": 1586434000,
"is_comment": 1
},
{
"student_userid": "lisi_child",
"parent_userid": "lisi",
"partyids": [
10,
11
],
"watch_time": 30,
"enter_time": 1586433904,
"leave_time": 1586434000,
"is_comment": 0
}
],
"visitors": [
{
"nickname": "wx_nickname1",
"watch_time": 30,
"enter_time": 1586433904,
"leave_time": 1586434000,
"is_comment": 1
},
{
"nickname": "wx_nickname2",
"watch_time": 30,
"enter_time": 1586433904,
"leave_time": 1586434000,
"is_comment": 0
}
]
}
}