珊瑚安全
交易组件的自定义组件内测申请需要多久才能开通呢,已经申请好久了,麻烦帮忙看下呀
上次审核失败了,但我们明明用了珊瑚文本内容安全的接口过滤的,审核回复最新的敏感词仍然可以通过 [图片] 所以想联系珊瑚文本的客服,结果周一发的消息,今天周四了都没有回,这个问题要怎么解决? [图片]
珊瑚文本内容检测中,超极超极 四个字为什么判定为2.可疑送审和7.其他违法 呢
测试“珊瑚内容安全助手“小程序,测试提交了各类明显违规的音频和视频,均返回正常,请问要如何测试才能获得正确结果。
[图片][图片]
报错信息:“openapi.serviceMarket.invokeService:调用API服务失败请求id:[MLwbxzNqQSDZHDVz541BvZlDUIg-RZtSyM_3wLaGd9Q8VKR1i5NtIeeX1K_p3G--7Kw]RID:5fed66c2-6ea6d3cf-55f6284b” APPID:wx0f850efc50b1f0cd 报错时间:2020/12/31/13:50:00 请求包:(已经购买珊瑚图片检测服务) [图片] 报错信息 [图片]
可能是不稳定,好多人都遇到过这个问题
图片安全检测接口报错9301002?? - 微信开放社区 https://developers.weixin.qq.com/community/develop/doc/000ee4863b4f88cd747a4d2d459400
invokeService:fail 9301002是什么原因啊?? - 微信开放社区 https://developers.weixin.qq.com/community/develop/doc/0004c445148680d9d47adc15258c00
珊瑚图片内容安全报错?openapi.serviceMarket.invokeService:fai? - 微信开放社区 https://developers.weixin.qq.com/community/develop/doc/0000c42e77c44031137bd3f1b56c00
微信公众平台内容安全API (imgSecCheck、msgSecCheck、mediaCheckAsync)能力 这个文档怎么没了,菜单也没了,是否要下架?
[图片][图片] 第一张图是购买的时候,提示没有小程序,我当前登录的就是拥有开发运营权限的这个小程序的微信号; 第二个图片是在已经购买的列表里面, 是可以切换小程序的。 有人能帮着看看这个问题吗?
const checkRes = await wx.serviceMarket.invokeService({ service: 'xxxxxxxx', api: 'msgSecCheck', data: { "Action": "TextApproval", "Text": '肖战', }, }); Response 返回: { "Response": { "EvilTokens": [ { "EvilFlag": 2, "EvilType": 7, "EvilKeywords": [] } ], "RequestId": "bcf89b20-0e6e-4552-9056-d758d8b6cfb6" } } 替用户问下为什么这个名字会有问题
我这应该不会有字符集错误吧?都是utf-8,也看了好多文档,postman也报一样的错误,无论content中英文都一直说数据格式错误 [图片] 以下为报错提示 [图片]
[图片]这个是怎么回事,我还试了其他侮辱性词汇,也是有问题,政治类没多大问题
同样的图片,第一次校验返回错误,第二次可能就能校验通过,第三次可能又会返回空消息,是什么情况呢
调用官方提供的security.imgSecCheck接口一直返回成功,导致审核一直不通过,要怎么办
请问,视频安全审查接口何时可以上线?如果现在无法接入,那么这块我们如何做自己的审查逻辑?
在使用图片内容安全的时候, 刚拍摄的照片在手机上面(IOS)测试,就返回错误 operateWXData:fail data exceed max size [图片] 在开发者工具上测试是没有问题的。 [图片] 手机里有很多图片都会报错,就连刚刚拍摄的也会报错。
[图片][图片]
我们在调用内容安全接口/珊瑚校验工具的时候,无法知道哪些词汇涉嫌违规了,不好排查,是否可以有工具能知道命中了哪个分类也行,最近用户投诉比较频繁都是,提示违规,但是不知道具体如何调整内容
这个接口能跳过吗? 因为小程序的数据是三端互通的 PC APP 小程序 服务端也比较老数据量很大字段名千奇百怪怎么做检测? 小程序那边也没有用云开发 如果不能跳过的话有什么好的解决方案吗? 求解
珊瑚图片内容安全报错如何解决? [图片] 调用方式1: // 发表动态 app.router('publish-feed', async (ctx, next) => { const wxContext = cloud.getWXContext() var openid = wxContext.OPENID let feedPublish = await feedCollection.add({ data: { sender_openid: openid, ...event.newMoment, create_time: db.serverDate() } }) // 调用珊瑚图片内容安全 try { var result = await cloud.openapi.serviceMarket.invokeService({ service: "wxee446d7507c68b11", api: "imgSecCheck", data: { "Action": "ImageModeration", "Scenes": ["PORN", "TERRORISM", "POLITICS"], "ImageUrl": "http://mat1.gtimg.com/pingjs/ext2020/qqindex2018/dist/img/qq_logo_2x.png", "ImageBase64": "", "Config": "", "Extra": "" }, clientMsgId: 'monster-wx139544cf7cfe7adb' }) console.log("security.imgSecCheck result: ", result) } catch (error) { console.log("security.imgSecCheck error: ", error) } ctx.body = feedPublish }) 报错1: 2020-12-22T17:41:23.113Z security.imgSecCheck error: { Error: errCode: 9301002 | errMsg: openapi.serviceMarket.invokeService:fail call api service failed request id:[MLw4UqiTQMb50Lfljj-zHnQlUxNEHNO9Vj2QZgZrgQ9gnl5D3xznTu8d0uj7kpeNcJ4] rid: 5fe22fc2-4dbd9c6c-4f0bfdf0 at callWXOpenAPI (/var/user/node_modules/wx-server-sdk/index.js:2227:31) at <anonymous> at process._tickCallback (internal/process/next_tick.js:188:7) errCode: 9301002, errMsg: 'openapi.serviceMarket.invokeService:fail call api service failed request id:[MLw4UqiTQMb50Lfljj-zHnQlUxNEHNO9Vj2QZgZrgQ9gnl5D3xznTu8d0uj7kpeNcJ4] rid: 5fe22fc2-4dbd9c6c-4f0bfdf0' } END RequestId:e78e03f9-447c-11eb-b00b-525400fff70d Report RequestId:e78e03f9-447c-11eb-b00b-525400fff70d Duration:421ms Memory:256MB MemUsage:43.890625MB 调用方式2: // 发表动态 app.router('publish-feed', async (ctx, next) => { const wxContext = cloud.getWXContext() var openid = wxContext.OPENID let feedPublish = await feedCollection.add({ data: { sender_openid: openid, ...event.newMoment, create_time: db.serverDate() } }) console.log("event.newMoment: ", event.newMoment) // 调用珊瑚图片内容安全 try { var result = await cloud.openapi.serviceMarket.invokeService({ service: "wxee446d7507c68b11", api: "imgSecCheck", data: { Action: "ImageModeration", Scenes: ["PORN", "TERRORISM", "POLITICS"], ImageUrl: "http://mat1.gtimg.com/pingjs/ext2020/qqindex2018/dist/img/qq_logo_2x.png", ImageBase64: "", Config: "", Extra: "" }, clientMsgId: 'monster-wx139544cf7cfe7adb' }) console.log("security.imgSecCheck result: ", result) } catch (error) { console.log("security.imgSecCheck error: ", error) } ctx.body = feedPublish }) 报错2: 2020-12-22T17:47:48.106Z security.imgSecCheck error: { Error: errCode: 9301002 | errMsg: openapi.serviceMarket.invokeService:fail call api service failed request id:[MLwXfaQ54JUhmjy5S44tPFdxfcBiD0aGKLktBqRGTd_aZc-NmJeZ-U4QVxhn-xvbr7A] rid: 5fe23143-5b2db01a-0b2644d6 at callWXOpenAPI (/var/user/node_modules/wx-server-sdk/index.js:2227:31) at <anonymous> at process._tickCallback (internal/process/next_tick.js:188:7) errCode: 9301002, errMsg: 'openapi.serviceMarket.invokeService:fail call api service failed request id:[MLwXfaQ54JUhmjy5S44tPFdxfcBiD0aGKLktBqRGTd_aZc-NmJeZ-U4QVxhn-xvbr7A] rid: 5fe23143-5b2db01a-0b2644d6' } END RequestId:cd950d64-447d-11eb-8b0a-5254007c2bc0 Report RequestId:cd950d64-447d-11eb-8b0a-5254007c2bc0 Duration:516ms Memory:256MB MemUsage:45.132812MB
[图片][图片]
品牌大吗?大的话还有机会,否则要等公测或者正式上线。毕竟我申请了快一个月都没有音信。