mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-20 02:29:40 +08:00
test(work): 适配新的模型测试
This commit is contained in:
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"chat_type": "single",
|
||||
"external_userid": [
|
||||
"woAJ2GCAAAXtWyujaWJHDDGi0mACAAAA",
|
||||
"wmqfasd1e1927831123109rBAAAA"
|
||||
],
|
||||
"sender": "zhangsan",
|
||||
"text": {
|
||||
"content": "文本消息内容"
|
||||
},
|
||||
"attachments": [
|
||||
{
|
||||
"msgtype": "image",
|
||||
"image": {
|
||||
"media_id": "MEDIA_ID",
|
||||
"pic_url": "http://p.qpic.cn/pic_wework/3474110808/7a6344sdadfwehe42060/0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"msgtype": "link",
|
||||
"link": {
|
||||
"title": "消息标题",
|
||||
"picurl": "https://example.pic.com/path",
|
||||
"desc": "消息描述",
|
||||
"url": "https://example.link.com/path"
|
||||
}
|
||||
},
|
||||
{
|
||||
"msgtype": "miniprogram",
|
||||
"miniprogram": {
|
||||
"title": "消息标题",
|
||||
"pic_media_id": "MEDIA_ID",
|
||||
"appid": "wx8bd80126147dfAAA",
|
||||
"page": "/path/index.html"
|
||||
}
|
||||
},
|
||||
{
|
||||
"msgtype": "video",
|
||||
"video": {
|
||||
"media_id": "MEDIA_ID"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"fail_list": [ "wmqfasd1e1927831123109rBAAAA" ],
|
||||
"msgid": "msgGCAAAXtWyujaWJHDDGi0mAAAA"
|
||||
}
|
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"chat_type": "single",
|
||||
"start_time": 1605171726,
|
||||
"end_time": 1605172726,
|
||||
"creator": "zhangshan",
|
||||
"filter_type": 1,
|
||||
"limit": 50,
|
||||
"cursor": "CURSOR"
|
||||
}
|
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"next_cursor": "CURSOR",
|
||||
"group_msg_list": [
|
||||
{
|
||||
"msgid": "msgGCAAAXtWyujaWJHDDGi0mAAAA",
|
||||
"creator": "xxxx",
|
||||
"create_time": 123456789,
|
||||
"create_type": 1,
|
||||
"text": {
|
||||
"content": "文本消息内容"
|
||||
},
|
||||
"attachments": [
|
||||
{
|
||||
"msgtype": "image",
|
||||
"image": {
|
||||
"media_id": "MEDIA_ID",
|
||||
"pic_url": "http://p.qpic.cn/pic_wework/3474110808/7a6344sdadfwehe42060/0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"msgtype": "link",
|
||||
"link": {
|
||||
"title": "消息标题",
|
||||
"picurl": "https://example.pic.com/path",
|
||||
"desc": "消息描述",
|
||||
"url": "https://example.link.com/path"
|
||||
}
|
||||
},
|
||||
{
|
||||
"msgtype": "miniprogram",
|
||||
"miniprogram": {
|
||||
"title": "消息标题",
|
||||
"pic_media_id": "MEDIA_ID",
|
||||
"appid": "wx8bd80126147dfAAA",
|
||||
"page": "/path/index.html"
|
||||
}
|
||||
},
|
||||
{
|
||||
"msgtype": "video",
|
||||
"video": {
|
||||
"media_id": "MEDIA_ID"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"msgid": "msgGCAAAXtWyujaWJHDDGi0mACAAAA",
|
||||
"userid": "zhangsan ",
|
||||
"limit": 50,
|
||||
"cursor": "CURSOR "
|
||||
}
|
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"next_cursor": "CURSOR",
|
||||
"send_list": [
|
||||
{
|
||||
"external_userid": "wmqfasd1e19278asdasAAAA",
|
||||
"chat_id": "wrOgQhDgAAMYQiS5ol9G7gK9JVAAAA",
|
||||
"userid": "zhangsan",
|
||||
"status": 1,
|
||||
"send_time": 1552536375
|
||||
}
|
||||
]
|
||||
}
|
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"msgid": "msgGCAAAXtWyujaWJHDDGi0mACAAAA",
|
||||
"limit": 50,
|
||||
"cursor": "CURSOR "
|
||||
}
|
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"next_cursor": "CURSOR",
|
||||
"task_list": [
|
||||
{
|
||||
"userid": "zhangsan",
|
||||
"status": 1,
|
||||
"send_time": 1552536375
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user