安全中心
返回结果 {"CreateTime":1744113164,"Event":"wxa_media_check","FromUserName":"ohNAg5cm8e01W-3xQEEkoH6rwtW4","MsgType":"event","ToUserName":"gh_673270e633ad","appid":"wx9ffe71cba35ad119","detail":[],"errcode":43104,"errmsg":"this appid does not have permission","tcbContext":{},"trace_id":"67f50e0b-6987776d-7642819b","userInfo":{"appId":"wx9ffe71cba35ad119","openId":"ohNAg5cm8e01W-3xQEEkoH6rwtW4"},"version":2} 上面是接口调用后异步推送的结果,资源方自己调用是正常的,但是共享方调用就会报上面这个错误
内容安全msg_sec_check img_sec_check已经接入,之前测试可以拦截的诸如xidada mzd等敏感词,现在突然拦截不了了,导致提审失败,这是微信官方接口问题吧?为什么要为难小程序开发者,文本大不了去加过滤词,那图片怎么办?
求助 今天登录小程序查看通知消息的时候 看到有一条安全漏洞通知单,小程序是2月份有发版更新上架的,不知道这个通知单是不是和小程序版本有关? 现在还需要去处理这个安全漏洞通知单吗? 要怎么处理? [图片]
我用的是https://api.weixin.qq.com/wxa/msg_sec_check这个接口,[图片]
很明显的黄图为什么拦截不住?
在使用 https://api.weixin.qq.com/wxa/img_sec_check?access_token=ACCESS_TOKEN 对同一张图片进行检测时,有时通过,有时通不过,包括明显很有问题的图片,也会经常性的让其通过了,是wxa/img_sec_check 无法鉴定了嘛?
使用接口:https://api.weixin.qq.com/wxa/img_sec_check?access_token=%s 报错:87015,"errmsg":"query timeout, try a content with less size rid: 67ea82c0-57570887-05ee4574"
https://developers.weixin.qq.com/miniprogram/security/content/security.imgSecCheck.html
{"errcode":87015,"errmsg":"query timeout, try a content with less size rid: 67ea74f9-2367fdf4-7f911f97"} 一直报这个错误
api接口:cloud.openapi.security.imgSecCheck 报错内容:Error: errCode: 87015 | errMsg: openapi.security.imgSecCheck:fail query timeout, try a content with less size rid: 67ea6e20-029c38dc-5d3abca0
目前全品牌使用了微信小程序接入图片安全这个api的,都报87015 https://developers.weixin.qq.com/miniprogram/security/content/security.msgSecCheck-v1.html ","result":"{\"errcode\":87015,\"errmsg\":\"query timeout, try a content with less size rid: 67ea6706-5b82642c-5b483ee7\"}"}
所有请求进行敏感图片检测img_sec_checked都返回报错信息: query timeout, try a content with less size api:https://api.weixin.qq.com/wxa/img_sec_check?access_token=$token ------------------------------ 2025/04/01 今天好像修复了,大家试试看
在调用文本内容安全识别API(msgSecCheck)不论转什么内容都是pass,如何处理,有相同情况的吗?
是不是只要过了这个审核接口的文本都能在小程序内展示,而不会被判断违规? 我测试了一下,这个接口的宽容度,感觉....... [图片]
使用官方调试工具调用接口,输入任何违规词result的结果都是pass,scene更换为1-4都是同样的结果 trace_id:67e395d7-19d8bd3b-232f4a55 [图片]
使用access_token调用文本安全内容检测接口之后,在微信开发者工具提交内容审核通过并成功显示出来,然而在版本管理---体验版那里用手机扫码体验,则无法提交,提示“内容检测失败”,请问我应该怎么解决? [图片] ↑↑↑↑这是体验版提交的提示和页面,提示内容检测失败。↑↑↑ 但是以下是在开发者工具提交的,是能够通过并展示的。 ↓↓↓↓↓↓这是提交的内容 [图片] ↓↓↓↓↓↓↓这是提交后展示的内容 [图片]
[图片]
https://developers.weixin.qq.com/miniprogram/dev/framework/security.imgSecCheck.html 该接口的请求参数中,access_token如何获取?点击“接口调用凭证”,跳转页面404了。
这是我发送的参数 "content": "我要买枪支,炸药,毒品等违禁品" {"errcode":0,"errmsg":"ok","detail":[{"strategy":"keyword","errcode":0},{"strategy":"content_model","errcode":0,"suggest":"pass","label":100,"prob":90}],"trace_id":"67dcc913-6d7ecb5b-284fd8b8","result":{"suggest":"pass","label":100}}
所有图片验证都通过了,返回的结果如下, { "ToUserName": "xxx", "FromUserName": "xxxxxxxx", "CreateTime": 1742518540, "MsgType": "event", "Event": "wxa_media_check", "appid": "xxxxxx", "trace_id": "67dcb907-336cd2a6-06e5c15a", "version": 2, "detail": [{ "strategy": "content_model", "errcode": 0, "suggest": "pass", "label": 100, "prob": 90 }], "errcode": 0, "errmsg": "ok", "result": { "suggest": "pass", "label": 100 } }
你好,因为调用的时候会检测openid是否属于调用的该小程序的appid,不一致则会报错43104[图片]