mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-24 21:13:47 +08:00
test(work): 适配新的模型测试
This commit is contained in:
@@ -0,0 +1 @@
|
||||
{}
|
@@ -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"
|
||||
}
|
||||
}
|
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"livingid": "livingid1",
|
||||
"next_key": "NEXT_KEY"
|
||||
}
|
@@ -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
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"livingid": "livingid1",
|
||||
"next_key": "NEXT_KEY"
|
||||
}
|
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user