https://api.weixin.qq.com/cgi-bin/component/api_component_token
{
“component_appid”: “appid_value” ,//第三方平台 appid
“component_appsecret”: “appsecret_value”,//第三方平台 appsecret
“component_verify_ticket”: “ticket_value”}//微信后台推送的 ticket
}
这个接口我看到每日最多调用10000次通过https://api.weixin.qq.com/cgi-bin/openapi/quota/get查出来的
怎么突破这个限制?

你好,不支持,每日调用上限以getApiQuota查询结果为准。若因系统异常导致达到上限,可调用清零接口https://developers.weixin.qq.com/doc/oplatform/openApi/OpenApiDoc/openapi/clearComponentQuotaByAppSecret.html具体限制查看接口文档详情