小程序
小游戏
企业微信
微信支付
扫描小程序码分享
https://developers.weixin.qq.com/doc/oplatform/openApi/OpenApiDoc/miniprogram-management/record-management/getIllegalRecords.html
我们这边想要对小程序进行监控,查看是否有违规记录,如果有违规记录则进行业务报警通知研发进行整改,但是由于目前没有通知类接口告诉我们,只能主动查询,所以想了解一下频次限制的事情
2 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
你好,1、可调用接口getApiQuota查询公众号/小程序/第三方平台等接口的每日调用接口的额度以及调用次数https://developers.weixin.qq.com/doc/oplatform/openApi/OpenApiDoc/openapi/getApiQuota.html
2、{"errcode":76022,"errmsg":"could not use this cgi_path, no permission rid: 64d9e290-45229182-23bbe96b"}
传错token了,使用第三方平台令牌component_access_token重试下
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
access_token
{
errcode: 76022,
errmsg: "could not use this cgi_path, no permission rid: 64d9f084-7d32c76d-6e9a6f0d",
}
authorizer_access_token:
errmsg: "could not use this cgi_path, no permission rid: 64d9f09e-2587b9b8-429bbd13",
参考链接:https://developers.weixin.qq.com/doc/oplatform/openApi/OpenApiDoc/openapi/getApiQuota.html
errmsg: "could not use this cgi_path, no permission rid: 64d9e290-45229182-23bbe96b",
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
你好,1、可调用接口getApiQuota查询公众号/小程序/第三方平台等接口的每日调用接口的额度以及调用次数https://developers.weixin.qq.com/doc/oplatform/openApi/OpenApiDoc/openapi/getApiQuota.html
2、{"errcode":76022,"errmsg":"could not use this cgi_path, no permission rid: 64d9e290-45229182-23bbe96b"}
传错token了,使用第三方平台令牌component_access_token重试下
access_token
{
errcode: 76022,
errmsg: "could not use this cgi_path, no permission rid: 64d9f084-7d32c76d-6e9a6f0d",
}
authorizer_access_token:
{
errcode: 76022,
errmsg: "could not use this cgi_path, no permission rid: 64d9f09e-2587b9b8-429bbd13",
}
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: zh-CN,zh;q=0.9,en;q=0.8' \
-H 'Content-Type: application/json' \
-H 'Origin: https://api.weixin.qq.com' \
--data-raw {"cgi_path":"/wxa/getillegalrecords"} \
-H 'Content-Type: application/json' \
--compressed
参考链接:https://developers.weixin.qq.com/doc/oplatform/openApi/OpenApiDoc/openapi/getApiQuota.html
{
errcode: 76022,
errmsg: "could not use this cgi_path, no permission rid: 64d9e290-45229182-23bbe96b",
}