有没有这种得申诉通道。
使用此接口,在检测图片时候,如果图片内含有文字过多(例如文章截图,视频弹幕等),就会返回错误,感觉很气人,这是个很大的bug啊
加不了小助手微信
使用security.msgSecCheck,获取access_token,在微信开发者工具上和真机调试的时候 都可以获取到。但是,预览或者提交后,体验版本获取不到access_token
情况:使用敏感图片检查imgSecCheck,服务器没有响应(callFunction不执行回调函数) 在模拟器上能正常执行保存图片(回调函数里)的程序,但手机端不行。 同样的云函数在读入图片的时候能正常运行(模拟器、手机端都可以),在输出部分图片检测的时候仅在手机端发生异常。 请教一下为什么 [图片]
企业微信端审核失败,自定义发布内容,需要用敏感词过滤接口检测
不知道问题出在哪里? 一、云函数部分 config.json: { "permissions": { "openapi": [ "security.imgSecCheck" ] } } index.js: // 云函数入口文件 const cloud = require('wx-server-sdk'); cloud.init({env:cloud.DYNAMIC_CURRENT_ENV,}) // 云函数入口函数 exports.main = async(event, context) => { try { const result = await cloud.openapi.security.imgSecCheck({ media:{ header:{'Content-Type':'application/octet-stream'}, contentType:'image/png', value:Buffer.from(event.value)// Buffer.from()是必须的 } }) return result } catch (err) { return err } } 二、前端js: onUploadImg: function () { wx.chooseImage({ count: 1, sizeType: ['original', 'compressed'], sourceType: ['album', 'camera'], success:res =>{ const filePaths = res.tempFilePaths[0] if(filePaths && filePaths > 1024*1024){ tips('图片不能大于1M') return } console.log('res.tempFilePaths[0]: ',res.tempFilePaths[0]) wx.getFileSystemManager().readFile({ encoding:'base64', filePath:filePaths, success:res => { var buffer = res.data tips('图片检测中') console.log('readFile: ',buffer) wx.cloud.callFunction({ name:'imgCheck', data:{ value:buffer }, success : res1 => { console.log('1: ',res1.result) if(res1.result.errCode == 0){ } if(res1.result.errCode == 87014){ } }, fail:err => { } }) } }) } }) },
https://developers.weixin.qq.com/miniprogram/dev/api-backend/open-api/sec-check/security.imgSecCheck.html 为啥我今日只调用接口7万多次就报我调用次数已经达到今日上限? https://api.weixin.qq.com/wxa/img_sec_check?access_token=34_IlRb3slt-OteWh_-TF7uOpPQrOvYBhZkFp2yhxQpok1mvb9gjB7p80y4s6dZmgno0d8265YihGt0yPVQjKi06aCvw-yNGNdUtgHGL0r_tuQrhJqxS-4B_u1l94AgwsSQL2vpw81GpCKKqTsHOQDaAGAUWJ [图片]
无论什么词都可以通过验证,是不是接口出现问题了;微信官方给的词,自己输入的词,都可以通过审核
我们这边接口调用会存在误判的情况 想问下有办法做模型优化吗 如: https://img.colahotpot.com/goods/CzFmMp8ERYmaKFiB1592077590110.jpg https://img.colahotpot.com/goods/DNcrp28KirzdeKTd1592069797215.jpg 还有许多 九万多张 检测出来 感觉有300张左右的误判
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": "" }, })
省工信部需要一份 针对快吖小程序 腾讯内容安全检测有效证明 这个是什么?
你好,是指接口检测的结果不正确?可以详细说明下问题,私信发下检测样本。