换成http的试试
log.info("微信公众号AppID=>" + appId); log.info("接收到来自微信服务器的认证消息:[{}, {}, {}, {}]", signature, timestamp, nonce, echostr); WxMpService wxMpService = wxMpManageService.getWxMpService(appId); if (StringUtils.isAnyBlank(signature, timestamp, nonce, echostr)) { throw new ...
thinkphp开发微信公众号时,验证基本配置提示请求url超时,原因在index.php入口文件中必须有define('APP_NAME','Weixin');服务器url:http://bxu2713700584.my3w.com/Weixin/Index/index
遇到这个问题,检查一下服务器的防火墙,防火墙误把腾讯进来的IP识别成国外IP,导致调不通,在服务器上关闭防火墙即可 《微信公众号后台基本配置点击保存总是提示请求url超时,监测网络包发现微信并没有将请求提交到服务后台?》文档下载.doc
thinkphp开发微信公众号时,验证基本配置提示请求url超时 原因在index.php入口文件中必须有define('APP_NAME', 'Weixin'); 服务器url:http://bxu2713700584.my3w.com/Weixin/Index/index
现在是否还有问题,还是有问题请重新提交下,提供最新问题发生时间,这边好定位。
换成http的试试
你好,提供下URL