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

This commit is contained in:
Fu Diwei
2021-06-01 19:08:19 +08:00
parent 4f597dd965
commit c2effa46b0
68 changed files with 1022 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
{
"errcode": 0,
"errmsg": "ok",
"comment_list": [
{
"external_userid": "woAJ2GCAAAXtWyujaWJHDDGi0mACAAAA ",
"create_time": 1605172726
},
{
"userid": "zhangshan ",
"create_time": 1605172729
}
],
"like_list": [
{
"external_userid": "woAJ2GCAAAXtWyujaWJHDDGi0mACBBBB ",
"create_time": 1605172726
},
{
"userid": "zhangshan ",
"create_time": 1605172720
}
]
}

View File

@@ -0,0 +1,6 @@
{
"moment_id": "momxxx",
"userid": "xxx",
"cursor": "CURSOR",
"limit": 10
}

View File

@@ -0,0 +1,11 @@
{
"errcode": 0,
"errmsg": "ok",
"next_cursor": "CURSOR",
"customer_list": [
{
"userid": "xxx",
"external_userid": "woAJ2GCAAAXtWyujaWJHDDGi0mACCCC "
}
]
}

View File

@@ -0,0 +1,8 @@
{
"start_time": 1605000000,
"end_time": 1605172726,
"creator": "zhangsan",
"filter_type": 1,
"cursor": "CURSOR",
"limit": 10
}

View File

@@ -0,0 +1,33 @@
{
"errcode": 0,
"errmsg": "ok",
"next_cursor": "CURSOR",
"moment_list": [
{
"moment_id": "momxxx",
"creator": "xxxx",
"create_time": 1605172726,
"create_type": 1,
"visible_type": 1,
"text": {
"content": "test"
},
"image": [
{ "media_id": "WWCISP_xxxxx" }
],
"video": {
"media_id": "WWCISP_xxxxx",
"thumb_media_id": "WWCISP_xxxxx"
},
"link": {
"title": "腾讯网-QQ.COM",
"url": "https://www.qq.com"
},
"location": {
"latitude": "23.10647",
"longitude": "113.32446",
"name": "广州市 · 广州塔"
}
}
]
}

View File

@@ -0,0 +1,6 @@
{
"moment_id": "momxxx",
"userid": "xxx",
"cursor": "CURSOR",
"limit": 100
}

View File

@@ -0,0 +1,10 @@
{
"errcode": 0,
"errmsg": "ok",
"next_cursor": "CURSOR",
"customer_list": [
{
"external_userid": "woAJ2GCAAAXtWyujaWJHDDGi0mACCCC"
}
]
}

View File

@@ -0,0 +1,5 @@
{
"moment_id": "momxxx",
"cursor": "CURSOR",
"limit": 10
}

View File

@@ -0,0 +1,11 @@
{
"errcode": 0,
"errmsg": "ok",
"next_cursor": "CURSOR",
"task_list": [
{
"userid": "zhangsan",
"publish_status": 1
}
]
}