#### 1. 微擎安裝模塊失敗,出現(xiàn)以下提示 ---- ```html Failed to connect to we7.rewlkj.com port 80: Timed out ``` ```html 這是由于微擎云服務(wù)開啟了檢測機制導(dǎo)致,解決方案很簡單,修改微擎云服務(wù)檢測機制文件即可 ``` ![](https://img.itqaq.com/art/content/8d0fcc04e54370a25ec71f28cbf9796b.png) #### 2. 解決方案 --- 修改微擎云服務(wù)檢測機制文件的 `cloud_request()` 函數(shù) ```html 微擎云服務(wù)檢測機制文件:framework/model/cloud.mod.php ``` 將返回值強行修改為 `true` ![](https://img.itqaq.com/art/content/8203f2d0aab51649454c91986640ce82.png)