Files
DotNetCore.SKIT.FlurlHttpCl…/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/EventSamples/WxaSecurity/WxaMediaCheckEvent.json

24 lines
541 B
JSON
Raw Normal View History

2021-05-28 19:27:38 +08:00
{
2021-08-04 18:20:29 +08:00
"ToUserName": "gh_9df7d78a1234",
"FromUserName": "o4_t144jTUSEoxydysUA2E234_tc",
"CreateTime": 1626959646,
2021-05-28 19:27:38 +08:00
"MsgType": "event",
"Event": "wxa_media_check",
2021-08-04 18:20:29 +08:00
"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
}
2022-05-06 20:29:27 +08:00
}