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

This commit is contained in:
Fu Diwei
2021-06-03 10:39:03 +08:00
parent d290155dec
commit 47181c2bc7
62 changed files with 813 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
{
"errcode": 0,
"errmsg": "ok",
"statistics": [
{
"agentid": 1000002,
"app_name": "应用1",
"count": 101
},
{
"agentid": 1000003,
"app_name": "应用2",
"count": 102
}
]
}

View File

@@ -0,0 +1,102 @@
{
"touser": "UserID1|UserID2|UserID3",
"toparty": "1|2",
"totag": "3|4",
"msgtype": "text",
"agentid": 1,
"text": {
"content": "你的快递已到,请携带工卡前往邮件中心领取。\n出发前可查看<a href=\"http://work.weixin.qq.com\">邮件中心视频实况</a>,聪明避开排队。"
},
"image": {
"media_id": "MEDIA_ID"
},
"voice": {
"media_id": "MEDIA_ID"
},
"video": {
"media_id": "MEDIA_ID",
"title": "Title",
"description": "Description"
},
"file": {
"media_id": "1Yv-zXfHjSjU-7LH-GwtYqDGS-zz6w22KmWAT5COgP7o"
},
"textcard": {
"title": "领奖通知",
"description": "<div class=\"gray\">2016年9月26日</div> <div class=\"normal\">恭喜你抽中iPhone 7一台领奖码xxxx</div><div class=\"highlight\">请于2016年10月10日前联系行政同事领取</div>",
"url": "URL",
"btntxt": "更多"
},
"news": {
"articles": [
{
"title": "中秋节礼品领取",
"description": "今年中秋节公司有豪礼相送",
"url": "URL",
"picurl": "http://res.mail.qq.com/node/ww/wwopenmng/images/independent/doc/test_pic_msg1.png"
}
]
},
"mpnews": {
"articles": [
{
"title": "Title",
"thumb_media_id": "MEDIA_ID",
"author": "Author",
"content_source_url": "URL",
"content": "Content",
"digest": "Digest description"
}
]
},
"markdown": {
"content": "您的会议室已经预定,稍后会同步到`邮箱`>**事项详情**>事 项:<font color=\"info\">开会</font>>组织者:@miglioguan>参与者:@miglioguan、@kunliu、@jamdeezhou、@kanexiong、@kisonwang>>会议室:<font color=\"info\">广州TIT 1楼 301</font>>日 期:<font color=\"warning\">2018年5月18日</font>>时 间:<font color=\"comment\">上午9:00-11:00</font>>>请准时参加会议。>>如需修改会议信息,请点击:[修改会议信息](https://work.weixin.qq.com)"
},
"miniprogram_notice": {
"appid": "wx123123123123123",
"page": "pages/index?userid=zhangsan&orderid=123123123",
"title": "会议室预订成功通知",
"description": "4月27日 16:16",
"emphasis_first_item": true,
"content_item": [
{
"key": "会议室",
"value": "402"
},
{
"key": "会议地点",
"value": "广州TIT-402会议室"
},
{
"key": "会议时间",
"value": "2018年8月1日 09:00-09:30"
},
{
"key": "参与人员",
"value": "周剑轩"
}
]
},
"interactive_taskcard": {
"title": "赵明登的礼物申请",
"description": "礼品A31茶具套装\n用途赠与小黑科技张总经理",
"url": "URL",
"task_id": "taskid123",
"btn": [
{
"key": "key111",
"name": "批准",
"color": "red",
"is_bold": true
},
{
"key": "key222",
"name": "驳回"
}
]
},
"safe": 0,
"enable_id_trans": 0,
"enable_duplicate_check": 0,
"duplicate_check_interval": 1800
}

View File

@@ -0,0 +1,7 @@
{
"errcode": 0,
"errmsg": "ok",
"invaliduser": "userid1|userid2",
"invalidparty": "1|2",
"invalidtag": "3|4"
}

View File

@@ -0,0 +1,6 @@
{
"userids": [ "userid1", "userid2" ],
"agentid": 1,
"task_id": "taskid122",
"replace_name": "已收到"
}

View File

@@ -0,0 +1,5 @@
{
"errcode": 0,
"errmsg": "ok",
"invaliduser": [ "userid1", "userid2" ]
}