- 公众号绑定第三方平台,分享时报错invalid url domain?
开发了第三方平台程序,绑定了测试公众号,在代公众号使用js-sdk做分享时,一直报invalid url domain错误,已配置了公众号开发域名,校验文件也没有问题,ip白名单也没有问题,错误的原因是什么呢? 公众号开发域名:ck.xxxx.com; mp.ck.xxxx.com; cms.ck.xxxx.com 发起js-sdk调用的域名:ck.xxxx.com 第三方平台登录授权的发起页域名:mp.ck.xxxx.com 第三方平台官方网站:mp.ck.xxxx.com
2020-01-18 - 微信返回码 61011 invalid component hint 错误是什么原因?
第三方平台开发,获取ticket后请求token,返回61011 invalid component hint,查不到这个错误具体是什么意思。 调用接口:POST https://api.weixin.qq.com/cgi-bin/component/api_component_token 返回信息如下: "result":{ "data":{ "errcode":61011, "errmsg":"invalid component hint: [gFWTMA0060d425]" }, "status":200, "headers":{ "connection":"keep-alive", "content-type":"application/json; encoding=utf-8", "date":"Wed, 15 Jan 2020 10:44:20 GMT", "content-length":"69" }, "res":{ "status":200, "statusCode":200, "statusMessage":"OK", "headers":{ "connection":"keep-alive", "content-type":"application/json; encoding=utf-8", "date":"Wed, 15 Jan 2020 10:44:20 GMT", "content-length":"69" }, "size":69, "aborted":false, "rt":191, "keepAliveSocket":false, "data":{ "errcode":61011, "errmsg":"invalid component hint: [gFWTMA0060d425]" }, "requestUrls":["https://api.weixin.qq.com/cgi-bin/component/api_component_token"], "timing":null, "remoteAddress":"101.227.162.120", "remotePort":443, "socketHandledRequests":1, "socketHandledResponses":1 } } 这个错误到底是什么原因引起的呢?
2020-01-15