你好,烦请补充提供具体的traceid,以便后续核实。
敏感词检测什么词都能通过?url = f"https://api.weixin.qq.com/wxa/msg_sec_check?access_token={access_token}" headers = { "Content-Type": "application/json" } payload = { "content": content, "scene":1, "version":2, "openid":openid_personal } response = requests.post(url, json=payload, headers=headers).json() print(response) 什么词都能检测通过,什么原因
07-31你好,目前此接口仅支持小程序使用,请使用小程序账号进行调用
文本内容安全识别 返回 api unauthorized 这是是什么原因?调用 文本内容安全识别 返回 { "status": 200, "msg": "success", "data": { "errcode": 48001, "errmsg": "api unauthorized rid: 66a84ea6-1487cebb-2e658768" } } 请问这个是什么原因
07-30你好,该报错可能是接口调用高峰期出现的少量超时,请重试看看
errcode=-1, errmsg=system error rid: 669f2124-3312调用api校验文本内容安全性时出错,(errcode=-1, errmsg=system error rid: 669f2124-33120b7f-21eb047c, trace_id=null, detail=null, result=null) 文本是一个图文复合长文本 请问具体是什么问题?
07-29你好,不是的,自定义关键词是对接口的补充,若业务有特殊需求可进行添加,正常接入接口后,接口有自带的策略去进行违规识别的哈。
小程序的 内容风控 安全接口 msgSecCheck ,没有现成的库吗? 非要一个一个手动添加?小程序的 内容风控 安全接口 msgSecCheck ,没有现成的库吗? 非要一个一个手动添加? 这要填多少啊. [图片]
07-26你好,核实此为文字编码错误,请使用utf-8编码。
文本内容安全2.0是搞笑的吧,全部敏感词都返回通过?请帮我看下,到底是什么原因呢,这个词在1.0版本能被正确识别违规 2.0就不行了? "trace_id" => "66a2058a-2faaaa11-5d7fbc4f"
07-26你好,需要自行配置了自定义关键词,才可显示。[图片]
没有返回keyword字段:命中的关键词https://developers.weixin.qq.com/miniprogram/dev/OpenApiDoc/sec-center/sec-check/msgSecCheck.html 没有返回keyword字段:命中的关键词 参数:{"openid":"ogjnA5fWtbUeo331fiWBkRSpHII0","version":2,"content":"我靠 哈哈哈哈dasadasd 他妈的 dsdsdsdsd 你是傻逼吧 ","scene":2} 返回: { "errcode": 0, "errmsg": "ok", "detail": [ { "strategy": "content_model", "errcode": 0, "suggest": "risky", "label": 20003, "prob": 90 }, { "strategy": "keyword", "errcode": 0 } ], "trace_id": "65bc8d1b-2a861b38-1bb3e8a7", "result": { "suggest": "risky", "label": 20003 } }
07-25你好,请参考以下文章进行漏洞修复:https://developers.weixin.qq.com/community/minihome/doc/000806202400280b0edd5866156c01?blockType=99
小程序session_key泄露漏洞,不修复会影响登录么?小程序session_key泄露漏洞,不修复会影响登录么?
07-25你好,此为高峰期出现的少量超时,重新尝试调用即可。
帮忙查看一个bughttps://developers.weixin.qq.com/miniprogram/dev/OpenApiDoc/sec-center/sec-check/msgSecCheck.html {"errmsg": "system error rid: 6677dd8f-4cd1fb88-0969644c", "errcode": -1}
07-25你好,请参考公告:https://developers.weixin.qq.com/community/minihome/doc/0008ea401c89c02cff2d1345051001?blockType=99
小程序安全检测具体什么时间检测,什么情况会触发安全检测,检测的ip有哪些?我们的小程序在24年5月20日,5月31日提交审核后,5月21日、5月31日、6月1日19时30分左右,阿里云服务器都收到了来自小程序安全检测的大量请求攻击,导致服务器堵塞崩溃。请问小程序安全检测具体什么时间检测,什么情况会触发安全检测,检测的ip有哪些?如何防范安全检测对服务器带来的影响?
07-24你好,核实此为文字编码问题,请使用utf-8编码。
审核人员测试的不安全内容,但是内容安全识别接口返回却是安全的https://developers.weixin.qq.com/miniprogram/dev/OpenApiDoc/sec-center/sec-check/msgSecCheck.html 审核人员测试的内容是:六合彩落在赔率手庄家八方劝世人 接口请求的trace_id:665c26f9-3a3f5137-406451bb 内容安全审核API返回的数据是:{"errcode":0,"errmsg":"ok","detail":[{"strategy":"keyword","errcode":0},{"strategy":"content_model","errcode":0,"suggest":"pass","label":100,"prob":90}],"trace_id":"665c26f9-3a3f5137-406451bb","result":{"suggest":"pass","label":100}} 所以需要知道的是,到底是接口返回的有问题的,还是审核人员的审核文本有问题呢?
07-24