- 关于接口响应数据中 detail 节点的 errcode 字段没有返回
https://developers.weixin.qq.com/minigame/dev/api-backend/open-api/wxa-sec-check/gamesecurity.msgSecCheck.html 文档中,关于接口响应数据中 detail 节点的 errcode 字段,亲自试了一下,并没有返回 errcode 字段,请问是什么原因?数据要如何处理使用。 errcode number 错误码,仅当该值为0时,该项结果有效 { "errcode" : 0, "errmsg" : "ok", "trace_id" : "1745302699_acf685f7-240b-4167-8273-ce628d46bb31", "result" : { "suggest" : "risky", "label" : 10001, "replaced_content" : "最新***嗖红胡子攻略团" }, "detail" : [ { "strategy" : "minigame_content_model", "suggest" : "risky", "label" : 10001, "prob" : 90 } ] }
04-22 - 获取临时二维码超时?
https://api.weixin.qq.com/cgi-bin/qrcode/create?access_token在今天21点40分左右,我们的服务访问这个api,出现访问超时,持续10分左右,请问一下是不是限流导致,有什么建议吗?
2022-07-22