zhuyefengying

今天使用微擎(版本1.70)时遇到 Failed to connect to localhost port 443: Connection refused 问题

参考原文:https://www.zhujitop.com/1436.html

经过度娘,终于解决问题

找到文件 framework/model/cloud.mod.php

查早:

function cloud_request

把下面这段:return ihttp_request($url, $post, $extra, $timeout);

改成:return true;

相关文章:

  • 2021-07-20
  • 2022-12-23
  • 2021-07-05
  • 2021-05-25
  • 2021-12-30
  • 2022-12-23
  • 2021-08-15
猜你喜欢
  • 2022-12-23
  • 2021-05-29
  • 2021-11-17
  • 2021-08-13
相关资源
相似解决方案