mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-23 04:23:47 +08:00
test(work): 适配新的模型测试
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"moment_id": "momxxx",
|
||||
"userid": "xxx"
|
||||
}
|
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"moment_id": "momxxx",
|
||||
"userid": "xxx",
|
||||
"cursor": "CURSOR",
|
||||
"limit": 10
|
||||
}
|
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"next_cursor": "CURSOR",
|
||||
"customer_list": [
|
||||
{
|
||||
"userid": "xxx",
|
||||
"external_userid": "woAJ2GCAAAXtWyujaWJHDDGi0mACCCC "
|
||||
}
|
||||
]
|
||||
}
|
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"start_time": 1605000000,
|
||||
"end_time": 1605172726,
|
||||
"creator": "zhangsan",
|
||||
"filter_type": 1,
|
||||
"cursor": "CURSOR",
|
||||
"limit": 10
|
||||
}
|
@@ -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": "广州市 · 广州塔"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"moment_id": "momxxx",
|
||||
"userid": "xxx",
|
||||
"cursor": "CURSOR",
|
||||
"limit": 100
|
||||
}
|
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"next_cursor": "CURSOR",
|
||||
"customer_list": [
|
||||
{
|
||||
"external_userid": "woAJ2GCAAAXtWyujaWJHDDGi0mACCCC"
|
||||
}
|
||||
]
|
||||
}
|
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"moment_id": "momxxx",
|
||||
"cursor": "CURSOR",
|
||||
"limit": 10
|
||||
}
|
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"next_cursor": "CURSOR",
|
||||
"task_list": [
|
||||
{
|
||||
"userid": "zhangsan",
|
||||
"publish_status": 1
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user