mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-04-05 17:37:54 +08:00
test(wxapi): 适配新的模型测试
This commit is contained in:
parent
2e2bb4a928
commit
c797d2a711
@ -1,12 +1,23 @@
|
||||
{
|
||||
"ToUserName": "gh_38cc49f9733b",
|
||||
"FromUserName": "oH1fu0FdHqpToe2T6gBj0WyB8iS1",
|
||||
"CreateTime": 1552465698,
|
||||
"ToUserName": "gh_9df7d78a1234",
|
||||
"FromUserName": "o4_t144jTUSEoxydysUA2E234_tc",
|
||||
"CreateTime": 1626959646,
|
||||
"MsgType": "event",
|
||||
"Event": "wxa_media_check",
|
||||
"isrisky": 0,
|
||||
"extra_info_json": "",
|
||||
"appid": "wxd8c59133dfcbfc71",
|
||||
"trace_id": "967e945cd8a3e458f3c74dcb886068e9",
|
||||
"status_code": 0
|
||||
"appid": "wx8f16a5be77871234",
|
||||
"trace_id": "60f96f1d-3845297a-1976a3ae",
|
||||
"version": 2,
|
||||
"detail": [
|
||||
{
|
||||
"strategy": "content_model",
|
||||
"errcode": 0,
|
||||
"suggest": "pass",
|
||||
"label": 100,
|
||||
"prob": 90
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"suggest": "pass",
|
||||
"label": 100
|
||||
}
|
||||
}
|
@ -1,4 +1,7 @@
|
||||
{
|
||||
"openid": "OPENID",
|
||||
"scene": 1,
|
||||
"version": 2,
|
||||
"media_url": "https://developers.weixin.qq.com/miniprogram/assets/images/head_global_z_@all.png",
|
||||
"media_type": 2
|
||||
}
|
@ -1,3 +1,6 @@
|
||||
{
|
||||
"content": "hello world!"
|
||||
"openid": "OPENID",
|
||||
"scene": 1,
|
||||
"version": 2,
|
||||
"content": "hello world!"
|
||||
}
|
@ -1,4 +1,34 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok"
|
||||
"errmsg": "ok",
|
||||
"result": {
|
||||
"suggest": "risky",
|
||||
"label": 20001
|
||||
},
|
||||
"detail": [
|
||||
{
|
||||
"strategy": "content_model",
|
||||
"errcode": 0,
|
||||
"suggest": "risky",
|
||||
"label": 20006,
|
||||
"prob": 90
|
||||
},
|
||||
{
|
||||
"strategy": "keyword",
|
||||
"errcode": 0,
|
||||
"suggest": "pass",
|
||||
"label": 20006,
|
||||
"level": 20,
|
||||
"keyword": "命中的关键词1"
|
||||
},
|
||||
{
|
||||
"strategy": "keyword",
|
||||
"errcode": 0,
|
||||
"suggest": "risky",
|
||||
"label": 20006,
|
||||
"level": 90,
|
||||
"keyword": "命中的关键词2"
|
||||
}
|
||||
],
|
||||
"trace_id": "60ae120f-371d5872-7941a05b"
|
||||
}
|
Loading…
Reference in New Issue
Block a user