珊瑚安全
https://developers.weixin.qq.com/miniprogram/dev/api-backend/open-api/sec-check/security.mediaCheckAsync.html 用户每次上传图片后,我们会通过异步任务调用这个接口来检测图片,但是有些时候因为一直收不到检测结果,图片一直无法正常展示。 2020-06-15 17:09:29 https://cdn-xcx-qunsou.weiyoubot.cn/xcx/2020-06-15/5308c004290542c2b83245c42af5888a.jpg 2020-06-15 11:47:26 https://cdn-xcx-qunsou.weiyoubot.cn/xcx/2020-06-15/405fe3d7e1bf4ea0ae7a003f4206aeb0.jpg
云函数 msgSecCheck, 返回值中没有 errCode ? res===={"errMsg":"cloud.callFunction:ok","result":{"content":"1234","userInfo":{"appId":"xxx","openId":"xxx"}},"requestID":"de78dd2f-aed7-11ea-83c2-525400e7bfe4"}
[2020-06-15 12:59:54:9110]request begin [2020-06-15 12:59:54:9620]request success <Error: invokeService:fail operateWXData:fail data exceed max size(err_code 0)> 图片才300多kb
https://developers.weixin.qq.com/miniprogram/dev/api-backend/open-api/sec-check/security.imgSecCheck.html
接口调用正常,但检测给的测试示例或其它违规关键词都返回{'errcode': 0, 'errmsg': 'ok'}
security.msgSecCheck 示例中的内容可以正常拦截,另外输入政治敏感信息也能拦截,但是对于一些常见的色情敏感词,一个都拦截不了。例如“嫖娼”、“卖淫”、“妓女”等等 类似的信息不能拦截。
同样的图片,在security.imgSecCheck,不能通过; 在security.mediaCheckAsync,都可以通过。 [图片]
[servicemarket] raw response {"data":"","request_id":"MLxnR3aNLm8yK3hqMpHEZG0JeO8Xds271N9fQfIGeB0DM1OolIGfO5XpK7mB3vqGO1Q","errmsg":"invalid call api service","errcode":9301002,"provider_errmsg":""} 苹果手机,使用的4g网络。 时间大约为[2020-06-07 19:00:35:1680]
小程序内容安全 增量调用(加强版),当并发量比较大时,报 invokeService:fail 9301002 invalid call api service (requestId: MLyRbSfh-OXau62DWkCdhyIesbuh6no1reluIy7QaPXxyAhL8QWG7lnP441NFq5iiZM) 错误 API:wx.serviceMarket.invokeService wx.serviceMarket.invokeService({ service: 'wxee446d7507c68b11', api: 'imgSecCheck', data: { "Action": "ImageModeration", "Scenes": ["PORN", "POLITICS", "TERRORISM", "TEXT"], "ImageBase64": res.data, "Config": "", "Extra": "" }, })
省工信部需要一份 针对快吖小程序 腾讯内容安全检测有效证明 这个是什么?
有时候会报错,调用api后很久才有返回 Error: invokeService:fail 9301009 invalid api result check ,有时候又能正常检测,这个错误也没在官方文档里找到解释 [图片]
调用了几次security.msgSecCheck接口,发现根本无法检测一些常见的敏感字啊,比如脏话、侮辱郭家领导人之类的。。
图片大小 300x300 168KB 代码如下: wx.serviceMarket.invokeService({ service: 'appId', api: 'imgSecCheck', data: { "Action": "ImageModeration", "Scenes": ["PORN", "POLITICS", "TERRORISM", "TEXT"], "ImageBase64": imgBase64, "Config": "", "Extra": "" }, }).then(res => { var responseSuggestion = res.data.Response.Suggestion; if (responseSuggestion == "PASS") { //do something } else if (responseSuggestion == "REVIEW") { wx.hideLoading() wx.showToast({ title: '图片疑似含有违法违规内容', icon: 'none', }) } else if (responseSuggestion == "BLOCK") { wx.hideLoading() wx.showToast({ title: '图片含有违法违规内容', icon: 'none', }) } else { wx.hideLoading() } }) 检测的图片如下 [图片]
[图片] [图片]
[图片]
[图片][图片] 如图,珊瑚安全接口会进行误判,合法合规图片会被检测出违规,应该怎么处理?
[图片][图片][图片][图片]
我的图片是放在第三方的服务器,请问可以用网络图片吗
第一采用的post请求方式。 第二是中文汉字UTF-8的。 public function getMsgSecCheck(){ $data = []; $content = $this->request->param('content/s'); $content = '能不ok?售卖特3456书yuuo莞6543李zxcz蒜7782法fgnv级 完2347全dfji试3726测asad感3847知qwez到枪支弹药病毒冰毒的'; //$content = urldecode($content); // $content = unicode_to_utf8($content); $access_token = $this->getAccessToken(); if(!empty($access_token) && !empty($content)) { $url = 'https://api.weixin.qq.com/wxa/msg_sec_check?access_token='.$access_token; $result = $this->ihttp_post($url, json_encode(['content'=>$content])); if (is__json($result)) { $result = json_decode($result,true); } // $result['errcode'] = 0;//内容正常 // $result['errMsg '] = ok;//内容正常 // $result['errcode'] = 87014;//内容含有违法违规内容 // $result['errMsg '] = risky;//内容含有违法违规内容 echo json_encode(["code"=>200, "message"=>"请求成功",'data'=>$result,'content'=>$content]);exit(); } echo json_encode(["code"=>0, "message"=>"请求失败",'data'=>$data]);exit(); }
你好, 调用以下两个接口会间歇性响应时间超过120s.非常影响使用 https://api.weixin.qq.com/wxa/img_sec_check?access_token https://api.weixin.qq.com/wxa/msg_sec_check?access_token AppId: wxcf760e226fe0058f 请求: 2020-05-29 09:14:17.918 ur:https://apiweixin.qq.com/wxa/msg_sec_check?accesstoken-33_rib4edvAHmmPbiW5tOUv6YgzgOdIhXcXD-kXhvW6oPcxGtF7Fg1dAv XTarLncUFlhYr9UFEB5z0JtC 2umPdLd6m8WN8choBBo6l7Ef nlWiMKer7WmLYDWxakxHP4tU 72hzPg5yRTgVavOAKhAGAGSC 2020-05-2909:14:17.924-parameters:fcontent”:测试这段文本是否存在法违规内容”
我的调用每次必会返回,WeixinReceiver(ToUserName=null, FromUserName=null, CreateTime=0, MsgType=null, Event=null, isrisky=0, extra_info_json=, appid=wx4bcad05c0c242c9f, trace_id=9ffc8b6ac08658a7cedb87addb63428f, status_code=0),就是这个isrisky=0,总是0,我上黄色图片,也是0。