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,3 @@
{
"livingid": "XXXXXXXXX"
}

View File

@@ -0,0 +1,4 @@
{
"errcode": 0,
"errmsg": "ok"
}

View File

@@ -0,0 +1,19 @@
{
"anchor_userid": "zhangsan",
"theme": "theme",
"living_start": 1600000000,
"living_duration": 3600,
"description": "test description",
"type": 4,
"agentid": 1000014,
"remind_time": 60,
"activity_cover_mediaid": "MEDIA_ID",
"activity_share_mediaid": "MEDIA_ID",
"activity_detail": {
"description": "活动描述,非活动类型的直播不用传",
"image_list": [
"MEDIA_ID_1",
"MEDIA_ID_2"
]
}
}

View File

@@ -0,0 +1,5 @@
{
"errcode": 0,
"errmsg": "ok",
"livingid": "XXXXXXXXX"
}

View File

@@ -0,0 +1,4 @@
{
"errcode": 0,
"errmsg": "ok"
}

View File

@@ -0,0 +1,4 @@
{
"livingid": "XXXXXXXXX",
"openid": "abcopenid"
}

View File

@@ -0,0 +1,5 @@
{
"errcode": 0,
"errmsg": "ok",
"living_code": "abcdef"
}

View File

@@ -0,0 +1,24 @@
{
"errcode": 0,
"errmsg": "ok",
"living_info": {
"theme": "直角三角形讲解",
"living_start": 1586405229,
"living_duration": 1800,
"status": 3,
"reserve_start": 1586405239,
"reserve_living_duration": 1600,
"description": "小学数学精选课程",
"anchor_userid": "zhangsan",
"main_department": 1,
"viewer_num": 100,
"comment_num": 110,
"mic_num": 120,
"open_replay": 1,
"replay_status": 2,
"type": 0,
"push_stream_url": "https://www.qq.test.com",
"online_count": 1,
"subscribe_count": 1
}
}

View File

@@ -0,0 +1,9 @@
{
"errcode": 0,
"errmsg": "ok",
"livingid": "livingid",
"viewer_userid": "viewer_userid",
"viewer_external_userid": "viewer_external_userid",
"invitor_userid": "invitor_userid",
"invitor_external_userid": "invitor_external_userid"
}

View File

@@ -0,0 +1,5 @@
{
"userid": "USERID",
"cursor": "NEXT_KEY",
"limit": 20
}

View File

@@ -0,0 +1,9 @@
{
"errcode": 0,
"errmsg": "ok",
"next_cursor": "next_cursor",
"livingid_list": [
"livingid1",
"livingid2"
]
}

View File

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

View File

@@ -0,0 +1,34 @@
{
"errcode": 0,
"errmsg": "ok",
"ending": 1,
"next_key": "NEXT_KEY",
"stat_info": {
"users": [
{
"userid": "userid",
"watch_time": 30,
"is_comment": 1,
"is_mic": 1
}
],
"external_users": [
{
"external_userid": "external_userid1",
"type": 1,
"name": "user name",
"watch_time": 30,
"is_comment": 1,
"is_mic": 1
},
{
"external_userid": "external_userid2",
"type": 2,
"name": "user_name",
"watch_time": 30,
"is_comment": 1,
"is_mic": 1
}
]
}
}

View File

@@ -0,0 +1,9 @@
{
"livingid": "XXXXXXXXX",
"theme": "theme",
"living_start": 1600100000,
"living_duration": 3600,
"description": "test description",
"type": 1,
"remind_time": 60
}

View File

@@ -0,0 +1,4 @@
{
"errcode": 0,
"errmsg": "ok"
}