mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2026-03-10 00:13:36 +08:00
test(work): 补充测试用例
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"ip_list": ["182.254.11.176", "182.254.78.66"],
|
||||
"errcode": 0,
|
||||
"errmsg": "ok"
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"ip_list": ["101.226.103.*", "101.226.62.*"]
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"ticket": "bxLdikRXVbTPdHSM05e5u5sUoXNKd8-41ZO3MhKoyN5OfkWITDGgnr2fwJ0m9E8NYzWKVZvdVtaUgWvsdshFKA",
|
||||
"expires_in": 7200
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"access_token": "accesstoken000001",
|
||||
"expires_in": 7200
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"ticket": "bxLdikRXVbTPdHSM05e5u5sUoXNKd8-41ZO3MhKoyN5OfkWITDGgnr2fwJ0m9E8NYzWKVZvdVtaUgWvsdshFKA",
|
||||
"expires_in": 7200
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"order_id": "xxxxx"
|
||||
}
|
||||
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"advanced_api_type": 1,
|
||||
"custom_corpid": "wwxxx",
|
||||
"buyer_userid": "xxxx",
|
||||
"order_type": 1,
|
||||
"chat_archive_api": {
|
||||
"edition": 3,
|
||||
"old_edition": 2,
|
||||
"purchase_count": 100,
|
||||
"take_effect_time": 1704038400,
|
||||
"old_edition_info": {
|
||||
"begin_time": 1704038000,
|
||||
"end_time": 1704038000
|
||||
},
|
||||
"target_edition_info": {
|
||||
"begin_time": 1704038000,
|
||||
"end_time": 1704038000
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"order_id": "xxxx"
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"advanced_api_type": 1,
|
||||
"custom_corpid": "xxxxx"
|
||||
}
|
||||
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"chat_archive_api_buy_info": {
|
||||
"edition_list": [
|
||||
{
|
||||
"edition": 2,
|
||||
"purchase_count": 100,
|
||||
"begin_time": 1726588800,
|
||||
"end_time": 1729180800
|
||||
},
|
||||
{
|
||||
"edition": 3,
|
||||
"purchase_count": 100,
|
||||
"begin_time": 1726588800,
|
||||
"end_time": 1729180800
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"order_id": "xxxxx"
|
||||
}
|
||||
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"order": {
|
||||
"advanced_api_type": 1,
|
||||
"order_id": "xxxxx",
|
||||
"order_type": 1,
|
||||
"order_status": 1,
|
||||
"custom_corpid": "wpxxxx",
|
||||
"create_time": 150000000,
|
||||
"buyer_userid": "xxx",
|
||||
"paid_price": 10000,
|
||||
"chat_archive_api": {
|
||||
"edition": 2,
|
||||
"purchase_count": 100,
|
||||
"purchase_duration_days": 90,
|
||||
"take_effect_time": 150000000,
|
||||
"end_time": 150000000,
|
||||
"original_price": 10010
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"custom_corpid": "xxxxx",
|
||||
"start_time": 1500000000,
|
||||
"end_time": 1600000000,
|
||||
"advanced_api_type": 1,
|
||||
"cursor": "xxx",
|
||||
"limit": 10
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"next_cursor": "xxx",
|
||||
"has_more": 1,
|
||||
"order_list": [
|
||||
{
|
||||
"order_id": "xxx",
|
||||
"order_type": 1,
|
||||
"order_status": 1,
|
||||
"create_time": 1704038400
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"payer_userid": "USERID",
|
||||
"order_id": "ORDERID"
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"business_type": 1,
|
||||
"limit": 10,
|
||||
"cursor": "CURSOR",
|
||||
"req_type": 1
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"next_cursor": "CURSOR",
|
||||
"apply_id_list": [
|
||||
"APPLY_ID1",
|
||||
"APPLY_ID2"
|
||||
],
|
||||
"has_more": true
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"apply_id": "APPLY_ID"
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"approval_info": {
|
||||
"applicant": "USERID",
|
||||
"create_time": 1715681559,
|
||||
"business_type": 1,
|
||||
"approval_id": "APPROVAL_ID",
|
||||
"apply_id": "ApplyId",
|
||||
"approval_url": "APPROVAL_URL",
|
||||
"approval_status": 0,
|
||||
"approval_type": 1,
|
||||
"request_reason": "我有很多客户资料要管理,需要更多微盘空间"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"approval_id": "APPROVALID",
|
||||
"approval_status": 1,
|
||||
"apply_id": "ApplyId",
|
||||
"approval_url": "www.qq.com",
|
||||
"process_list": {
|
||||
"node_list": [
|
||||
{
|
||||
"current_approvers": [ "LEADER1", "LEADER2" ],
|
||||
"completed_approvers": [ "LEADER0" ],
|
||||
"node_apv_status": 1,
|
||||
"node_apv_rel": 1,
|
||||
"apv_update_time": 1715741759
|
||||
},
|
||||
{
|
||||
"current_approvers": [ "LEADER3", "LEADER4" ],
|
||||
"completed_approvers": [ "LEADER5" ],
|
||||
"node_apv_status": 1,
|
||||
"node_apv_rel": 1,
|
||||
"apv_update_time": 1715741759
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"admin": [
|
||||
{
|
||||
"userid": "woxxxx",
|
||||
"auth_type": 1
|
||||
},
|
||||
{
|
||||
"userid": "woxxxx",
|
||||
"auth_type": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"app_permissions": [ "xxx::xxx::xx" ]
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"agentid": 1000005,
|
||||
"name": "HR助手",
|
||||
"square_logo_url": "https://p.qlogo.cn/bizmail/FicwmI50icF8GH9ib7rUAYR5kicLTgP265naVFQKnleqSlRhiaBx7QA9u7Q/0",
|
||||
"description": "HR服务与员工自助平台",
|
||||
"allow_userinfos": {
|
||||
"user": [{ "userid": "zhangshan" }, { "userid": "lisi" }]
|
||||
},
|
||||
"allow_partys": {
|
||||
"partyid": [1]
|
||||
},
|
||||
"allow_tags": {
|
||||
"tagid": [1, 2, 3]
|
||||
},
|
||||
"close": 0,
|
||||
"redirect_domain": "open.work.weixin.qq.com",
|
||||
"report_location_flag": 0,
|
||||
"isreportenter": 0,
|
||||
"home_url": "https://open.work.weixin.qq.com",
|
||||
"customized_publish_status": 1
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"agentlist": [
|
||||
{
|
||||
"agentid": 1000005,
|
||||
"name": "HR助手",
|
||||
"square_logo_url": "https://p.qlogo.cn/bizmail/FicwmI50icF8GH9ib7rUAYR5kicLTgP265naVFQKnleqSlRhiaBx7QA9u7Q/0"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"suite_access_token": "SUITE_ACCESS_TOKEN"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"agentid": 1000005,
|
||||
"report_location_flag": 0,
|
||||
"logo_mediaid": "j5Y8X5yocspvBHcgXMSS6z1Cn9RQKREEJr4ecgLHi4YHOYP-plvom-yD9zNI0vEl",
|
||||
"name": "财经助手",
|
||||
"description": "内部财经服务平台",
|
||||
"redirect_domain": "open.work.weixin.qq.com",
|
||||
"isreportenter": 0,
|
||||
"home_url": "https://open.work.weixin.qq.com"
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"agentid": 1,
|
||||
"allow_user": ["zhansan", "lisi"],
|
||||
"allow_party": [1, 2, 3],
|
||||
"allow_tag": [1, 2, 3]
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"invaliduser": ["zhangshan", "lisi"],
|
||||
"invalidparty": [2, 3],
|
||||
"invalidtag": [2, 3]
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"agentid": 1000005,
|
||||
"userid_list": [ "userid1", "userid2" ],
|
||||
"data": {
|
||||
"type": "keydata",
|
||||
"keydata": {
|
||||
"items": [
|
||||
{
|
||||
"key": "待审批",
|
||||
"data": "0",
|
||||
"jump_url": "http://www.qq.com",
|
||||
"pagepath": "pages/index"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"agentid": 1000005
|
||||
}
|
||||
@@ -0,0 +1,64 @@
|
||||
{
|
||||
"type": "image",
|
||||
"keydata": {
|
||||
"items": [
|
||||
{
|
||||
"key": "待审批",
|
||||
"data": "2",
|
||||
"jump_url": "http://www.qq.com",
|
||||
"pagepath": "pages/index"
|
||||
},
|
||||
{
|
||||
"key": "带批阅作业",
|
||||
"data": "4",
|
||||
"jump_url": "http://www.qq.com",
|
||||
"pagepath": "pages/index"
|
||||
},
|
||||
{
|
||||
"key": "成绩录入",
|
||||
"data": "45",
|
||||
"jump_url": "http://www.qq.com",
|
||||
"pagepath": "pages/index"
|
||||
},
|
||||
{
|
||||
"key": "综合评价",
|
||||
"data": "98",
|
||||
"jump_url": "http://www.qq.com",
|
||||
"pagepath": "pages/index"
|
||||
}
|
||||
]
|
||||
},
|
||||
"list": {
|
||||
"items": [
|
||||
{
|
||||
"title": "智慧校园新版设计的小程序要来啦",
|
||||
"jump_url": "http://www.qq.com",
|
||||
"pagepath": "pages/index"
|
||||
},
|
||||
{
|
||||
"title": "植物百科,这是什么花",
|
||||
"jump_url": "http://www.qq.com",
|
||||
"pagepath": "pages/index"
|
||||
},
|
||||
{
|
||||
"title": "周一升旗通知,全体学生必须穿校服",
|
||||
"jump_url": "http://www.qq.com",
|
||||
"pagepath": "pages/index"
|
||||
}
|
||||
]
|
||||
},
|
||||
"image": {
|
||||
"url": "xxxx",
|
||||
"jump_url": "http://www.qq.com",
|
||||
"pagepath": "pages/index"
|
||||
},
|
||||
"webview": {
|
||||
"url": "http://www.qq.com",
|
||||
"jump_url": "http://www.qq.com",
|
||||
"pagepath": "pages/index",
|
||||
"height":"single_row",
|
||||
"hide_title":true,
|
||||
"enable_webview_click":true
|
||||
},
|
||||
"replace_user_data": true
|
||||
}
|
||||
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"agentid": 1000005,
|
||||
"userid": "test",
|
||||
"type": "keydata",
|
||||
"keydata": {
|
||||
"items": [
|
||||
{
|
||||
"key": "待审批",
|
||||
"data": "2",
|
||||
"jump_url": "http://www.qq.com",
|
||||
"pagepath": "pages/index"
|
||||
},
|
||||
{
|
||||
"key": "带批阅作业",
|
||||
"data": "4",
|
||||
"jump_url": "http://www.qq.com",
|
||||
"pagepath": "pages/index"
|
||||
},
|
||||
{
|
||||
"key": "成绩录入",
|
||||
"data": "45",
|
||||
"jump_url": "http://www.qq.com",
|
||||
"pagepath": "pages/index"
|
||||
},
|
||||
{
|
||||
"key": "综合评价",
|
||||
"data": "98",
|
||||
"jump_url": "http://www.qq.com",
|
||||
"pagepath": "pages/index"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,62 @@
|
||||
{
|
||||
"agentid": 1000005,
|
||||
"type": "image",
|
||||
"keydata": {
|
||||
"items": [
|
||||
{
|
||||
"key": "待审批",
|
||||
"data": "2",
|
||||
"jump_url": "http://www.qq.com",
|
||||
"pagepath": "pages/index"
|
||||
},
|
||||
{
|
||||
"key": "带批阅作业",
|
||||
"data": "4",
|
||||
"jump_url": "http://www.qq.com",
|
||||
"pagepath": "pages/index"
|
||||
},
|
||||
{
|
||||
"key": "成绩录入",
|
||||
"data": "45",
|
||||
"jump_url": "http://www.qq.com",
|
||||
"pagepath": "pages/index"
|
||||
},
|
||||
{
|
||||
"key": "综合评价",
|
||||
"data": "98",
|
||||
"jump_url": "http://www.qq.com",
|
||||
"pagepath": "pages/index"
|
||||
}
|
||||
]
|
||||
},
|
||||
"list": {
|
||||
"items": [
|
||||
{
|
||||
"title": "智慧校园新版设计的小程序要来啦",
|
||||
"jump_url": "http://www.qq.com",
|
||||
"pagepath": "pages/index"
|
||||
},
|
||||
{
|
||||
"title": "植物百科,这是什么花",
|
||||
"jump_url": "http://www.qq.com",
|
||||
"pagepath": "pages/index"
|
||||
},
|
||||
{
|
||||
"title": "周一升旗通知,全体学生必须穿校服",
|
||||
"jump_url": "http://www.qq.com",
|
||||
"pagepath": "pages/index"
|
||||
}
|
||||
]
|
||||
},
|
||||
"image": {
|
||||
"url": "xxxx",
|
||||
"jump_url": "http://www.qq.com",
|
||||
"pagepath": "pages/index"
|
||||
},
|
||||
"webview": {
|
||||
"url": "http://www.qq.com",
|
||||
"jump_url": "http://www.qq.com",
|
||||
"pagepath": "pages/index"
|
||||
},
|
||||
"replace_user_data": true
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"name": "NAME",
|
||||
"owner": "userid1",
|
||||
"userlist": ["userid1", "userid2", "userid3"],
|
||||
"chatid": "CHATID"
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"chatid": "CHATID"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"chat_info": {
|
||||
"chatid": "CHATID",
|
||||
"name": "NAME",
|
||||
"owner": "userid2",
|
||||
"userlist": ["userid1", "userid2", "userid3"]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,53 @@
|
||||
{
|
||||
"chatid": "CHATID",
|
||||
"msgtype": "text",
|
||||
"text": {
|
||||
"content": "你的快递已到\n请携带工卡前往邮件中心领取"
|
||||
},
|
||||
"image": {
|
||||
"media_id": "MEDIAID"
|
||||
},
|
||||
"voice": {
|
||||
"media_id": "MEDIA_ID"
|
||||
},
|
||||
"video": {
|
||||
"media_id": "MEDIA_ID",
|
||||
"description": "Description",
|
||||
"title": "Title"
|
||||
},
|
||||
"file": {
|
||||
"media_id": "1Yv-zXfHjSjU-7LH-GwtYqDGS-zz6w22KmWAT5COgP7o"
|
||||
},
|
||||
"textcard": {
|
||||
"title": "领奖通知",
|
||||
"description": "<div class=\"gray\">2016年9月26日</div> <div class=\"normal\"> 恭喜你抽中iPhone 7一台,领奖码:520258</div><div class=\"highlight\">请于2016年10月10日前联系行 政同事领取</div>",
|
||||
"url": "https://work.weixin.qq.com/",
|
||||
"btntxt": "更多"
|
||||
},
|
||||
"news": {
|
||||
"articles": [
|
||||
{
|
||||
"title": "中秋节礼品领取",
|
||||
"description": "今年中秋节公司有豪礼相送",
|
||||
"url": "https://work.weixin.qq.com/",
|
||||
"picurl": "http://res.mail.qq.com/node/ww/wwopenmng/images/independent/doc/test_pic_msg1.png"
|
||||
}
|
||||
]
|
||||
},
|
||||
"mpnews": {
|
||||
"articles": [
|
||||
{
|
||||
"title": "地球一小时",
|
||||
"thumb_media_id": "biz_get(image)",
|
||||
"author": "Author",
|
||||
"content_source_url": "https://work.weixin.qq.com",
|
||||
"content": "3月24日20:30-21:30 \n办公区将关闭照明一小时,请各部门同事相互转告",
|
||||
"digest": "3月24日20:30-21:30 \n办公区将关闭照明一小时"
|
||||
}
|
||||
]
|
||||
},
|
||||
"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)"
|
||||
},
|
||||
"safe": 0
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"chatid": "CHATID",
|
||||
"name": "NAME",
|
||||
"owner": "userid2",
|
||||
"add_user_list": ["userid1", "userid2", "userid3"],
|
||||
"del_user_list": ["userid3", "userid4"]
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"userid": "lisi",
|
||||
"gender": "1",
|
||||
"avatar": "http://shp.qpic.cn/bizmp/xxxxxxxxxxx/0",
|
||||
"qr_code": "https://open.work.weixin.qq.com/wwopen/userQRCode?vcode=vcfc13b01dfs78e981c",
|
||||
"mobile": "13800000000",
|
||||
"email": "zhangsan@gzdev.com",
|
||||
"biz_mail": "zhangsan@qyycs2.wecom.work",
|
||||
"address": "广州市海珠区新港中路"
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"userid": "USERID",
|
||||
"user_ticket": "USER_TICKET",
|
||||
"openid": "OPENID",
|
||||
"external_userid": "EXTERNAL_USERID"
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"code": "CODE"
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"userid": "USERID",
|
||||
"tfa_code": "TFA_CODE"
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"status": 1,
|
||||
"type": "replace_user",
|
||||
"total": 3,
|
||||
"percentage": 33,
|
||||
"result": [
|
||||
{
|
||||
"userid": "lisi",
|
||||
"errcode": 0,
|
||||
"errmsg": "ok"
|
||||
},
|
||||
{
|
||||
"userid": "zhangsan",
|
||||
"errcode": 0,
|
||||
"errmsg": "ok"
|
||||
},
|
||||
{
|
||||
"action": 1,
|
||||
"partyid": 1,
|
||||
"errcode": 0,
|
||||
"errmsg": "ok"
|
||||
},
|
||||
{
|
||||
"action": 4,
|
||||
"partyid": 2,
|
||||
"errcode": 0,
|
||||
"errmsg": "ok"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"user": ["UserID1", "UserID2", "UserID3"],
|
||||
"party": [1, 2],
|
||||
"tag": [1, 2]
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"invaliduser": ["UserID1", "UserID2"],
|
||||
"invalidparty": [1, 2],
|
||||
"invalidtag": [1, 2]
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"media_id": "xxxxxx",
|
||||
"callback": {
|
||||
"url": "xxx",
|
||||
"token": "xxx",
|
||||
"encodingaeskey": "xxx"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"jobid": "xxxxx"
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"media_id": "xxxxxx",
|
||||
"to_invite": true,
|
||||
"callback": {
|
||||
"url": "xxx",
|
||||
"token": "xxx",
|
||||
"encodingaeskey": "xxx"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"jobid": "xxxxx"
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"media_id": "xxxxxx",
|
||||
"to_invite": true,
|
||||
"callback": {
|
||||
"url": "xxx",
|
||||
"token": "xxx",
|
||||
"encodingaeskey": "xxx"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"jobid": "xxxxx"
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"userid_list": ["aaa", "bbb"]
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "",
|
||||
"open_userid_list": [
|
||||
{
|
||||
"userid": "aaa",
|
||||
"open_userid": "xxxxx"
|
||||
}
|
||||
],
|
||||
"invalid_userid_list": ["bbb"]
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"item_list": [
|
||||
{
|
||||
"card_id": "CARDID1",
|
||||
"encrypt_code": "ENCRYPTCODE1"
|
||||
},
|
||||
{
|
||||
"card_id": "CARDID2",
|
||||
"encrypt_code": "ENCRYPTCODE2"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"item_list": [
|
||||
{
|
||||
"card_id": "CARDID",
|
||||
"openid": "ofdsfasfsafsafasf",
|
||||
"type": "增值税电子普通发票",
|
||||
"payee": "深圳市XX有限公司",
|
||||
"detail": "可在公司企业微信内报销使用",
|
||||
"user_info": {
|
||||
"fee": 4000,
|
||||
"title": "XX有限公司",
|
||||
"billing_time": 1478620800,
|
||||
"billing_no": "00000001",
|
||||
"billing_code": "000000000001",
|
||||
"info": [
|
||||
{
|
||||
"name": "NAME",
|
||||
"num": 10,
|
||||
"unit": "吨",
|
||||
"price": 4
|
||||
}
|
||||
],
|
||||
"fee_without_tax": 2345,
|
||||
"tax": 123,
|
||||
"detail": "项目",
|
||||
"pdf_url": "pdf_url",
|
||||
"reimburse_status": "INVOICE_REIMBURSE_INIT",
|
||||
"check_code": "CHECKCODE",
|
||||
"buyer_number": "BUYERNUMER"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"card_id": "CARDID",
|
||||
"encrypt_code": "ENCRYPTCODE"
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"card_id": "CARDID",
|
||||
"begin_time": 1469084420,
|
||||
"end_time": 2100236420,
|
||||
"openid": "oxfdsfsafaf",
|
||||
"type": "增值税电子普通发票",
|
||||
"payee": "深圳市XX有限公司",
|
||||
"detail": "可在公司企业微信内报销使用",
|
||||
"user_info": {
|
||||
"fee": 4000,
|
||||
"title": "XX有限公司",
|
||||
"billing_time": 1478620800,
|
||||
"billing_no": "00000001",
|
||||
"billing_code": "000000000001",
|
||||
"info": [
|
||||
{
|
||||
"name": "NAME",
|
||||
"num": 10,
|
||||
"unit": "吨",
|
||||
"price": 4
|
||||
}
|
||||
],
|
||||
"fee_without_tax": 2345,
|
||||
"tax": 123,
|
||||
"detail": "项目",
|
||||
"pdf_url": "pdf_url",
|
||||
"reimburse_status": "INVOICE_REIMBURSE_INIT",
|
||||
"check_code": "check_code"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"card_id": "CARDID",
|
||||
"encrypt_code": "ENCRYPTCODE",
|
||||
"reimburse_status": "INVOICE_REIMBURSE_INIT"
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"openid": "OPENID",
|
||||
"reimburse_status": "INVOICE_REIMBURSE_INIT",
|
||||
"invoice_list": [
|
||||
{
|
||||
"card_id": "cardid_1",
|
||||
"encrypt_code": "encrypt_code_1"
|
||||
},
|
||||
{
|
||||
"card_id": "cardid_2",
|
||||
"encrypt_code": "encrypt_code_2"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"chatid": "wrjc7bDwAASxc8tZvBErFE02BtPWyAAA"
|
||||
}
|
||||
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"agreeinfo": [
|
||||
{
|
||||
"status_change_time": 1562766651,
|
||||
"external_userid": "wmeDKaCQAAGdtHdiQWxVadfwV2HxNAAA",
|
||||
"agree_status": "Agree"
|
||||
},
|
||||
{
|
||||
"status_change_time": 1562766651,
|
||||
"external_userid": "wmeDKaCQAAIQ_p9ACyiopLBBJSGocAAA",
|
||||
"agree_status": "Disagree"
|
||||
},
|
||||
{
|
||||
"status_change_time": 1562766651,
|
||||
"external_userid": "wmeDKaCQAAIQ_p9ACnxacyBBJSGocAAA",
|
||||
"agree_status": "Agree"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"item": [
|
||||
{
|
||||
"open_userid": "XuJinSheng",
|
||||
"external_userid": "wmeDKaCQAAGd9oGiQWxVsAKwV2HxNAAA"
|
||||
},
|
||||
{
|
||||
"open_userid": "XuJinSheng",
|
||||
"external_userid": "wmeDKaCQAAIQ_p7ACn_jpLVBJSGocAAA"
|
||||
},
|
||||
{
|
||||
"open_userid": "XuJinSheng",
|
||||
"external_userid": "wmeDKaCQAAPE_p7ABnxkpLBBJSGocAAA"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"agreeinfo": [
|
||||
{
|
||||
"status_change_time": 1562766651,
|
||||
"open_userid": "XuJinSheng",
|
||||
"external_userid": "wmeDKaCPAAGdvxciQWxVsAKwV2HxNAAA",
|
||||
"agree_status": "Agree"
|
||||
},
|
||||
{
|
||||
"status_change_time": 1562766651,
|
||||
"open_userid": "XuJinSheng",
|
||||
"external_userid": "wmeDKaCQAAIQ_p7ACnxksfeBJSGocAAA",
|
||||
"agree_status": "Disagree"
|
||||
},
|
||||
{
|
||||
"status_change_time": 1562766651,
|
||||
"open_userid": "XuJinSheng",
|
||||
"external_userid": "wmeDKaCwAAIQ_p7ACnxckLBBJSGocAAA",
|
||||
"agree_status": "Agree"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"analyze_task": 1,
|
||||
"jobid": "JOBID",
|
||||
"msg_list": [
|
||||
{
|
||||
"msgid": "MSGID1",
|
||||
"encrypt_info": {
|
||||
"secret_key": "SECRETKEY1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"msgid": "MSGID2",
|
||||
"encrypt_info": {
|
||||
"secret_key": "SECRETKEY2"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"jobid": "JOBID",
|
||||
"fail_list": [
|
||||
{
|
||||
"errcode": 710601,
|
||||
"errmsg": "xxx",
|
||||
"msgid": "MSGID2"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"jobid": "JOBID"
|
||||
}
|
||||
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"status": 1,
|
||||
"analyze_result": {
|
||||
"result_id": "RESULTID1",
|
||||
"service_encrypt_info": {
|
||||
"encrypted_secret_key": "KEYAAAAAAABBBBBB",
|
||||
"public_key_ver": 1
|
||||
}
|
||||
},
|
||||
"analyze_result_list": [
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"msgid": "MSGID1",
|
||||
"sentiment_result": 2,
|
||||
"spam_result": 1
|
||||
},
|
||||
{
|
||||
"errcode": 710601,
|
||||
"errmsg": "xxx",
|
||||
"msgid": "MSGID4"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"jobid": "JOBID"
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"cursor": "JMgigeong",
|
||||
"limit": 2
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"auth_user_list": [
|
||||
{
|
||||
"open_userid": "woxxxjigegen",
|
||||
"edition_list": [ 1 ]
|
||||
},
|
||||
{
|
||||
"open_userid": "woaaaaaaaaaa",
|
||||
"edition_list": [ 1, 2, 3 ]
|
||||
}
|
||||
],
|
||||
"next_cursor": "xjigeojgeigwj",
|
||||
"has_more": true
|
||||
}
|
||||
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"auth_edition_list": [
|
||||
{
|
||||
"edition": 1,
|
||||
"auth_scope": {
|
||||
"userid_list": [ "xxxx" ],
|
||||
"department_id_list": [ 1, 2, 3 ],
|
||||
"tag_id_list": [ 10, 11 ]
|
||||
},
|
||||
"status": 1,
|
||||
"begin_time": 1726588800,
|
||||
"end_time": 1729180799,
|
||||
"msg_duration_days": 90
|
||||
},
|
||||
{
|
||||
"edition": 2,
|
||||
"auth_scope": {
|
||||
"userid_list": [ "xxxx" ],
|
||||
"department_id_list": [ 1, 2 ],
|
||||
"tag_id_list": [ 10 ]
|
||||
},
|
||||
"status": 1,
|
||||
"begin_time": 1726588800,
|
||||
"end_time": 1729180799,
|
||||
"msg_duration_days": 90,
|
||||
"auth_user_count": 23
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"chatid": "wrNplhCgAAIVZohLe57zKnvIV7xBKrig"
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"creator": "woAAAAAAA",
|
||||
"room_create_time": 1592361604,
|
||||
"members": [
|
||||
{
|
||||
"memberid": "woAAAAAAAA",
|
||||
"jointime": 1592361605,
|
||||
"type": 1
|
||||
},
|
||||
{
|
||||
"memberid": "woBBBBBBBB",
|
||||
"jointime": 1592377076,
|
||||
"type": 2
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"program_id": "xxxx",
|
||||
"log_level": 2
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"public_key": "-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAt2JoW+P8uWG3ijm0fa4S\nVnnQ7fjcffaAoin3KEI6WykAz6+oNxFf+hSWX1cndPg8pMXZJGYhWMCXXgFLQXGv\naXSYEYxdCgbCDL2j0HmvzHEnLLgnY4jPYxoi7S9hQbJVB+nnci9U8wUD//s5YSiY\nAjDLMwwLlE29VPNp6GCw3oVRseKl3kKnlrifxUgJv3BVgCcgpDT5LMwrsAV2gYR1\nolyINpA9LgWesSjSQPydBtaI5CmHTB1Fm1Xcr3OEFmSCoi6hdqFJXclDCRyTJqHQ\n4U1RuCVK8ahfzqoapc53H3kWkOzplhcBxEV/S1voaxScKbX5TuYm4A97fS6ok+sr\nUQIDAQAB\n-----END PUBLIC KEY-----\n",
|
||||
"public_key_ver": 1
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"program_id": "xxx"
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"cursor": "RMTJID",
|
||||
"token": "NGEJKGOEGJKOEGNEOAGOEGOKEGHOEEEEE",
|
||||
"limit": 200
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"has_more": true,
|
||||
"next_cursor": "JGNLGEHJGIE",
|
||||
"msg_list": [
|
||||
{
|
||||
"msgid": "xxxmsgid",
|
||||
"sender": {
|
||||
"type": 1,
|
||||
"id": "woxxxxxmmgjiegjie"
|
||||
},
|
||||
"receiver_list": [
|
||||
{
|
||||
"type": 1,
|
||||
"id": "woAAAAAAAAAAA"
|
||||
},
|
||||
{
|
||||
"type": 2,
|
||||
"id": "wmXXXXXXXXXXXXX"
|
||||
}
|
||||
],
|
||||
"chatid": "wrXXXXXXXXXX",
|
||||
"send_time": 166666666,
|
||||
"msgtype": 2,
|
||||
"service_encrypt_info": {
|
||||
"encrypted_secret_key": "KEYAAAAAAABBBBBB",
|
||||
"public_key_ver": 1
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "",
|
||||
"type": "file",
|
||||
"media_id": "1G6nrLmr5EC3MMb_-zK1dDdzmd0p7cNliYu9V5w7o8K0",
|
||||
"created_at": "1380000000"
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"program_id": "xxx"
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"debug_mode_status": 1
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"program_id": "xxx"
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"program_id": "xxx",
|
||||
"debug_token": "xxx"
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"code": "xxxxx",
|
||||
"media_id": "xxxxx"
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"jobid": "xxxxx"
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"jobid": "xxxxx"
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"status": 3,
|
||||
"result_id": "xxxx",
|
||||
"result_errcode": 0,
|
||||
"result_errmsg": "ok"
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"open_userid": "xxxxx"
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"config": {
|
||||
"hide_mobile": false,
|
||||
"hide_idcard": true,
|
||||
"hide_bankno": true
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"open_userid": "xxxxx",
|
||||
"config": {
|
||||
"hide_mobile": false,
|
||||
"hide_idcard": true,
|
||||
"hide_bankno": true
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"name": "已回复",
|
||||
"keyword": {
|
||||
"word_list": [ "收到", "好的" ]
|
||||
},
|
||||
"semantics": {
|
||||
"semantics_list": [ 1, 2 ]
|
||||
},
|
||||
"applicable_range": {
|
||||
"target_type": {
|
||||
"type_list": [ 1, 2 ]
|
||||
},
|
||||
"department": {
|
||||
"id_list": [ 1, 2, 4 ]
|
||||
},
|
||||
"user": {
|
||||
"id_list": [ "woaaaaaaaaa", "wobbbbbbbb" ]
|
||||
},
|
||||
"external_contact": {
|
||||
"id_list": [ "wossssssssss", "woxxxxxxxxxxx" ]
|
||||
},
|
||||
"chat_type": {
|
||||
"type_list": [ 1, 2 ]
|
||||
},
|
||||
"chat": {
|
||||
"id_list": [ "wrAAAAA", "wrBBBBB" ]
|
||||
},
|
||||
"exclude_mobile": {
|
||||
"mobile_list": [ "+8612345679876" ]
|
||||
},
|
||||
"exclude_email": {
|
||||
"email_list": [ "zhangsan@qq.com" ]
|
||||
},
|
||||
"exclude_bank_card": {
|
||||
"bank_card_list": [ "6234567891222" ]
|
||||
},
|
||||
"session_type": {
|
||||
"session_type_list": [ 1, 2 ]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"rule_id": "vvvvvvvvvvvvvvvvvxxxx"
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"rule_id": "lllllllllllllllll"
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"cursor": "RMTJID",
|
||||
"token": "NGEJKGOEGJKOEGNEOAGOEGOKEGHOEEEEE",
|
||||
"limit": 200
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"has_more": 1,
|
||||
"next_cursor": "JGNLGEHJGIE",
|
||||
"msg_list": [
|
||||
{
|
||||
"msgid": "xxxmsgid",
|
||||
"hit_rule_list": [
|
||||
{
|
||||
"rule_id": "vvvvvvvvvvvvvvvvvxxxx",
|
||||
"has_hit_keyword": false,
|
||||
"semantics_list": [ 1, 2 ]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"rule_id": "aaaaaaaaaaaaaaaa"
|
||||
}
|
||||
@@ -0,0 +1,43 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"name": "已回复",
|
||||
"keyword": {
|
||||
"word_list": [ "收到", "好的" ]
|
||||
},
|
||||
"semantics": {
|
||||
"semantics_list": [ 1, 2 ]
|
||||
},
|
||||
"applicable_range": {
|
||||
"target_type": {
|
||||
"type_list": [ 1, 2 ]
|
||||
},
|
||||
"department": {
|
||||
"id_list": [ 1, 2, 4 ]
|
||||
},
|
||||
"user": {
|
||||
"id_list": [ "woAAAAAAAAAAA", "woBBBBBBBB" ]
|
||||
},
|
||||
"external_contact": {
|
||||
"id_list": [ "wossssssssss", "woxxxxxxxxxxx" ]
|
||||
},
|
||||
"chat_type": {
|
||||
"type_list": [ 1, 2 ]
|
||||
},
|
||||
"chat": {
|
||||
"id_list": [ "wrAAAAAAAAA", "wrBBBBBBBBB" ]
|
||||
},
|
||||
"exclude_mobile": {
|
||||
"mobile_list": [ "+8612345679876" ]
|
||||
},
|
||||
"exclude_email": {
|
||||
"email_list": [ "zhangsan@qq.com" ]
|
||||
},
|
||||
"exclude_bank_card": {
|
||||
"bank_card_list": [ "6234567891222" ]
|
||||
},
|
||||
"session_type": {
|
||||
"session_type_list": [ 1, 2 ]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"cursor": "XMGIENJGJ",
|
||||
"limit": 100
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"rule_list": [
|
||||
{
|
||||
"rule_id": "xxxxxxxxx",
|
||||
"name": "已回复",
|
||||
"create_time": 16666666666
|
||||
}
|
||||
],
|
||||
"has_more": false,
|
||||
"next_cursor": "JIUENGMG"
|
||||
}
|
||||
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"rule_id": "wwwwwwwwwwwwwwwwwww",
|
||||
"name": "已回复",
|
||||
"keyword": {
|
||||
"word_list": [ "收到", "好的" ]
|
||||
},
|
||||
"semantics": {
|
||||
"semantics_list": [ 1, 2 ]
|
||||
},
|
||||
"applicable_range": {
|
||||
"target_type": {
|
||||
"type_list": [ 1, 2 ]
|
||||
},
|
||||
"department": {
|
||||
"id_list": [ 1, 2, 4 ]
|
||||
},
|
||||
"user": {
|
||||
"id_list": [ "woAAAAAAAAAA", "woBBBBBBBBBBBB" ]
|
||||
},
|
||||
"external_contact": {
|
||||
"id_list": [ "wossssssssss", "woxxxxxxxxxxx" ]
|
||||
},
|
||||
"chat_type": {
|
||||
"type_list": [ 1, 2 ]
|
||||
},
|
||||
"chat": {
|
||||
"id_list": [ "wrAAAAAAAAAAAA", "wrBBBBBBBBBBB" ]
|
||||
},
|
||||
"exclude_mobile": {
|
||||
"mobile_list": [ "+8612345679876" ]
|
||||
},
|
||||
"exclude_email": {
|
||||
"email_list": [ "zhangsan@qq.com" ]
|
||||
}
|
||||
}
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user