curl后面的地址如果有多个参数,需要整体带上引号 curl "https://api.weixin.qq.com/sns/jscode2session?appid=xx&secret=xx&js_code=xx-&grant_type=authorization_code"
后端获取openID一直超时,浏览器访问url却可以正常获取,怎么解决?后台通过php curl_exec() 访问https://api.weixin.qq.com/sns/jscode2session接口获取openID一直超时,系统上线半年多突然这样。 用任何浏览器访问拼接的url都能正常获取openID和sessionKey。 用生产环境服务器控制台curl 访问拼接的url时总是提示 {"errcode":41004,"errmsg":"appsecret missing, hints: [ req_id: BfODHFyFe-fP549 ]"} ,提示密钥缺失,但是密钥绝对是正确的,浏览器访问就能获取到openID呢。 前段时间还能正常获取的,所有代码都没动过,请问下官方大大是怎么回事呢? 上周我们的域名证书到期了,但是已经换过来了,是不是域名证书曾经过期的缘故? appid:wx6224dec3abf5770d 下面是centos7服务器用curl访问的截图,有secret的哦,而且是正确的。 [图片]
2019-11-11结贴,社区里看到了 https://developers.weixin.qq.com/community/develop/doc/00048274d34380c64a39e561e51801?highLine=%25E5%25BE%25AE%25E4%25BF%25A1API%25E6%259C%258D%25E5%258A%25A1%25E5%2599%25A8。 服务器没有dns,绑了host,临时更换host解决。
微信授权接口报错410?调用 https://api.weixin.qq.com/cgi-bin/token 接口返回下述异常,何解? {"errcode":410,"errmsg":"server IP address changed,reference to https://developers.weixin.qq.com/community/develop/doc/00048274d34380c64a39e561e51801"
2019-10-30