安全中心
https://developers.weixin.qq.com/miniprogram/dev/api-backend/open-api/sec-check/security.mediaCheckAsync.html 我这边调用了异步校验图片接口,拿到了返回的traceId 是 64369de4-25c35dac-707b7e72 但是没有收到这个校验结果的回调通知, 回调通知地址我配置的为 https://676f47m668.goho.co/api/v1/open/wx/minapp/event
https://developers.weixin.qq.com/miniprogram/dev/OpenApiDoc/sec-center/sec-check/mediaCheckAsync.html 因为我是做图片压缩功能的,如果是异步校验图片内容,压缩一个普通的图片用户还要等30分钟,基本没有使用体验了 能否提供一个同步校验的接口?
https://developers.weixin.qq.com/miniprogram/dev/devtools/code_obfuscation.html 小程序代码加固功能是否能接入CI,只能通过开发工具手动上传就太难受了,每次手动上传
API: https://developers.weixin.qq.com/miniprogram/dev/OpenApiDoc/sec-center/safety-control-capability/getUserRiskRank.html 请问错误码中的40003-invalid openid含义是什么,可以确定调用的openid曾经是合法的,因为从微信获取的,目前非法是因为微信注销,还是APPID不对应 RID: 6434ff5a-2fa14aea-3e124908; 6434c640-4d4cea37-5c5bbd19 请问错误码中的61010-code is expired会受传入参数ip影响么,如果传入的openid合规,但是IP传入错误会怎么样
“音视频内容安全识别”接口无法失败色情图片,请核实, api地址:https://developers.weixin.qq.com/miniprogram/dev/OpenApiDoc/sec-center/sec-check/mediaCheckAsync.html
官方你好,近期亦在准备接入官方提供的文本内容安全识别api接口,在查看api文档时发现,必须要提供用户的openid,请问下,小程序在不接入微信登录得情况,仅用手机号登录接收验证码的功能,没有openid的情况下怎么使用文本内容安全识别接口呢?有没有不强制需要openid就能使用的文本安全识别接口?[图片]
如截图: [图片] 服务商后台:没有id为80的 [图片] 接口是在测试还是说没有开放???
预期在小程序采用此功能,属于营销场景,单日请求量可能会比较高,为保证功能成本和功能稳定,咨询如下问题 请问getUserRiskRank该API正式环境,目前可支持的QPS大概多少,有调用计费么,如果目前免费后续计费的话,会默认关闭该API(如果开发者未开通该计费的话)么 API: https://developers.weixin.qq.com/miniprogram/dev/OpenApiDoc/sec-center/safety-control-capability/getUserRiskRank.html
[图片][图片]麻烦各位大神看看,是我的调用方式有问题吗[图片][图片]
https://developers.weixin.qq.com/miniprogram/dev/OpenApiDoc/sec-center/sec-check/msgSecCheck.html[图片]
https://api.weixin.qq.com/wxa/msg_sec_checkhttps://api.weixin.qq.com/wxa/msg_sec_check[图片]判断了label值还是审核不过
小程序端不能使用https方式调用https://api.weixin.qq.com/wxa/msg_sec_check和图片检查接口? https://developers.weixin.qq.com/miniprogram/dev/framework/ability/network.html#1.%20%E6%9C%8D%E5%8A%A1%E5%99%A8%E5%9F%9F%E5%90%8D%E9%85%8D%E7%BD%AE https://developers.weixin.qq.com/miniprogram/dev/framework/security.msgSecCheck-v1.html#method-http 到底这么用,文档能写的清晰一点吗?
如题 [图片]
https://developers.weixin.qq.com/miniprogram/dev/OpenApiDoc/sec-center/sec-check/msgSecCheck.htmlhttps://developers.weixin.qq.com/miniprogram/dev/OpenApiDoc/sec-center/sec-check/msgSecCheck.htmlhttps://developers.weixin.qq.com/miniprogram/dev/OpenApiDoc/sec-center/sec-check/msgSecCheck.html 请求参数: {"scene":2,"content":"操你大爷","openid":"xxxxxxxxxxxxxxxxxxxxxx","version":2} 返回值: {"errcode":0,"errmsg":"ok","detail":[{"strategy":"keyword","errcode":0},{"strategy":"content_model","errcode":0,"suggest":"pass","label":100,"prob":90}],"trace_id":"6418023b-0bae23f0-636a0bab","result":{"suggest":"pass","label":100}}
http curl 能调用成功 php 调用时返回false. 请求大佬指点下
https://developers.weixin.qq.com/minigame/dev/devtools/vulnerability.html 需要付费吗
计算7/1!+10/2!1+13/3!+16/4!...前10项的和并输出结果。 #include <iostream> #include <iomanip> using namespace std; int main() { float t = 1, s = 0; int i,( ); for (i = 1; i <= 10; i++) () cout<<s; return 0; } 这个程序在括号里填什么? {'errcode': 0, 'errmsg': 'ok', 'detail': [{'strategy': 'keyword', 'errcode': 0}, {'strategy': 'content_model', 'errcode': 0, 'suggest': 'risky', 'label': 20003, 'prob': 90}], 'trace_id': '64117827-4095d8fa-609c3b8d', 'result': {'suggest': 'risky', 'label': 20003}}
我想用官方的内容安全识别,不知道有什么问题,输入什么都是内容正常 [图片] ,[图片] ,[图片]
我测试了一个很严重的违规词汇,竟然都没risky,而是review。 返回值如下,根据id你们应该查得到内容 {"errcode":0,"errmsg":"ok","detail":[{"strategy":"content_model","errcode":0,"suggest":"review","label":20001,"prob":90},{"strategy":"keyword","errcode":0}],"trace_id":"64107881-65f15508-586e63ec","result":{"suggest":"review","label":20001}}
https://mp.weixin.qq.com/cgi-bin/announce?token=233192696&action=getannouncement&key=11522142966rk3L2&version=1&lang=zh_CN&platform=2 文本图片安全内容检测接口都是实时返回的吗
你好,该traceid已于2023-04-12 20:02:47进行回调,请自行通过接口文档排查调用问题。